Products

Get products

Retrieve a paginated list of products based on filters and search query.

get/v1/products

Query parameters

querystring nullable

Search term to filter products by name or other details.

Search term to filter products by name or other details.

status__instring nullable

Filter products by status (comma-separated)

Filter products by status (comma-separated)

product_category__instring nullable

Filter products by category (comma-separated)

Filter products by category (comma-separated)

product_subcategory__instring nullable

Filter products by subcategory (comma-separated)

Filter products by subcategory (comma-separated)

source__instring nullable

Filter products by source (comma-separated)

Filter products by source (comma-separated)

connection_id__instring nullable

Filter products by connection ID (comma-separated). Use direct_api for products without a connection.

Filter products by connection ID (comma-separated). Use direct_api for products without a connection.

order_bystring nullable

Order results by specified fields (comma-separated)

Order results by specified fields (comma-separated)

pageinteger

Page number

Page number

sizeinteger

Page size

Page size

Headers

x-organization-idstring nullable required

The unique identifier for the organization making the request

The unique identifier for the organization making the request

Response

Successfully retrieved products

totalinteger required
pageinteger required
sizeinteger required
pagesinteger required

Changes