GET
/
public
/
v1
/
catalog-search-service
/
catalogs
/
products

Query Parameters

next_page
string

A token provided in a previous response. If not empty, it is used to retrieve the page that follows.

ean
string

Thirteen digit EAN-13 code.

vendor_id
string

Filter products by the Vendor ID.

search
string
default:

Search query.

Response

200 - application/json
hasMore
boolean
required

Whether this is the last page of results or not.

nextPage
string

A token to retrieve the next page of results.

response
object[]
required

Array of products.