Skip to main content
GET
/
products
/
{product_id}
/
offers
Get Product Offers
curl --request GET \
  --url https://api.zinc.com/products/{product_id}/offers \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Zinc API key (Bearer zn_...)

Headers

authorization
string | null

Path Parameters

product_id
string
required

Query Parameters

retailer
enum<string>
required

Retailer identifier

Available options:
amazon,
walmart
max_age
integer | null

Max response age in seconds (mutually exclusive with newer_than)

newer_than
integer | null

Minimum retrieval timestamp (mutually exclusive with max_age)

async
boolean | null

Return immediately with status=processing

Response

Successful Response