pandamart_store_product
Retrieve a product's full details using darkstore code and product ID, returning category, per-unit pricing, and nutrition for grocery items.
Instructions
Get one pandamart product's full detail. Returns one product's full detail by ID: the same fields a shelf/search result carries plus category_id and, for weighable/grocery items, per-unit pricing and nutrition attributes. Resolves the store's page slug internally, so only the darkstore code and product ID are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Darkstore code, from /pandamart/search's code field | |
| market | No | Delivery Hero market the store belongs to. One of sg, pk, bd, hk, my, ph. Defaults to sg. | |
| product_id | Yes | Product ID, from a search/products/categories response's id field |