Retrieves all inventory events that were submitted as part of a specific bulk import request.
Use this endpoint to:
COMPLETED or PROCESSING)The response includes:
status: Overall batch statusCOMPLETED - All events have been processedPROCESSING - Some events are still being processedinventory_events: List of events sorted by sequence numberSuccessfully retrieved inventory events for the request.
No events found for the specified request ID.
{- "status": "COMPLETED",
- "inventory_events": [
- {
- "tenant": "string",
- "product_id": "string",
- "location_id": "string",
- "request_id": "string",
- "event_type": "SNAPSHOT",
- "on_hand": 0,
- "unavailable": 0,
- "reserved": 0,
- "event_timestamp": "2019-08-24T14:15:22Z",
- "total_events_in_batch": 0,
- "sequence_number_in_batch": 0,
- "creation_date": "2019-08-24T14:15:22Z",
- "source": {
- "source": "string",
- "user_id": "string",
- "ip_address": "string"
}
}
]
}