add missing collateral from previous commit, add more tests for import
This commit is contained in:
parent
0316b74ecd
commit
112da861ca
3 changed files with 83 additions and 4 deletions
|
|
@ -0,0 +1,7 @@
|
|||
mastersku,sku,title,shortdescription,price,weight,quantity
|
||||
##alter existing with two collateral
|
||||
t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,500
|
||||
##alter existing with one collateral
|
||||
soda,soda-sweet,Sweet Soda-bottled in Oregon,Sweet Soda,1.00,0.85,500
|
||||
##add a new one
|
||||
classical-records-1,track-16,The Marriage of Figaro,Track 16,3.25,0.00,50
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
mastersku,sku,title,shortdescription,price,weight,quantity
|
||||
##alter a title
|
||||
soda,soda-sweet,Sweet Soda-totally organic,Sweet Soda,1.00,0.85,500
|
||||
##add new collateral to an existing product
|
||||
classical-records-1,track-9,The Marriage of Figaro,Track 9,3.25,0.00,55
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue