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

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

discount_id
string
requis

Discount Id

Corps

application/json

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

customer_ids
string[]
requis

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

Réponse

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[]
requis
Dernière modification le 6 août 2026