Skip to documentation
Browse documentation

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.

Capability ID jiomart.product.availability.scan
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

locations array<object> required
Example [{"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.

Example 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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.