List Retailers
Retailers
List Retailers
The public catalog of retailers Zinc supports — no authentication required.
GET
List Retailers
GET /retailers is the public “what do you support?” catalog. It returns one flat object per retailer brand with its identifier, domain, the countries Zinc ships to, and the free-shipping policy.
No authentication required — no API key, no MPP payment.
Notes
- International marketplaces (e.g.
amazon.com/amazon.de) are grouped under a single brand, with each country listed insupported_countries(ISO 3166-1 alpha-2; defaults to["US"]). free_shippingindicates whether free shipping is offered either unconditionally or abovefree_shipping_threshold_cents. Anullthreshold means there is no minimum.- Orders are Zinc-managed by default (no retailer account needed), so account and guest-checkout details are omitted from this catalog.
- Use
limit/offsetto page through results (defaultlimit100, max 1000), andnameto filter by a case-insensitive partial match.
Query Parameters
Number of retailers to return
Required range:
1 <= x <= 1000Number of retailers to skip
Required range:
x >= 0Filter by name (case-insensitive partial match)

