Discover products in the Comet API using a variety of filters to narrow down your search.
In the Comet API, the productFind
query provides a powerful way to search for products based on specific criteria. Whether youβre looking for products of a certain type, within a price range, or with a specific name, this query has you covered.
To search for products, use the productFind
query:
Replace $organizationId
, $filters
, and $pagination
with the appropriate values for your search.
The productFind
query supports a variety of filters to refine your search:
To retrieve products in manageable chunks, use the pagination parameters:
If pagination is not provided, the default page size is 10 records. For more details on pagination, refer to the Pagination Documentation.
The productFind
query returns a ProductConnection
type, which includes:
For a more detailed breakdown of the Product
type and its associated fields, refer to the Product Schema Documentation.
Discover products in the Comet API using a variety of filters to narrow down your search.
In the Comet API, the productFind
query provides a powerful way to search for products based on specific criteria. Whether youβre looking for products of a certain type, within a price range, or with a specific name, this query has you covered.
To search for products, use the productFind
query:
Replace $organizationId
, $filters
, and $pagination
with the appropriate values for your search.
The productFind
query supports a variety of filters to refine your search:
To retrieve products in manageable chunks, use the pagination parameters:
If pagination is not provided, the default page size is 10 records. For more details on pagination, refer to the Pagination Documentation.
The productFind
query returns a ProductConnection
type, which includes:
For a more detailed breakdown of the Product
type and its associated fields, refer to the Product Schema Documentation.