diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-25 02:19:44 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-25 02:19:44 +0100 |
| commit | e213fdec89ce5246efc6fa558158c56e0bb972de (patch) | |
| tree | 944ca60d5fa23437490ec7e065b57874084de904 /backend/data | |
| parent | cbbaf2e94041e62bcdb033bc5d8df0f0068f9e8d (diff) | |
seed
Diffstat (limited to 'backend/data')
| -rw-r--r-- | backend/data/seed.json | 124 |
1 files changed, 62 insertions, 62 deletions
diff --git a/backend/data/seed.json b/backend/data/seed.json index 2c6b906..3a438ef 100644 --- a/backend/data/seed.json +++ b/backend/data/seed.json @@ -1,62 +1,62 @@ -{ - "store": { - "currencies": ["eur"] - }, - "users": [ - { - "email": "admin@lsb.local", - "password": "supersecret" - } - ], - "regions": [ - { - "id": "fr", - "name": "France", - "currency_code": "eur", - "tax_rate": 0, - "payment_providers": ["manual"], - "fulfillment_providers": ["manual"], - "countries": ["fr"] - } - ], - "shipping_options": [ - { - "name": "Standard", - "region_id": "fr", - "provider_id": "manual", - "price_type": "flat_rate", - "amount": 500 - } - ], - "products": [ - { - "title": "Savon Lavande", - "handle": "savon-lavande", - "description": "Savon artisanal a la lavande.", - "thumbnail": "https://via.placeholder.com/600x600.png?text=Savon+Lavande", - "options": [ - { - "title": "Taille" - } - ], - "variants": [ - { - "title": "100g", - "prices": [ - { - "currency_code": "eur", - "amount": 650 - } - ], - "options": [ - { - "value": "100g" - } - ], - "inventory_quantity": 100, - "manage_inventory": true - } - ] - } - ] -} +{
+ "store": {
+ "currencies": ["eur"]
+ },
+ "users": [
+ {
+ "email": "admin@lsb.local",
+ "password": "supersecret"
+ }
+ ],
+ "regions": [
+ {
+ "id": "fr",
+ "name": "France",
+ "currency_code": "eur",
+ "tax_rate": 0,
+ "payment_providers": ["manual"],
+ "fulfillment_providers": ["manual"],
+ "countries": ["fr"]
+ }
+ ],
+ "shipping_options": [
+ {
+ "name": "Standard",
+ "region_id": "fr",
+ "provider_id": "manual",
+ "price_type": "flat_rate",
+ "amount": 500
+ }
+ ],
+ "products": [
+ {
+ "title": "Savon Lavande",
+ "handle": "savon-lavande",
+ "description": "Savon artisanal a la lavande.",
+ "thumbnail": "https://via.placeholder.com/600x600.png?text=Savon+Lavande",
+ "options": [
+ {
+ "title": "Taille"
+ }
+ ],
+ "variants": [
+ {
+ "title": "100g",
+ "prices": [
+ {
+ "currency_code": "eur",
+ "amount": 650
+ }
+ ],
+ "options": [
+ {
+ "value": "100g"
+ }
+ ],
+ "inventory_quantity": 100,
+ "manage_inventory": true
+ }
+ ]
+ }
+ ]
+}
|
