---
title: "Get Coupons"
method: GET
path: "/commerce/catalog/admin/couponsets/{couponSetCode}/couponcodes"
tags: ["CouponSets"]
---

# Get Coupons

`GET /commerce/catalog/admin/couponsets/{couponSetCode}/couponcodes`

Returns a paged collection of Coupons.

## Path parameters

- `couponSetCode` string, required

## Query parameters

- `startIndex` integer
- `pageSize` integer
- `sortBy` string
- `filter` string
- `includeCounts` boolean
- `responseGroups` string
- `responseFields` string

## Response `200`

OK

- CouponCollection
  - `items` Coupon[], nullable
    - `auditInfo` AdminUserAuditInfo
      - `createBy` string, nullable
      - `createDate` string, date-time, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time, nullable
    - `canBeDeleted` boolean
    - `couponCode` string, required — The code the customer uses to claim this coupon
    - `couponSetCode` string, nullable — Link to associated coupon
    - `couponSetId` integer — ReadOnly system id for releated couponset.
    - `redemptionCount` integer, nullable — Total number of times this code has been redeemed. ReadOnly, calculated. Only returned with response group includeCounts
  - `pageCount` integer
  - `pageSize` integer
  - `startIndex` integer
  - `totalCount` integer

---

[API](https://skmtc.dev/kibocommerce/apis/customer.md) · [All operations](https://skmtc.dev/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kibocommerce/customer/revisions/47c0cf7b75ab/schema)
