Endpoint
Path Parameters
The conversation session ID. Found in the
pagination.conversation_id field of a chat response.The ranking session identifier. Found in the
pagination.session_id field of a chat response.The page index to retrieve (0-based). Found in
pagination.next_page_index.Example Request
Response (InventoryPaginationResponse)
Always
"inventory_pagination".The conversation ID.
The ranking session ID.
The original search query.
The current page index.
Number of items on this page.
Whether more pages exist.
Expiry timestamp for this session.
Array of ranked product items.
Error Responses
| Status | Description |
|---|---|
422 Unprocessable Entity | Validation error |
The ranking session expires after the
expires_at time. Store expires_at in your UI state to gracefully handle expired sessions.