| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | 
							- {
 
-   "store": {
 
-     "currencies": ["eur"]
 
-   },
 
-   "users": [
 
-     {
 
-       "email": "admin@medusa-test.com",
 
-       "password": "supersecret"
 
-     }
 
-   ],
 
-   "regions": [
 
-     {
 
-       "id": "test-region",
 
-       "name": "Default Region",
 
-       "currency_code": "eur",
 
-       "tax_rate": 0,
 
-       "payment_providers": ["stripe"],
 
-       "fulfillment_providers": ["manual"],
 
-       "countries": ["gb", "de", "dk", "se", "fr", "es", "it"]
 
-     }
 
-   ],
 
-   "shipping_options": [
 
-     {
 
-       "name": "Standard Shipping",
 
-       "region_id": "test-region",
 
-       "provider_id": "manual",
 
-       "data": {
 
-         "id": "manual-fulfillment"
 
-       },
 
-       "price_type": "flat_rate",
 
-       "amount": 1000
 
-     }
 
-   ],
 
-   "products": [
 
-     {
 
-       "title": "Cool Test Product",
 
-       "subtitle": null,
 
-       "description": "Welcome to Medusa",
 
-       "handle": "cool-test-product",
 
-       "is_giftcard": false,
 
-       "images": [],
 
-       "thumbnail": "",
 
-       "options": [
 
-         {
 
-           "title": "Size"
 
-         }
 
-       ],
 
-       "variants": [
 
-         {
 
-           "title": "One Size",
 
-           "prices": [
 
-             {
 
-               "currency_code": "eur",
 
-               "amount": 19500
 
-             }
 
-           ],
 
-           "options": [
 
-             {
 
-               "value": "One Size"
 
-             }
 
-           ],
 
-           "inventory_quantity": 100,
 
-           "manage_inventory": true
 
-         }
 
-       ]
 
-     }
 
-   ]
 
- }
 
 
  |