Product fulfillment
Read product listings, sellability, serving stores and ETA for a PIN, distinguishing local listings from national catalog presence.
jiomart.fulfillment.get
/execute
Shared execution endpoint
Input parameters
location
object
optional
location.city
string
optional
City name.
location.latitude
string
optional
Latitude in decimal degrees.
location.longitude
string
optional
Longitude in decimal degrees.
location.pincode
string
optional
Postal code (PIN) that sets the delivery location.
location.state
string
optional
State or region name.
pincode
string
optional
Postal code (PIN) that sets the delivery location.
560001
product_id
string
optional
Product identifier.
7511070
slug
string
optional
Slug from the page URL.
url
string
optional
Public URL of the page to fetch.
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 |
|---|---|---|
availability_flags |
object |
5 fields |
availability_flags.kirana_1p |
boolean |
true |
availability_flags.kirana_3p |
boolean |
false |
availability_flags.rrl_fc |
boolean |
true |
availability_flags.rrl_store |
boolean |
true |
availability_flags.seller_3p |
boolean |
true |
delivery_message |
string |
Delivery in 28 mins |
delivery_slots |
array |
0 items |
eta_minutes |
integer |
28 |
fulfiller |
object |
3 fields |
fulfiller.id |
string |
2147 |
fulfiller.name |
string |
Reliance Retail Limited (400710) |
fulfiller.number |
string |
3PEGURHKFC01 |
fulfillment_metadata_scope |
string |
national_catalog |
inventory_count |
null |
null |
journey |
string |
quickcommerce |
listed |
boolean |
true |
pincode |
string |
560001 |
product_id |
string |
7511070 |
quick_delivery_tagged |
boolean |
true |
sellable |
boolean |
true |
serviceable |
boolean |
true |
slug |
string |
india-gate-super-basmati-rice-1-kg-mffmvi-7511070 |
store_ids |
array |
1 items |
store_ids |
array |
1 items |
store_open |
null |
null |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.