You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the variants of product have to be listed in incremental order in the file to to be imported.
Expected Behavior
Variants given in arbitrary order should be accepted by the importer tool:
id
variantID
product-A
3
product-A
4
product-A
1
product-A
2
Current Behavior
In the current state it is not possible to import or update products when the variant IDs are not given in incremental order.
id
variantID
product-A
1
product-A
2
product-A
3
product-A
4
Context
Clients have to take extra effort to prepare the import file getting the sorting right. This is could be more user-friendly since the tool has all the information to create/update the product. The order of the variants shouldn't really matter.
The text was updated successfully, but these errors were encountered:
@stmeissner Thanks for creating this issue. I'd like to have some more details of this; like what happens if the masterVariant (first variant) id is 1 and the other variants are in any arbitrary order?
Description
Right now the variants of product have to be listed in incremental order in the file to to be imported.
Expected Behavior
Variants given in arbitrary order should be accepted by the importer tool:
Current Behavior
In the current state it is not possible to import or update products when the variant IDs are not given in incremental order.
Context
Clients have to take extra effort to prepare the import file getting the sorting right. This is could be more user-friendly since the tool has all the information to create/update the product. The order of the variants shouldn't really matter.
The text was updated successfully, but these errors were encountered: