Create a deal on an account

POST/deals

Requires scope: write:deals

Parameters

ParameterInTypeDescription
Idempotency-KeyrequiredheaderstringStable logical request ID required for every machine mutation; exact retries replay and changed inputs conflict.

Request body

FieldTypeAllowed valuesDescription
store_idrequiredstringany string
namerequiredstringany string
valuenumberany number
stagestringdiscoveryqualifyingproposalnegotiationwonlost
next_stepstringany string
next_step_duestringany string

Responses

StatusDescription
201Created
400Invalid body
401Missing or invalid API key
403Key lacks the required scope
429Rate limit exceeded (see Retry-After)
Is this page helpful?