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-2(feed)

    {
        "links": {
            "self": {
                "href": "http://example.com",
                "method": "GET"
            }
        },
        "feed": {
            "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