---
title: "Create User Coupon"
method: POST
path: "/user_coupons"
tags: ["UserCoupons"]
---

# Create User Coupon

`POST /user_coupons`

To create user coupon<br>創建優惠券

## Request body

- object
  - `user_coupon` object, required
    - `customer_id` string
    - `promotion_id` string
  - `mail_notify` boolean
  - `sms_notify` boolean

## Response `201`

Created

---

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