curl --request GET \
--url 'https://api.stateset.com/api/v1/inbound-shipments' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"inbound_shipments": [
{
"carrier": null,
"created_at": "string",
"id": "string",
"items": [],
"number": "string",
"status": "string",
"supplier_id": "string",
"tracking_number": null
}
],
"total": 1
}
List inbound shipments
List inbound shipments
GET
/
api
/
v1
/
inbound-shipments
curl --request GET \
--url 'https://api.stateset.com/api/v1/inbound-shipments' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"inbound_shipments": [
{
"carrier": null,
"created_at": "string",
"id": "string",
"items": [],
"number": "string",
"status": "string",
"supplier_id": "string",
"tracking_number": null
}
],
"total": 1
}
Query parameters
string
string
integer (int32)
integer (int32)
Responses
InboundShipmentListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/inbound-shipments' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"inbound_shipments": [
{
"carrier": null,
"created_at": "string",
"id": "string",
"items": [],
"number": "string",
"status": "string",
"supplier_id": "string",
"tracking_number": null
}
],
"total": 1
}
โI