Accepted fields
The following fields in the localized product feed are accepted. If your product feed uses different field names than those listed below, please provide the field mapping to your Account Representative to ensure data consistency. Required Fields:
Optional Fields:
| Field | Type | Description |
|---|---|---|
| override | string | The name of the locale, country code, and language code to which the product belongs.Using ISO standards for locales/country codes/language codes is recommended but not enforced.
data-override parameter to display the localized product data. See Product Page Gallery guide . |
| url | string | A URL that links to the product. |
| title | string | The product name |
| image_url | string | A URL that links to an image of the product |
| price | string/number | The price of the product. You can provide a price including the currency symbol/code (e.g., “$80.99”) or a numeric price (e.g., “80.99”).When providing a price without the currency symbol/code, it is highly recommended that the currency_code field also be provided. |
| currency_code | string | A 3-letter code specifying the type of currency used for the product’s price. The currency_code is appended to the price when displayed in the media popup only if the price is numeric (e.g., “5.99”). If the price is non-numeric (e.g., “$5.99”), then currency_code will not be appended.For example, if the price is specified as “5.99” and the currency_code is “CAD,” the price will be displayed as “5.99 CAD” in the media popup.If the price is specified as “5.99” in the media pop-up. |
| availability | string | The current availability of the product.Acceptable values are: in stock, out of stock, preorder, available for order, discontinued. |
| description | string | The description of the product. |
Example
Here is a short example of how localized product feeds could be set up. If my company and customer base are in Canada, my default feed should be in English and have prices listed in CAD. Here is an example of what that might look like: Default Feed:
French Feed:
For customers in France, we want to ensure they are directed to the French website and see prices in their native currency, so we create a localized product feed that specifies the French
url, price, and currency code.
United States Feed:
Since English is the primary language for customers in the United States, we do not need to provide separate product links. Still, we want to display the price in USD, so we create a localized product feed that provides
price and currency_code.