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-4(product-history-query)

    {
        "offset": 0,
        "max": 100,
        "from": "2026-05-29",
        "to": "2026-08-27",
        "timezone": "string",
        "priceshapeFeedId": "string"
    }
    Built with