Skip to main content
GET
Get Store Inventory
This endpoint returns a paginated list of all products in your store’s inventory with comprehensive details including pricing, stock levels, and category information.

Query Parameters

number
default:20
Maximum number of items to return per page
number
default:0
Number of items to skip for pagination
boolean
default:true
Filter by product active status
number
default:0
Minimum price filter (in cents)
number
default:9999
Maximum price filter (in cents)
string
default:"createdAt"
Field to order results by
string
default:"DESC"
Sort direction. Values: “ASC” or “DESC”

Response

array
Array of inventory items

Response Example

Use the limit and offset parameters to implement pagination for large inventories. The active parameter helps filter between active and inactive products.