Product dataset examples
Product Importer API response example
{
"entries": [
{
"batchId": 123,
"merchantId": "72532",
"method": "insert",
"product": {
"id": "12345",
"title": "Red Men's T-Shirt Size L",
"description": "A classic red T-shirt perfect for casual wear.",
"link": "http://www.example.com/products/red-mens-t-shirt-size-l",
"imageLink": "http://www.example.com/images/red-t-shirt.jpg",
"additionalImageLinks": [
"http://www.example.com/images/red-t-shirt-back1.jpg",
"http://www.example.com/images/red-t-shirt-back2.jpg"
],
"salePrice": {
"currency": "EUR",
"value": "25.99"
},
"price": {
"currency": "EUR",
"value": "25.99"
},
"gtin": "012345678905",
"mpn": "RT12345",
"productTypes": [
"Men > Clothing > T-Shirts",
"Men > Shirts & Tops",
"Clothing > Outerwear"
],
"productTypeKeys": [
"10017>21067>32022",
"10017>41441",
"21067>153"
],
"brand": "Adidas",
"itemGroupId": "12340",
"googleProductCategory": "Apparel & Accessories > Clothing > Shirts & Tops",
"availability": "In Stock",
"Color": "Red",
"Sizes": [
"S",
"M",
"L",
"XL"
],
"externalSellerId": "123seller",
"externalSellerName": "Top Fashion",
"productRating": "4.5",
"numberOfReviews": "10",
"customLabel0": "Spring",
"customLabel1": "Clearance",
"customLabel2": "Men",
"customAttributes": [
{
"name": "regionData",
"value": "'123':{'Price':'23.99'}, '456':{'Price':'27.99'}"
}
]
},
"feedId": "string"
}
]
}
Updated 9 days ago