Footer Section
Explore

Abandon Cart API discards the cart along with Line Items and related objects.
The reference Id of the cart that needs to be cloned.
Content type of the request body.
The name of the storefront used for the request.
curl --request POST \--url https://documentation.conga.com/carts/cartId/abandon \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": true5}