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 bundle, the line item group will be broken up and the line item may be removed 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
Was this helpful?