mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Adding Local Provider
This commit is contained in:
22
framework/local/data.json
Normal file
22
framework/local/data.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"products": [
|
||||
{
|
||||
"id": "Z2lkOi8vc2hvcGlmeS9Qcm9kdWN0LzU0NDczMjUwMjQ0MjA=",
|
||||
"name": "New Short Sleeve T-Shirt",
|
||||
"vendor": "Next.js",
|
||||
"path": "/new-short-sleeve-t-shirt",
|
||||
"slug": "new-short-sleeve-t-shirt",
|
||||
"price": { "value": 25, "currencyCode": "USD" },
|
||||
"images": [
|
||||
{
|
||||
"url": "/assets/drop-shirt-0",
|
||||
"altText": null,
|
||||
"width": 1000,
|
||||
"height": 1000
|
||||
}
|
||||
],
|
||||
"variants": [],
|
||||
"options": []
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user