PriceShape API
    • API Conventions
    • API Versioning
    • API Authentication
    • root
      • GET-root/
        GET
    • feeds
      • GET-feeds/feeds
        GET
      • GET-feeds/feeds/:priceshapeId
        GET
    • Schemas
      • Schemas
      • Response
        • UnauthorizedError
        • NotFoundError
        • BadRequestError
      • feeds
      • feeds-filter-query
      • feed

    def-0(feeds)

    {
        "links": {
            "self": {
                "href": "http://example.com",
                "method": "GET"
            }
        },
        "pagination": {
            "total": 0,
            "max": 0,
            "offset": 0,
            "links": {
                "previous": {
                    "href": "http://example.com",
                    "method": "GET"
                },
                "self": {
                    "href": "http://example.com",
                    "method": "GET"
                },
                "next": {
                    "href": "http://example.com",
                    "method": "GET"
                }
            }
        },
        "feeds": [
            {
                "links": {
                    "self": {
                        "href": "http://example.com",
                        "method": "GET"
                    }
                },
                "name": "string",
                "source": "string",
                "type": "string",
                "url": "string",
                "costPriceVatIncluded": 0,
                "priceVatIncluded": true,
                "salesPriceVatIncluded": true,
                "fixedVatPercent": 0,
                "priceshapeId": "string",
                "region": "st",
                "currency": "str",
                "marketplace": "string",
                "decimalSeparator": "auto",
                "draft": true,
                "healthScore": 0,
                "subFeeds": [
                    {
                        "name": "string",
                        "source": "string",
                        "type": "string",
                        "url": "string",
                        "costPriceVatIncluded": 0,
                        "priceVatIncluded": true,
                        "salesPriceVatIncluded": true,
                        "fixedVatPercent": 0
                    }
                ],
                "variantOptions": {
                    "type": "master",
                    "productPriceSummary": "cheapest",
                    "productStockSummary": 0,
                    "vendorPriceSummary": "cheapest",
                    "vendorShippingPriceSummary": "cheapest",
                    "vendorStockSummary": 0
                },
                "salesDataIntegration": {
                    "priceshapeId": "string",
                    "name": "string"
                },
                "updatedAt": "string",
                "mainFeed": "string",
                "import": {
                    "nextImportAt": "string",
                    "nextManualImportAllowedAt": "string",
                    "lastImportAt": "string",
                    "lastSuccessfulImportAt": "string"
                }
            }
        ]
    }
    Built with