Extending tagging with SKUs
nostojs(api => {
api.setTaggingProvider("products", [{
...
skus: [
{
id: "1",
name: "S-Orange",
price: 1269.00,
list_price: 1299.00,
url: "http://www.example.com/product/CANOE123#/1-size-s/13-color-orange",
image_url: "http://www.example.com/product/images/CANOE123-1.jpg",
availability: "InStock",
custom_fields: {
size: "S",
color: "Orange"
}
}
{
id: "2",
name: "S-Blue",
price: 1269.00,
list_price: 1299.00,
url: "http://www.example.com/product/CANOE123#/1-size-s/14-color-blue",
image_url: "http://www.example.com/product/images/CANOE123-2.jpg",
availability: "InStock",
custom_fields: {
size: "S",
color: "Blue"
}
}
]
}])
})Validating
FAQ
Do I need to view events for when an SKU is viewed?
Last updated
Was this helpful?

