Skip to main content
POST
cURL

Authorizations

wb-key
string
header
required

Body

application/json

Used to either create a new Customer, or modify an existing Customer When id is empty, will create a new customer, while setting id will modify an existing customer

address
object | null

Physical address. Used by both Customer and WbCustomer entities.

customer_reference
string | null

Customer Reference. May contain a reference to an external system

emails
object | null

Emails associated with this customer

id
string | null

Unique identifier of an object. Consists of object class prefix and a UUID

Example:

"Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670"

metadata
object | null

Key-value customer metadata with string values.

name
string | null

Name of the Customer

notes
string | null

Additional notes for the customer

tax_details
object | null

Extra information that impacts customer's taxation

Response

Updated