Get the price of a product size at all the selling locations near to a PIN Code.
Arguments
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/.
size
String!Required
A string indicating the size of the product, e.g. S, M, XL. You can get slug value from the endpoint /service/application/catalog/v1.0/products/sizes.
storeId
IntThe ID of the store that is selling the product, e.g. 1,2,3.
moq
IntAn Integer indication the Minimum Order Quantity of a product, e.g. 100.
pincode
StringThe postal code or zip code for customer.
fulfillmentOptionSlug
StringSpecifies the desired delivery method for the product (e.g. express delivery, standard delivery, or store pickup).
Response
items
[ProductSizePrice]A list of products with size and price details available from various sellers.
Query
Try it
Input Variables
Response
Was this section helpful?