List Products in a Store

Retrieves a paginated list of products available in a specific store. The data is sorted by id in descending order and cannot be changed. Uses cursor-based pagination with default page size of 25 and maximum of 25.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the store whose products are to be listed

Query Params
integer
≤ 25

Number of items per page (default: 25, max: 25)

integer

Last order ID for cursor-based pagination

string

Search term to filter products by name (case-insensitive, partial match)

boolean

Filter products by inventory tracking status (true or false)

boolean

Filter products by product sharing status (true or false)

integer

Filter products associated with a specific warehouse ID

string
enum

Type of quantity to filter by. Options are 'available_qty' (only products with variants that have available quantity > 0)

Allowed:
boolean

Show variants in products where is_checked is true or false

boolean

Filter products by ownership. 'true' returns products owned by the business, 'false' returns shared products

string
enum

Filter products by item type (physical, digital, course)

Allowed:
string

Filter products associated with a specific label name

integer

Primary key of the order to validate if the products are applicable for that order

Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json