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일