POST
/
v3
/
listings
/
external_id
/
{external_id}
/
products

Path Parameters

external_id
string | null
required

Query Parameters

listing_id
string | null
port
integer | null

Body

application/json
cursor
string | null

Used for cursor-based pagination. Set it to the cursor from the last response. If not set, will return the first results.

limit
integer | null

Used for cursor-based pagination. Maximum number of results per response.

page
integer | null

Used for Page-based pagination. 1-based index

hits_per_page
integer | null

Used for Page-based pagination. If using page-based pagination, this is a required field.

market
string
required
filters
object[] | null

List of filters to apply to the results.

sort
object | null

Specifies the sorting method. By default, the results are ordered by relevance. To find the possible values for this field, query the endpoint and look at the sorts field.

session_id
string | null

Session identifier

metadata
object | null

Metadata that can be used to modify the behaviour of the search.

merchant
string
required
locale
string
required
listing_id
string

Response

200 - application/json
displays
object[]
required

The products to be shown on the product listing page.

n_hits
integer
required

Total number of results for this query. Not necessarily exact.

sorts
object[] | null

Available methods for sorting the response. Any element from this list can be sent as sort in subsequent requests.

filters
object[] | null

Available filters that can be used for filtering in the subsequent request.

product_listing_request_id
string
required
cursor
string | null

Cursor that can be used in the next request to get subsequent results when using cursor based pagination. If this is not set, there are no more results.

page
integer | null

Page number when using page based pagination.