Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
curl --location --request PATCH 'https://api.zid.sa//cart/items/item_123' \ --data-urlencode 'quantity=3'
{ "item": { "id": 10, "product_id": "prod_123", "name": "Custom Mug", "quantity": 3, "price": 50, "price_string": "50 ر.س", "custom_fields": [ { "name": "string", "label": "string", "type": "string", "value": "string", "formatted_value": "string" } ] }, "cart_items_quantity": 5 }