Product Detail Get
Fetch JioMart product detail by product slug, optionally including size/availability data.
jiomart.product.detail.get
/execute
Shared execution endpoint
Input parameters
include_sizes
boolean
optional
Include sizes supplied for this request.
true
location
object
optional
Location supplied for this request.
location.city
string
optional
City supplied for this request.
location.latitude
string
optional
Latitude supplied for this request.
location.longitude
string
optional
Longitude supplied for this request.
location.pincode
string
optional
Pincode supplied for this request.
location.state
string
optional
State supplied for this request.
pincode
string
optional
Pincode supplied for this request.
400001
slug
string
required
Slug supplied for this request.
921-classic-red-label-basmati-rice-5kg-mj707c-49856704
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
product |
object |
38 fields |
product._custom_json |
object |
2 fields |
product._custom_meta |
array |
0 items |
product.all_company_ids |
array |
1 items |
product.attributes |
object |
65 fields |
product.brand |
object |
7 fields |
product.categories |
array |
1 items |
product.category_map |
object |
3 fields |
product.country_of_origin |
string |
India |
product.custom_order |
object |
3 fields |
product.department |
object |
4 fields |
product.description |
string |
<p style="font-size: 14px;direction: ltr;">921 Basmati Rice is a variet… |
product.grouped_attributes |
array |
0 items |
product.has_variant |
boolean |
false |
product.highlights |
array |
0 items |
product.image_nature |
string |
standard |
product.is_dependent |
boolean |
false |
product.item_code |
string |
RVBBUTYRQI |
product.item_type |
string |
standard |
product.medias |
array |
3 items |
product.moq |
object |
2 fields |
product.multi_size |
boolean |
true |
product.name |
string |
921 CLASSIC RED LABEL JEERA RICE SPECIAL BASMATI RICE 5KG |
product.net_quantity |
object |
0 fields |
product.no_of_boxes |
integer |
1 |
product.price |
object |
3 fields |
product.promo_meta |
object |
0 fields |
product.rating |
integer |
0 |
product.rating_count |
integer |
0 |
product.seo |
object |
2 fields |
product.short_description |
string |
|
product.similars |
array |
0 items |
product.size_guide |
string |
|
product.slug |
string |
[redacted:token] |
product.tags |
array |
3 items |
product.teaser_tag |
string |
|
product.tryouts |
array |
0 items |
product.type |
string |
product |
product.uid |
integer |
49856704 |
raw |
object |
2 fields |
raw.product |
object |
38 fields |
raw.sizes |
object |
2 fields |
sizes |
object |
2 fields |
sizes.sellable |
boolean |
false |
sizes.sizes |
array |
0 items |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.