---
title: "Retrieve cart applied offers"
method: GET
path: "/v1/shoppers/me/carts/active/applied-offers"
tags: ["Cart Offers"]
---

# Retrieve cart applied offers

`GET /v1/shoppers/me/carts/active/applied-offers`

Retrieve all offers applied to the cart. A cart can have below offers be applied:
* Order Level Discount – Discounts the total costs for an order. When the cart has multiple Order Level Discount offers, only the one that provide the best discount to the shopper is used.
* Order Level Shipping Discount – Discounts shipping costs for an entire order. When the cart has multiple Order Level Shipping Discount offers, only the one that provide the best discount to the shopper is used.
* Item Level Discount – Discounts costs associated with a single line item (product). When the item has multiple Item Level Discount offers, only the one that provide the best discount to the shopper is used. If there are multiple line items in the cart, every line item can have its own best Item Level Discount offers.
* Product Level Shipping Discount – Discounts shipping costs for a specific product in the order. When the product has multiple Product Level Shipping Discount offers, only the one that provide the best discount to the shopper is used. If there are multiple products in the cart, every product can have its own best Product Level Shipping Discount offers.

## Query parameters

- `apiKey` string
- `token` string

## Response `200`

Successful response.

- AppliedOffers
  - `appliedOffers` AppliedOffer[]
    - `id` string
    - `cartDescription` string
    - `appliedCouponCode` string
    - `appliedTo` AppliedTo
      - `appliedLevel` string
      - `cartId` string
      - `lineItemId` string
    - `type` string

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-shopper-apis/revisions/4b69392f93b9/schema)
