Add a contact to an account

POST/accounts/{storeId}/contacts

Requires scope: write:contacts

Parameters

ParameterInTypeDescription
storeIdrequiredpathstring

Request body

FieldTypeAllowed valuesDescription
first_namestringany string
last_namestringany string
namestringany string
rolestringany string
emailstringany string

Responses

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