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
Cases
Get Cases
This endpoint gets a case.
GET
/
v1
/
cases
/
:id
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
object
id
string
id
string
This is the id of the case
Body
id
string
This is the id of the case
Response
id
string
This is the id of the case
caseName
string
This is the name of the case
description
string
This is the description of the case
caseNumber
string
This is the number of the case
caseStatus
string
This is the status of the case
priority
string
This is the priority of the case
submitter
string
This is the submitter of the case
resolver
string
This is the resolver of the case
createdDate
string
This is the date the case was created
updatedDate
string
This is the date the case was updated