Getting all applied offers
Learn how to retrieve all offers applied to the 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.
cURL
curl --location -g --request DELETE ' https://api.digitalriver.com/v1/shoppers/me/carts/active/applied-offers' \
--header 'Accept: application/json' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: applicati0n/json'
Last modified 4mo ago