Body
Multiple query options are supported. You can build a complex query filling out the advancedFilter section. We also support "simple" queries which used by putting the key you want to filter by in the query section along with the value you want it to filter for. E.g., nameFirst=John will return all persons with a first name of John.
Complex filter configuration allowing for multiple conditions with AND/OR operators.
Array of field names to return in the response.
["id", "firstName", "lastName"]Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.
Page number for pagination.
1
Number of items per page. Defaults to 500.
20
Field name to sort by.
"createdAt"
Sort direction: ascending (asc) or descending (desc).
asc, desc "desc"
Additional key-value pairs for simple filtering. Any field from the entity can be used as a filter key. E.g., field=value will return all records where that field matches the specified value.
"status=active"
Response
A list of Products
Represents the overall score or value given to a product based on combined user reviews or ratings.
Description of record.
Contains a collection of specific attributes or characteristics associated with a product.
Represents the additional charge associated with a product.
Unique identifier.
Represents the unique identifier used internally for each product.
Indicates whether a product is no longer in use or recommended for use.
Indicates whether the product is sold on a marketplace platform or not.
Indicates whether the product is a web application or not.
Name of product.
Indicates whether a company affiliation is necessary for the product.
Indicates whether a specific location is necessary for the product.
Indicates whether a product needs a person for its operation or use.
Indicates whether or not a product needs to be shipped to the customer.
Contains a brief, abbreviated title or identifier for a specific product.
Represents the aggregate count of customer feedback received for a specific product.

