Skip to content

Commit

Permalink
chore(test): add demo store business model test file
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Jun 14, 2023
1 parent 3d09096 commit 6e4278d
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions demo_store_full.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
[
{
"resourceType": "addresses",
"importAll": true
},
{
"resourceType": "merchants",
"importAll": true
},
{
"resourceType": "stock_locations",
"importAll": true
},
{
"resourceType": "inventory_models",
"importAll": true
},
{
"resourceType": "inventory_stock_locations",
"importAll": true
},
{
"resourceType": "inventory_return_locations",
"importAll": true
},
{
"resourceType": "price_lists",
"importAll": true
},
{
"resourceType": "markets",
"importAll": true
},
{
"resourceType": "shipping_categories",
"importAll": true
},
{
"resourceType": "shipping_zones",
"importAll": true
},
{
"resourceType": "shipping_methods",
"importAll": true
},
{
"resourceType": "payment_gateways",
"importAll": true
},
{
"resourceType": "payment_methods",
"importAll": true
},
{
"resourceType": "skus",
"importAll": true
},
{
"resourceType": "stock_items",
"importAll": true
},
{
"resourceType": "prices",
"importAll": true
}
]

0 comments on commit 6e4278d

Please sign in to comment.