Retrieve
Returns information for a single product by its unique identifier.
get/products/{product_id}/
Path parameters
product_idstring required
Merchant product ID
Query parameters
include_product_selection_rulesboolean
For rotating products this param returns a product_selection_rules list with all selection_list_elements
Response
200
Example response
{
"merchant": "ac4f7938383a11e89ecbbc764e1107f2",
"name": "Wild Yam Root 405mg",
"price": "6.99",
"image_url": "https://staging-web-vitaminworld.demandware.net/on/demandware.static/-/Sites-vitaminworld-master/default/dwafa9ff17/images/2017/000030.jpg",
"detail_url": "https://staging-web-vitaminworld.demandware.net/s/vitaminworld_us/wild-yam-root-405mg-0070000030.html",
"external_product_id": "0070000030",
"sku": "0070000030",
"created": "2018-07-24 10:06:10",
"last_update": "2018-11-20 10:48:00",
"product_type": "standard",
"every": 2,
"every_period": 2
}