Get results from a completed fetch operation, or scrub through multiple pages of results.
Results from a fetch operation, either PROCESSING, PAGING or DONE.
Response when the requested operation is not supported by this Inventory App.
Any error response.
Any error response.
{- "cursor": "cGFnZTozMDo6cGVyX3BhZ2U6NTAw",
- "auth": { }
}{- "items": [
- {
- "sku": "t-shirt-small-red",
- "integration_inventory_item_id": "t-shirt-small-red",
- "available_quantity": 20,
- "allocated_quantity": 2,
- "fetched_at": "2021-01-01T08:30:00+0000",
- "committed_quantity": 1
}
], - "message": "Next page ready.",
- "cursor": "cGFnZTozMDo6cGVyX3BhZ2U6NTAw",
- "errors": [
- {
- "integration_inventory_item_id": "string",
- "sku": "string",
- "message": "string",
- "category": "not_found"
}
]
}