Create a customer
POST
https://api.tamio.com/v2/customers/create
Creates a new customer with optional billing and shipping addresses. The customer email must be unique within your account.
Body Parameters
name
string*
Customer's first name
email
string*
Customer's email address
country
string*
Two-letter country code
last_name
string
Customer's last name
company
string
phone
string
locale
string
Preferred language/locale
timezone_offset
string
Timezone offset from UTC (e.g. +02:00)
priority
string
lownormalmediumhigh
category
string
leadcustomer
same_shipping_address
boolean
Use billing address as shipping address
teammate_id
string
UUID of the teammate to assign
billing_information
object
shipping_information
object
Responses
200
Customer created successfully
Customer created successfully
status
integer
customer
Customer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
10142– CustomerAlreadyExists: a customer with this email already exists
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string