Agent Product Offers
Agent
Agent Product Offers
Offers and pricing for a specific product, paid per call via MPP.
GET
Agent Product Offers
GET /agent/products/offers returns the offers and pricing for a specific product on a retailer (amazon or walmart). It’s the agent-native, MPP-paid counterpart to the authenticated Get Product Offers endpoint.
No Zinc account is required. Each call is paid per request via the Machine Payments Protocol (MPP).
Pricing
| Price | $0.01 per call (fixed) |
| Payment | MPP (HTTP 402 challenge-credential flow) |
| Account | Not required |
Caching and freshness
Retailer data is cached. Use these optional query parameters to control freshness:max_age— accept a cached response only if it is no older than this many seconds.newer_than— accept a cached response only if it was retrieved at or after this Unix timestamp.async— return immediately withstatus: "processing"instead of waiting for a fresh fetch. Poll again to retrieve the completed result.
402 Payment Required
If no valid payment credential is provided, the API returns402 Payment Required with one WWW-Authenticate header per payable method (per RFC 9110 §11.6.1). Your MPP client uses these to complete payment and resubmit the request. See the MPP guide for details.Headers
Query Parameters
Product identifier (e.g. ASIN)
Retailer: amazon or walmart
Available options:
amazon, walmart Max response age in seconds
Minimum retrieval timestamp
Return immediately with status=processing
Response
Successful Response

