-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sample CSV files under examples/csvs
All supported attributes for each type are included.
- Loading branch information
1 parent
dad04a6
commit 3c7a6b1
Showing
5 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Email,First Name,Last Name,Address1,Address2,City,Zip,Phone,Country Code,Province Code | ||
[email protected],Lorem,Ipsum,Lorem ipsum,apt 3,New York,1111,98989898,US,NY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Name,Processed At,Currency,Email,Note,Billing First Name,Billing Last Name,Billing Address1,Billing Address2,Billing City,Billing Company,Billing Zip,Billing Phone,Billing Country Code,Billing Province Code,Shipping First Name,Shipping Last Name,Shipping Address1,Shipping Address2,Shipping City,Shipping Company,Shipping Zip,Shipping Phone,Shipping Country Code,Shipping Province Code,Lineitem sku,Lineitem quantity,Lineitem price,Shipping Line Title,Lineitem fulfillment status,Shipping Line Price,Financial Status | ||
SampleOrder-123431,2021-04-07 14:45:27 -0300,USD,[email protected],An order note,Sample name,Sample Last name,3380 Straford Park,apt 3,Maysville,Solidus Contrib,41056,606-564-1950,US,KY,Sample name,Sample Last name,3380 Straford Park,apt 3,Maysville,Solidus Contrib,41056,606-564-1950,US,KY,my-sample-product-2,1,15,Solidus-Express,fulfilled,2,paid | ||
SampleOrder-123431,2021-04-07 14:45:27 -0300,USD,[email protected],An order note,Sample name,Sample Last name,3380 Straford Park,apt 3,Maysville,Solidus Contrib,41056,606-564-1950,US,KY,Sample name,Sample Last name,3380 Straford Park,apt 3,Maysville,Solidus Contrib,41056,606-564-1950,US,KY,my-sample-product-1,2,13,Solidus-Express,fulfilled,2,paid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Handle,Title,Published,Variant SKU,Variant Weight,Variant Price,Option1 Value,Option1 Name,Option2 Name,Option3 Name,Option2 Value,Option3 Value,Image Src,Alt Text,Variant Image | ||
my-sample-product,Sample Product,true,,,,Default Title,,,,,,https://github.com/solidusio/solidus/raw/master/sample/db/samples/images/ruby_hoodie.jpg,Cool Image, | ||
my-sample-product,,true,my-sample-product-1,10,5,Black,color,weight,size,50,m,,,https://github.com/solidusio/solidus/raw/master/sample/db/samples/images/solidus_tshirt_back_black.png | ||
my-sample-product,,true,my-sample-product-2,10,5,Blue,color,weight,size,50,m,,,https://github.com/solidusio/solidus/raw/master/sample/db/samples/images/solidus_tshirt_back_blue.png |