Bundle in Custom List Item
Please contact your CSM or [email protected] to enable this API for your store
Fields in bundle (refers to product)
{
"title": "Product Variant title",
"price": "Product rice",
"empi": "Product ID",
"epi": "Variant ID",
"iu": "Product Variant Image URL",
"uri": "Product Variant URL",
"vendor": "Product Vendor"
},
{
"title": "Angus Magtek - 156cm",
"price": 199,
"empi": 8577926889765,
"epi": 46505649635621,
"iu": "/urltocdn/shop/products/c3da-4219-9c27-ce8be2f10a34_620x620.jpg?v=1692882252",
"uri": "https://urltostore.com/products/rossignol-angus-magtek-snowboard-2016",
"vendor": "Rossignol"
},
Argument | Type | Description |
---|---|---|
title | string | Product title |
empi | number/string | Product id of the product |
epi | number/string | Variant id of the product |
uri | string | Canonical uri of the product |
price | float | Product Price |
iu | string | Product image url |
compareAtPrice (optional) | float | Optional. Compare at price |
sku (optional) | string | Optional. SKU |
vendor (optional) | string | Optional. Vender |
qty (optional) | number | Optional. Quantity included for the action |
cprops (optional) | object | Optional. Map of custom fields |
Updated 4 days ago