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日