List Catalog Items Search

This method searches for items in your product catalog.

Use the query parameter to search in title, SKU, description, category name, custom fields name and value. You can also search for items by their type, billing type, and category id.

Order search results, in both ascending and descending order, by these item properties:

  • SKU
  • Name
  • Price
  • Modification date

Use the exclude_uuids parameter to exclude particular uuids from the search request.

Query Params
number

Page number.

number

Items per page.

string

Search query. Searches the following fields: Title, SKU, description, category name, custom fields name and value.

string
enum

Ordering principle for displaying search results.

types
array of objects

Filter by catalog item types.

types
billing_types
array of strings

Filter by billing types.

billing_types
exclude_uuids
array of strings

A list of item uuids to be excluded from search.

exclude_uuids
string

Category id.

boolean
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json