Skip to main content
Version: v3

List Products

GET 

/products/

The "List Products" API allows to retrieve a paginated list of products. Customize your results by filtering products based on name or paginate through the list using the provided query parameters. This endpoint provides a straightforward way to explore and retrieve product information.

Request

Version stringrequired

API Version

Available optionsv3
limit number

The maximum number of items to be included in a single page of results

Default value:0
offset number

The starting index of the page, indicating the position from which the results should be retrieved.

Default value:0
locationId stringrequired

LocationId is the id of the sub-account

search string

The name of the product for searching.

collectionIds string

Filter by product category Ids. Supports comma separated values

collectionSlug string

The slug value of the collection by which the collection would be searched

expand string[]

Name of an entity whose data has to be fetched along with product. Possible entities are tax, stripe and paypal. If not mentioned, only ID will be returned in case of taxes

productIds string[]

List of product ids to be fetched.

storeId string

fetch and project products based on the storeId

includedInStore boolean

Separate products by which are included in the store and which are not

availableInStore boolean

If the product is included in the online store

sortOrder string

The order of sort which should be applied for the date

Available optionsascdesc
application/json

Successful response

Schema
    productsobject[]required

    An array of products

    totalobject[]required

    list products status