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 DELETE 'https://api.zid.sa//cart/items/item_123'
{ "item": { "id": 10, "product_id": "prod_123", "name": "Custom Mug", "quantity": 2, "price": 50, "price_string": "50 ر.س", "custom_fields": [ { "name": "message", "label": "Custom Text", "type": "TEXT", "value": "Happy Birthday", "formatted_value": "Happy Birthday" } ] }, "cart_items_quantity": 3 }