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

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

discount_id
string
erforderlich

Discount Id

Body

application/json

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

customer_ids
string[]
erforderlich

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

Antwort

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[]
erforderlich
Zuletzt geändert am 6. August 2026