Multi-location product availability
Compare one product across up to 20 Indian PINs, distinguishing local listings from national catalog presence, with observed prices, sellability, stores and ETA.
jiomart.product.availability.scan
/execute
Shared execution endpoint
Input parameters
locations
array<object>
required
[{"pincode":"560001"},{"pincode":"400001"}]
locations[].city
string
optional
City name.
locations[].latitude
string
optional
Latitude in decimal degrees.
locations[].longitude
string
optional
Longitude in decimal degrees.
locations[].pincode
string
required
Postal code (PIN) that sets the delivery location.
locations[].state
string
optional
State or region name.
product_id
string
required
Product identifier.
7511070
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 |
|---|---|---|
locations |
array |
2 items |
locations |
array |
2 items |
product_id |
string |
7511070 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.