Removing an applied offer

Learn how to remove an offer applied to the cart.

You can remove a specific offer applied to a customer's cart. If the offer type for the specified offer is a bundle, the request will break up the line item group and remove the line item based on the bundle type.

curl --location -g --request DELETE ' https://api.digitalriver.com/v1/shoppers/me/carts/active/applied-offers/{offerId}' \
--header 'Authorization: Basic {{access_token}}' \
...

You will get a 204 Successful response. See Applied offers for more information.

Last updated