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

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

discount_id
string
obrigatório

Discount Id

Corpo

application/json

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

customer_ids
string[]
obrigatório

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

Resposta

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[]
obrigatório
Última modificação em 6 de agosto de 2026