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

merchantstring
groupsobject[]
namestring
pricestring
image_urlstring
detail_urlstring
external_product_idstring
skustring
autoship_enabledboolean
premier_enabledinteger
createdstring
last_updatestring
liveboolean
discontinuedboolean
{"stackTrail":"paths:/products/{product_id}/:get:responses:200:content:application/json:schema:properties:offer_profile","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/products/{product_id}/:get:responses:200:content:application/json:schema:properties:extra_data","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/products/{product_id}/:get:responses:200:content:application/json:schema:properties:incentive_group","oasType":"schema","type":"unknown"}
product_typestring
autoship_by_defaultboolean
everyinteger
every_periodinteger

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
}