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.

Body

application/json
address
any
id
string<uuid>
metadata
object | null
shipping
object | null
name
string
description
string | null
email
string | null
phone
string | null
tax
object | null

Response

OK

address
object
required
name
string
required
id
string<uuid>
required
created_on
string<date-time>
required
shipping
object | null
description
string | null
email
string | null
phone
string | null
tax
object | null
updated_on
string<date-time> | null