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": { }
}
{- "status": "PAGING",
- "items": [
- {
- "sku": "t-shirt-small-red",
- "integration_entity_id": "t-shirt-small-red",
- "available_quantity": 20,
- "allocated_quantity": 2,
- "fetched_at": "2021-01-01T08:30:00+0000",
- "updated_at": "2021-01-01T08:15:00+0000",
- "warehouse_id": "string"
}
], - "message": "Next page ready at `/fetch/cGFnZTozMDo6cGVyX3BhZ2U6NTAw`.",
- "next_cursor": "cGFnZTozMDo6cGVyX3BhZ2U6NTAw"
}