Data Feeds
Product Feed
This section will describe the strcuture and format required for a custom product feed.
Product Data Feed:
The product data feed is required to use the following Shopbox features: Find Similar, New Products for You and Promotions for You. The table below describes the required fields and values. An example JSON is shown below the table.
{
"id":"inano123456",
"title":"ipod-nano",
"description":"It's the small iPod with a big idea: Video.",
"url":"https://www.example.com/ipod-nano",
"image":"https://www.example.com/images/ipod-nano.jpg",
"price":{
"EUR":"199.99",
"GBP":"166.58"
},
"regular_price":{
"EUR":"250.00",
"GBP":"208.26"
},
"stock":55,
"brand":"Apple",
"top_category":"Consumer Electronics",
"category_list":[
"MP3 Player",
"Music",
"Flash Memory"
],
"created_at":"2007-12-31T19:00:00-05:00",
"updated_at":"2007-12-31T19:00:00-05:00",
"cart_id":"cart_123456",
"custom_categorical":{
"color":[
"red",
"blue"
],
"generation":[
"6th"
]
},
"custom_numerical":{
"width_mm":38.7,
"weight_g":36.8
}
}
SFTP Instructions:
For SFTP instruction please contact you customer success agent or alternatively email [email protected]