GET
/
catalogs
/
products
/

Authorizations

Authorization
string
headerrequired

Query Parameters

name
string

Filter products by name.

description
string

Filter products by description.

updated_after
number

Filter products updated after a specified timestamp.

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
count
integer
required

The total count of products in the response.

next
string | null

The URI for the next page of results, if available.

previous
string | null

The URI for the previous page of results, if available.

results
object[]
required

An array containing details of products returned in the response.