query

productSellers

List all sellers offering a specific product identified by its slug and size.
Arguments
Required
A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/.
Required
A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/.
strategy
String
Sort stores on the basis of strategy. eg, fast-delivery, low-price, optimal.
pageNo
Int
The page number to navigate through the given set of results.
pageSize
Int
The number of items to retrieve in each page.
fulfillmentOptionSlug
String
Specifies the desired delivery method for the product (e.g. express delivery, standard delivery, or store pickup).
Response
A list of products with size and price details available from various sellers.
Information about the pagination of the results.
A list of sorting and filtering criteria applied to the sellers' data.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...