Add User Address

Allow customer to add user's address.

  • unique_identifier: Choose either email/staff_id.

post

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required
unique_identifierstringRequired
emailstring | nullableRequired
staff_idstring | nullableOptional
addressstringOptional
postcodestringOptional
citystringOptional
statestringOptional
countrystringOptional
Responses
chevron-right
200

Success!

application/json
post
/add-ee-address

Last updated