Skip to main content
POST
POST /discounts/{discount_id}/customers

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

discount_id
string
必須

Discount Id

ボディ

application/json

Request body for POST /discounts/{discount_id}/customers.

customer_ids
string[]
必須

Customer IDs to attach (1..=1000). All must exist in the caller's business.

レスポンス

Customers attached (idempotent). Echoes only the customer IDs submitted in THIS request, not the full allowlist — use GET /discounts/{discount_id}/customers to retrieve all attached customers.

items
object[]
必須
最終更新日 2026年8月6日