Set Contact Details

View as Markdown
Updates an individual customer's phone number or email address.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

merchant_user_idstringRequired
Merchant User ID

Request

This endpoint expects an object.
emailstringRequired
Customer email
phone_numberstringRequired
Customer phone number
extra_data (deprecated)stringOptional

(deprecated) Customer extra data. For updating this field, please use /customers/{merchant_user_id}/update instead.

Response

200
phone_numberstring
emailstring
extra_datastring

Errors

400
Bad Request Error
403
Forbidden Error