Removes all items from the shopping cart
curl --request DELETE \ --url https://api.firmly.work/api/v1/domains/staging.luma.gift/cart/line-items \ --header 'x-firmly-authorization: YOUR_TOKEN'
{ "cart_id": "1e43868c-d4a5-418c-bd6b-5fff043550d2", "platform_id": "example", "shop_id": "staging.luma.gift", "display_name": "Luma Store", "line_items": [], "sub_total": { "currency": "USD", "value": 0, "symbol": "$", "number": 0 }, "shipping_total": { "currency": "USD", "value": 0, "symbol": "$", "number": 0 }, "tax": { "currency": "USD", "value": 0, "symbol": "$", "number": 0 }, "total": { "currency": "USD", "value": 0, "symbol": "$", "number": 0 }, "payment_method_options": [ { "type": "CreditCard", "wallet": "user" } ] }
staging.luma.gift
line_items