# Inventory Item availability and stock status. ## Get item availability for a location - [GET /locations/{location_id}/inventory](https://tote.redocly.app/online-ordering/spec/openapi/inventory/getlocationinventory.md): Returns the current availability status for all items at a location. Use this endpoint to check stock before adding items to a cart, or as a polling fallback for the stock.updated webhook event. Items not returned in this response are not available at this location. Pagination: Results use cursor-based pagination. Use the cursor parameter from the pagination.next_cursor field to retrieve the next page.