Arguments
size
String!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/.
slug
String!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
StringSort stores on the basis of strategy. eg, fast-delivery, low-price, optimal.
pageNo
IntThe page number to navigate through the given set of results.
pageSize
IntThe number of items to retrieve in each page.
fulfillmentOptionSlug
StringSpecifies the desired delivery method for the product (e.g. express delivery, standard delivery, or store pickup).
Response
items
[ProductSizeSeller]A list of products with size and price details available from various sellers.
page
PageInfoInformation about the pagination of the results.
sort_on
[SellerSortOn]A list of sorting and filtering criteria applied to the sellers' data.
Query
Try it
Input Variables
Response
Was this section helpful?