Search…
⌃K
Links

Removing a specific applied offer

Learn how to remove a specific applied offer from a customer's cart.
An applied offer is the best eligible offer that is applied to the customer's cart. By best, we mean this offer won offer arbitration. Note that there could be a winner for each discount level.
You can remove a specific offer applied to a customer's cart by specifying the offer identifier (offerId).
cURL
curl --location -g --request DELETE ' https://api.digitalriver.com/v1/shoppers/me/carts/active/applied-offers/{offerId}' \
--header 'Accept: application/json' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: applicati0n/json'