Skip to main content
PUT
Update customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Customer Id

Body

application/json
first_name
string
required
last_name
string | null
required
email
string
required
phone
string

10 digit phone number without country code.

profile_image_id
string | null

file id of media gallery

customer_group_id
string | null

Moves the customer to a different Customer Group, which drives group-specific pricing and promotions. Send null to fall back to the store's default group.

business
object | null

Response

200 - application/json

OK

message
string
success
boolean
content
object