init from origin + update

This commit is contained in:
2023-08-01 13:14:02 +03:00
commit 321dc4c3c5
1109 changed files with 16019 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"success": true,
"items": []
}

View File

@@ -0,0 +1,4 @@
{
"success": false,
"message": "Error retrieving cart"
}

View File

@@ -0,0 +1,18 @@
{
"success": true,
"items": [
{
"id": "42",
"model": "model A",
"price_usual": "$299",
"picture": "https://cdn.shopify.com/s/files/1/0011/1273/5803/products/LF-HB_BrisaBlackOnyx_shadow_clip_c-j_800x.jpg?v=1612828182"
},
{
"id": "322",
"model": "model T",
"price_usual": "$499",
"price_discounted": "$69",
"picture": "https://ehire.co.za/wp-content/uploads/2018/10/furniture-chairs-conference-chair-charcoal.jpg"
}
]
}