Get Product
Get Zepto product details from a product URL or product variant ID.
Capability ID
zepto.product
Cost
1 credit per request
Maximum runtime
180 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
latitude |
number |
Optional | Latitude for location-based store resolution. |
longitude |
number |
Optional | Longitude for location-based store resolution. |
pvid |
string |
Optional | Zepto product variant ID. |
store_id |
string |
Optional | Zepto store ID. Defaults to the public Bangalore sample store. |
url |
string |
Optional | Direct URL to a Zepto product page. |
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.
| Path | Observed type | Example |
|---|---|---|
product |
object |
26 fields |
product.available_quantity |
integer |
4 |
product.brand |
string |
Fruits |
product.brand_id |
string |
d396c794-de67-421c-9af1-dc36df2c2471 |
product.country_of_origin |
string |
India |
product.description |
string |
The water of a tender coconut is nothing, but the endosperm of the coco… |
product.discount_percent |
integer |
49 |
product.discounted_selling_price_paise |
integer |
8100 |
product.formatted_pack_size |
string |
1 pc |
product.image_path |
string |
cms/product_variant/c3a49c51-d6bd-4298-8af4-092a10bcd4c3.jpeg |
product.image_url |
string |
https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-aut… |
product.image_urls |
array |
3 items |
product.is_active |
boolean |
true |
product.l3_category_id |
string |
464cd640-d308-418e-9ad2-37e3973e511d |
product.max_allowed_quantity |
integer |
6 |
product.mrp_paise |
integer |
16100 |
product.name |
string |
Tender Coconut |
product.pack_size |
integer |
1 |
product.product_id |
string |
29c55962-65c9-4a04-87fc-406edce13b27 |
product.product_url |
string |
https://www.zepto.com/pn/tender-coconut/pvid/b9fbf0e7-de2d-4a89-ae74-b1… |
product.product_variant_id |
string |
b9fbf0e7-de2d-4a89-ae74-b12a7c0ab236 |
product.quantity |
integer |
4 |
product.shelf_life_in_hours |
string |
3 days |
product.source_url |
string |
https://www.zepto.com/pn/product/pvid/b9fbf0e7-de2d-4a89-ae74-b12a7c0ab… |
product.store_product_id |
string |
ff391715-6e8b-5a21-9caa-6cd7df7ccc02 |
product.unit_of_measure |
string |
PIECE |
product.weight_in_gms |
integer |
58 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.