Footer Section
Explore

The Apply Promotion API can be used to apply a coupon code to the specified cart. If the coupon code is applicable, the API returns 'True'.
The reference to the cart or 'active' for the current active cart.
The mode to use. 'default' | 'turbo'
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/promotions \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: ' \--data '{"code": "MANU1"}'
1{2"title": "success",3"status": 200,4"data": true5}