Comment on page
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 GET ' https://api.digitalriver.com/v1/shoppers/me/carts/active/applied-offers' \
--header 'Accept: application/json' \
--header 'Authorization: Basic {{access_token}}' \
...
Last modified 7mo ago