The retailers file import now behaves differently regarding retailer identification, which is key to decide whether to create or update the retailer.
Until this update, the retailer key was the name+country combination. This made it not possible to have multiple retailers with the same name in a given country.
From this update, the retailer key is the reference if provided, or if not provided the name+country.
The create/update rules now are as follows:
- if reference is provided and exists -> retailer is updated
- else if name+country combination exists -> retailer is updated
- else -> retailer is created
Comments
0 comments
Please sign in to leave a comment.