v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Business Products

Count business products

Requires the product:list scope. Returns the total count of products.

get/v3/products/count

Query parameters

page_sizeinteger
Example:25

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

next_cursorstring

Opaque cursor for the next page.

previous_cursorstring

Opaque cursor for the previous page.

searchstring

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

is_inventoryboolean

Filter products by inventory tracking status (true or false)

is_product_sharingboolean

Filter products by product sharing status (true or false)

warehouse_idinteger

Filter products associated with a specific warehouse ID

qty_type'available_qty'

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

store_idinteger

Filter products associated with a specific store ID

is_checkedboolean

Show variants in products where is_checked is true or false

is_ownedboolean

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

item_type'physical' | 'digital' | 'course' | 'license' | 'subscription'

Type of the product item

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

labelstring

Filter products associated with a specific label name

pricing_type'one_time' | 'recurring'

Filter products by pricing type (one_time or recurring)

Response

Products count

countinteger

Total number of products