The sales feed provides a list of all products sold within a set time period. We recommend updating this feed at least daily. Upload at least 60 days worth of sales data in your first upload.
Each time that you upload the sales feed, product information is updated incrementally. You only need to include products that have been sold since the previous feed update.
Required field | Description | Type | Example |
---|---|---|---|
target_customer_id [target_customer_id] |
The Merchant ID of the retailer. | Integer | 112339909 |
store_code |
This can either be the shop code of a retailer's business profile or a point of sale (POS)/inventory data provider internal identifier. Note: If using an internal shop code, provide mapping to the shop address in the shop feed. |
String | '465278' |
id [id] |
The unique identifier of the product. It's recommended that you use the product SKU. Note:
|
String <= 50 characters |
'1029384' |
gtin [gtin] |
The Global Trade Item Number of the product. We accept a variety of standards for GTIN (including UPC). Learn more about unique product identifiers. |
String | '885787364684' |
quantity [quantity] |
The number of this product sold and returned in this transaction. |
Integer Positive for sold and negative for returned |
1 |
price [price] |
The price of the product in local currency. | String | '28.00 GBP' |
timestamp [timestamp] |
The timestamp of the sale in a specific time zone, as defined by the International Organization for Standardization (ISO) 8601 standard. Format: yyyy-mm-ddThh:mm:ss+time zone |
String | '2016-05-09T14:08:45+00:00' |