List all sellers and stores offering a specific product with pricing, availability, and delivery options. You can get slug and size value from the query products.
Arguments
size
String!Required
Size variant of the product, e.g. 'M', '256GB', '42'.
slug
String!Required
URL-friendly identifier of the product, e.g. 'nike-air-jordan-1'.
strategy
StringSeller sorting strategy: 'fast-delivery', 'low-price', 'optimal', 'high-rating'.
pageNo
IntPage number for pagination through seller results, e.g. 1.
pageSize
IntNumber of sellers to retrieve per page, e.g. 12.
fulfillmentOptionSlug
StringPreferred fulfillment method, e.g. 'express', 'standard', 'pickup'.
Response
Query
Try it
Input Variables
Response
Was this section helpful?