---
title: "Claim User Coupon"
method: POST
path: "/user_coupons/{coupon_code}/claim"
tags: ["UserCoupons"]
---

# Claim User Coupon

`POST /user_coupons/{coupon_code}/claim`

To claim user coupon<br>領取優惠券

## Path parameters

- `coupon_code` string, required

## Request body

- object
  - `customer_id` string, required
  - `locale` string

## Response `200`

Success

---

[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)
