StateSet One API Documentation
Orders
- GETList Orders
- GETRetrieve Order
- POSTAdd Item to Order
- POSTRemove Item from Order
- POSTRemove Discount
- POSTApply Promotion
- POSTRemove Promotion
- POSTCreate Order
- POSTCancel Order
- POSTHold Order
- POSTRelease Order
- POSTShip Order
- POSTReturn Order
- POSTRefund Order
- POSTExchange Order
- POSTSplit Order
- POSTMerge Order
- POSTTag Order
- POSTUpdate Order
Returns
Return Line Items
Warranty Line Items
Wholesale Orders
Inventory Items
Packing List
Packing List Items
Purchase Orders
Bill of Materials
Bill of Materials Line Item
Work Orders
Work Order Line Items
Cycle Counts
Manufacture Orders
Manufacture Order Line Items
Leads
Cases
Customers
Get Customer
This endpoint gets or creates a new customer.
GET
/
v1
/
customers
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
object
sso_id
string
sso_id
string
This is the id of the customer
Body
sso_id
string
This is the id of the customer
Response
sso_id
string
This is the sso_id of the customer
email
string
This is the email of the customer
firstName
string
This is the first name of the customer
lastName
string
This is the last name of the customer
phone
string
This is the phone number of the customer
stripe_customer_id
string
This is the stripe customer id of the customer
timestamp
string
This is the timestamp of the customer
activationDate
string
This is the activation date of the customer