Update a customer
Updates an existing customer. Only provided fields are changed.
Authentication
AuthorizationBearer
API key obtained from the Afternoon dashboard
Path parameters
id
Request
This endpoint expects an object.
name
Business or display name
first_name
Contact first name
last_name
Contact last name
email
Primary email address
phone
Phone number
url
Website URL
external_id
Your internal identifier for this customer
billing_address
Billing address
shipping_address
Shipping address
Response
Customer updated
success
customer
request_id
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
