List inventory levels

List all inventory information of this location .

🔒

Requires read_shop_navigation access scope. More access scope

Retrieves paginated inventory level data for a specific location, including stock quantities and update timestamps.

This API is essential for:

  1. Monitoring real-time stock levels across locations
  2. Synchronizing inventory data with external systems
  3. Generating inventory reports and analytics

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
location_idstringYesUnique identifier of the location"loc_123"

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"success"Status indicator
messagestring"Inventory levels retrieved"Result description
data.inventory_levelsarray[object]-Inventory records
data.inventory_levels.inventory_item_idstring"item_456"Unique item identifier
data.inventory_levels.location_idstring"loc_123"Location identifier
data.inventory_levels.stockstring"100"Current stock quantity
data.inventory_levels.updated_atstring"2023-01-01T00:00:00Z"Last update timestamp
data.cursorstring"def456"Pagination token for next page
data.has_morebooleantrueMore records available

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!