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
"sku","name","description","price","cost_price","map","shipping_category_id","tax_category_id"
"SIMPLE_003","Simple third row avail in future","more blah blah",50.34,23.34,300,1,1
but running the same thing again with a price change
"sku","name","description","price","cost_price","map","shipping_category_id","tax_category_id"
"SIMPLE_003","Simple third row avail in future","more blah blah",60.34,23.34,300,1,1
fails. It creates a duplicate row in spree_products
Is it not possible to update existing rows?
Fore instance this works
but running the same thing again with a price change
fails. It creates a duplicate row in spree_products
The text was updated successfully, but these errors were encountered: