Customers
Create Customer
Create a new customer, and optionally mark them as tax exempt
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The customer's email
The customer's name
If true, all POST /tax/calculations
sold to this customer will return $0 in tax owed. The default value is false
.
The ID of the customer in your system
Response
200
application/json
Customer creation response
The ID of the customer
The type of object: tax.customer
The ID of the customer in your system
The name of the created customer
The email of the created customer
If true, all POST /tax/calculations
sold to this customer will return $0 in tax owed. The default value is false
.