Feed Specifications
Field separator: \t
Array separator: ,
To use comma not as a separator, encode it to %2C
Field | Required | Schema.org Equivalent | Description |
---|---|---|---|
offerId | required | sku | The product sku |
title | required | name | The product name |
description | required | description | The product description, html is allowed |
link | required | url | The product URL |
imageLink | required | image | The product main image, must be one of these ratios: 1x1, 4x3 or 16x9. Minimum 1.600 pixels wide. |
availability | required | availability | Allowed values: InStock or in_stock, LimitedAvailability, OnlineOnly, Discontinued, InStoreOnly, OutOfStock or out_of_stock, SoldOut, PreOrder or preorder, PreSale, BackOrder or backorder. |
price_value | required | price | The price without currency and thousands separator. Use . (period) to separate decimals |
brand | recommended | brand | The brand name |
price_currency | required | priceCurrency | The currency in 3 letters format (uppercase) |
canonicalLink | recommended | url | The product canonical page URL |
gtin | recommended | gtin (or gtin8, gtin12, gtin13, gtin14) | The GITN |
condition | recommended | itemCondition | Allowed values: NewCondition or new, RefurbishedCondition or refurbished, DamagedCondition, UsedCondition or used |
additionalImageLinks | recommended | image | Other product images and ratios. Try to provide at least three ratios: 1x1, 4x3 and 16x9. Use the | (pipe) character to separate the image URLs |
shipping0_price_value | recommended | shippingRate.value | The price without currency and thousands separator. Use . (period) to separate decimals |
shipping0_price_currency | recommended | shippingRate.currency | The currency in 3 letters format (uppercase) |
shipping0_country | recommended | shippingDestination.addressCountry | 2 letters country code (uppercase) |
shippingWeight_value | recommended | weight.value | The weight |
shippingWeight_unit | recommended | weight.unitText | The weight unit |
id | no | - | The merchant id, if available |
source | no | - | The feed source |
contentLanguage | no | - | The content language (2 letters code, lowercase) |
targetCountry | no | - | The target country (2 letters code, uppercase). |
feedLabel | no | - | The feed name |
channel | no | - | The target channel |
googleProductCategory | no | - | |
itemGroupId | no | inProductGroupWithID | A parent SKU, required to group all variant products belonging to the same product group together |
customLabel0 | no | - | |
customLabel1 | no | - | |
customLabel2 | no | - | |
customLabel3 | no | - | |
customLabel4 | no | - |