---
title: "Get Coupon Center Promotions"
method: GET
path: "/promotions/coupon-center"
tags: ["Promotions"]
---

# Get Coupon Center Promotions

`GET /promotions/coupon-center`

Returns coupon center promotions available for the authenticated customer.

## Response `200`

OK

- object
  - `data` object
    - `items` object[]
      - `user_max_use_count` integer, nullable
      - `first_purchase_only` boolean
      - `first_purchase_all_platform` boolean
      - `draw_from` string
      - `user_use_count` integer
      - `draw_start_at` string, nullable
      - `is_drew` boolean
      - `title_translations` object
        - `en` string
        - `zh-hant` string
        - `zh-cn` string
        - `th` string
        - `vi` string
      - `use_count` integer
      - `max_use_count` integer
      - `end_at` string, nullable
      - `drew_coupon_count` integer
      - `discount_type` string
      - `available_channel_ids` string[]
      - `draw_end_at` string, nullable
      - `code` string, nullable
      - `id` string
      - `discount_on` string
      - `available_platforms` string[]
      - `start_at` string, nullable
      - `coupon_type` string
  - `trace_id` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
