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

    def-4(product-history-query)

    {
        "offset": 0,
        "max": 100,
        "from": "2025-06-17",
        "to": "2026-06-17",
        "timezone": "string",
        "priceshapeFeedId": "string"
    }
    Built with