Skip to content

Empty cart

Request

Method that allows the client to empty a stored cart

Security
api_key
Bodyapplication/json
cartIdstring

Cart identifier

Example:"934E2183-5004-45B0-8E75-A5178F1DEEF1"
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"
  }'

Responses

OK