Reference
- Full file template with EAN13: download file template / see in Google Drive
- Full file template with SKU: download file template / see in Google Drive
- Data flow: from ERP to LNB
- Data types: inventory levels
- File naming: see retailers in the flat files automation instructions
File requirements
If a row does not meet all these constrains, it will be ignored:
- EAN13 or SKU must be valid
- EAN13 or SKU must be unique in the file, only the first row will be processed
File processing rules
Inventory levels import via CSV files works in "create or update" mode:
- if a stock level is registered for this EAN13 or SKU in your Le New Black data, it is updated. If not, it is created.
File schema based on EAN13s (see in Google Drive)
Field | Description | Type | Required |
EAN13 | The EAN13 (identifier) | string | ✓ |
Quantity | The in-stock level | integer | ✓ |
Available from | The in-stock timestamp (date time ISO-8601) | datetime |
File schema based on SKUs (see in Google Drive)
Field | Description | Type | Required |
SKU | The SKU (identifier) | string | ✓ |
Quantity | The in-stock level | integer | ✓ |
Available from | The in-stock timestamp (date time ISO-8601) | datetime |
Comments
0 comments
Please sign in to leave a comment.