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"
}
],
"property1": "string",
"property2": "string"
},
"cart_items_quantity": 3,
"property1": "string",
"property2": "string"
}