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-1(feeds-filter-query)

    {
        "offset": 0,
        "max": 10,
        "draft": false
    }
    Built with