Skip to content

Instantly share code, notes, and snippets.

@HintikkaKimmo
Created August 3, 2023 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HintikkaKimmo/893d92b338f59450424dbc35c6a4d273 to your computer and use it in GitHub Desktop.
Save HintikkaKimmo/893d92b338f59450424dbc35c6a4d273 to your computer and use it in GitHub Desktop.
Product List Viewed
list_id: "list1",
category: "What's New",
products: [
{
product_id: "223344ffdds3ff3",
sku: "12345",
name: "Just Another Game",
price: 22,
position: 2,
category: "Games and Entertainment",
url: "https://www.myecommercewebsite.com/product",
image_url: "https://www.myecommercewebsite.com/product/path.jpg"
},
{
product_id: "343344ff5567ff3",
sku: "12346",
name: "Wrestling Trump Cards",
price: 4,
position: 21,
category: "Card Games"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment