query
productPrice
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.
Response
article_assignment
ArticleAssignmentInformation about serviceability algorithm.
article_id
StringThis unique identifier is assigned to the specific article. This represents item x size x location.
delivery_promise
DeliveryPromiseFormattedEstimated delivery time for the product, indicating when the customer can expect to receive their order based on the shipping options and location.
discount
StringAmount or percentage of discount applied to the product's price, showing the savings for the customer.
discount_meta
DiscountMetaDiscount countdown timer for a product.
grouped_attributes
[ProductGroupedAttribute]Collection of attributes grouped together, which provides detailed characteristics of the product, such as color, size, material, etc.
is_cod
BooleanWhether Cash on Delivery (COD) is available for this product. It is true if COD is available and false otherwise.
is_gift
BooleanWhether the product can be purchased as a gift. It is true if the product is available for gifting and false otherwise.
is_serviceable
Booleanitem_type
String Type of item, indicating the category or nature of the product. Possible values are Standard, Composite, Wet, Digital.
long_lat
[Float]Longitude and latitude coordinates, possibly indicating the location of the store or warehouse where the product is stocked.
marketplace_attributes
[ProductGroupedAttribute]Attributes specific to the marketplace, such as ratings, reviews, shipping options, and other marketplace-specific details.
pincode
IntPostal code or zip code for which the product's availability and delivery options are being checked.
price
ProductStockPricePrice details of product. Includes currency details, MRP, Selling price.
price_per_piece
ProductStockPriceThe price of a single unit of the product. It helps customers understand the cost per item when purchasing multiple units.
price_per_unit
ProductStockUnitPricePrice per unit of measurement for products sold in quantities (e.g., price per kilogram, liter, etc.), helping customers compare unit prices.
quantity
IntAvailable quantity of the product in stock. It shows the number of units available for purchase.
return_config
ReturnConfigInformation about the return policy for the product, including conditions, timeframes, and any specific instructions or restrictions.
seller
SellerSeller offering the product, including the seller's name, rating, and other relevant information.
seller_count
IntNumber of sellers offering this product. It indicates the level of competition and availability from different sellers.
set
ProductSetCollection or bundle of items that are sold together as a set, detailing the components included in the set.
special_badge
StringSpecial badges or labels assigned to the product, such as "Bestseller," "New Arrival," or "Limited Edition.".
store
AvailableStoreIdentifier or name of the store where the product is available. It helps in identifying the specific location or online store offering the product.
strategy_wise_listing
[StrategyWiseListing]Details about serviceability attributes.
tags
[String]trader
JSONQuery
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?