PriceShape API
    • API Conventions
    • API Versioning
    • API Authentication
    • feeds
      • List feeds
        GET
      • Get a feed
        GET
    • products
      • history
        • Get product history
      • Update product fields
        PATCH
    • Schemas
      • Schemas
      • Response
        • UnauthorizedError
        • NotFoundError
        • BadRequestError
      • feeds
      • feeds-filter-query
      • feed
      • product-history
      • product-history-query
      • product-update-response
      • product-update-fields
      • product-update-fields-query

    def-6(product-update-fields)

    {
        "update": {
            "salesPrice": 0,
            "price": 0
        },
        "options": {
            "salesPriceVatIncluded": true,
            "priceVatIncluded": true
        }
    }
    Built with