Created
August 3, 2023 11:51
-
-
Save HintikkaKimmo/893d92b338f59450424dbc35c6a4d273 to your computer and use it in GitHub Desktop.
Product List Viewed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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