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

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

discount_id
string
obbligatorio

Discount Id

Corpo

application/json

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

customer_ids
string[]
obbligatorio

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

Risposta

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[]
obbligatorio
Ultima modifica il 6 agosto 2026