Method that allows the client to empty a stored cart
Security
api_key
- Productionhttps://api.oculos.no/v4/abandonedCarts
- Staginghttps://api.staging.oculos.no/v4/abandonedCarts
curl -i -X PUT \
https://api.oculos.no/v4/abandonedCarts \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"cartId": "934E2183-5004-45B0-8E75-A5178F1DEEF1"
}'