Skip to main content
PATCH
Update customers (bulk)

Authorizations

Authorization
string
header
required

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

Body

application/json

Customers to update.

name
string

The full name of the customer

Example:

"John Smith"

gender
enum<string> | null

The gender of the customer

Available options:
MALE,
FEMALE,
OTHER
dob
string<date-time> | null

The date of birth of the customer

document_type
string | null

The document type of the customer

document_number
string | null

The document number of the customer

Maximum string length: 50
country
string | null

The country of the customer

Maximum string length: 100
phone
string | null

The customer's phone number in international format

Example:

"+593 99 123 4567"

delivery_addresses
object[]
Maximum array length: 10
billing_profiles
object[]
Maximum array length: 10
metadata
object

Custom metadata for the customer

Response

200 - application/json

Ok

data
object