curl --request GET \
--url 'https://api.stateset.com/api/v1/purgatory/orders/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"external_order_id": "string",
"external_status": null,
"id": "string",
"is_posted": true,
"items": [
{
"external_sku": "string",
"id": "string",
"ignore_item": true,
"non_physical": true,
"product_id": null,
"quantity": "string",
"resolved": true
}
],
"ready_to_post": true,
"unresolved_count": 1
}
Get an one (/api/v1/purgatory/orders/{id})
Get an one (/api/v1/purgatory/orders/{id})
GET
/
api
/
v1
/
purgatory
/
orders
/
{id}
curl --request GET \
--url 'https://api.stateset.com/api/v1/purgatory/orders/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"external_order_id": "string",
"external_status": null,
"id": "string",
"is_posted": true,
"items": [
{
"external_sku": "string",
"id": "string",
"ignore_item": true,
"non_physical": true,
"product_id": null,
"quantity": "string",
"resolved": true
}
],
"ready_to_post": true,
"unresolved_count": 1
}
Path parameters
string
required
Purgatory order ID
Responses
PurgatoryOrderResponse
ErrorBody
curl --request GET \
--url 'https://api.stateset.com/api/v1/purgatory/orders/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"external_order_id": "string",
"external_status": null,
"id": "string",
"is_posted": true,
"items": [
{
"external_sku": "string",
"id": "string",
"ignore_item": true,
"non_physical": true,
"product_id": null,
"quantity": "string",
"resolved": true
}
],
"ready_to_post": true,
"unresolved_count": 1
}
⌘I