List product retailers
Retrieve the retailer regions supported for product discovery.
/v1/product-retailersLists the retailer regions you can use to scope product category
discovery. Pass a returned retailer's id (e.g. amazon_us,
walmart_us) as the retailer query parameter on
list product categories.
Authorization
bearerAuth Short-lived access token issued by Create a token.
Send it on every request as Authorization: Bearer <token>.
In: header
Response Body
application/json
curl -X GET "https://ext.vizit.com/v1/product-retailers"[ { "id": "amazon_us", "retailer": "amazon", "region": "us", "display_name": "Amazon US", "domain": "amazon.com" }]GETList product categories
Lists the product categories your organization has ICP access to. Use a returned category's `id` as the `product_category_id` when you [submit a PDP by GTIN](/api/product-details/upsertPdpByGtin) or [submit an image for scoring](/api/images/scoreImage). Not required for ASIN ingestion — category is derived from the retailer scrape. Pass the optional `retailer` query parameter to scope the results to a single retailer region.
GETRetrieve PDP scores by GTIN
Returns the current scores and processing state for a PDP submitted via [Submit a PDP by GTIN](/api/product-details/upsertPdpByGtin). Poll until `status` moves from `processing` to `scored`. During a rescore the previous scores remain visible alongside `status: processing` and the prior `scored_at` timestamp, so clients can keep showing the last known result while a new one is computed.