StateSet One API Documentation
Orders
- GETList Orders
- GETRetrieve Order
- POSTAdd Item to Order
- POSTRemove Item from Order
- Add discount
- 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
List Picks
This endpoint gets a pick
curl --location --request GET 'https://api.stateset.com/v1/picks' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "1",
}'
{
"id": "1",
"number": "1",
"date_created": "2021-01-01T00:00:00Z",
"bill_of_materials_number": "1",
"location": "1",
"pick_method": "1",
"site": "1",
"status": "1",
"work_order_number": "1",
"pick_line_items": [
{
"id": "1",
"part_name": "1",
"part_number": "1",
"pick_number": "1",
"pick_plan": "1",
"quantity_picked": "1",
"quantity_to_pick": "1",
"status": "1"
}
]
}
Body
This is the limit of the picks.
This is the offset of the picks.
This is the order direction of the picks.
Response
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
curl --location --request GET 'https://api.stateset.com/v1/picks' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "1",
}'
{
"id": "1",
"number": "1",
"date_created": "2021-01-01T00:00:00Z",
"bill_of_materials_number": "1",
"location": "1",
"pick_method": "1",
"site": "1",
"status": "1",
"work_order_number": "1",
"pick_line_items": [
{
"id": "1",
"part_name": "1",
"part_number": "1",
"pick_number": "1",
"pick_plan": "1",
"quantity_picked": "1",
"quantity_to_pick": "1",
"status": "1"
}
]
}
Picks
curl --location --request GET 'https://api.stateset.com/v1/picks' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "1",
}'
{
"id": "1",
"number": "1",
"date_created": "2021-01-01T00:00:00Z",
"bill_of_materials_number": "1",
"location": "1",
"pick_method": "1",
"site": "1",
"status": "1",
"work_order_number": "1",
"pick_line_items": [
{
"id": "1",
"part_name": "1",
"part_number": "1",
"pick_number": "1",
"pick_plan": "1",
"quantity_picked": "1",
"quantity_to_pick": "1",
"status": "1"
}
]
}