POST
/
v3
/
listings
/
external_id
/
{external_id}
/
products
{
  "displays": [
    {}
  ],
  "n_hits": 123,
  "sorts": [
    {
      "field": "<string>",
      "order": "asc",
      "meta": {
        "title": "<string>",
        "values": [
          "asc"
        ],
        "names": [
          "<string>"
        ]
      }
    }
  ],
  "filters": [
    {
      "field": "<string>",
      "op": "eq",
      "data": "true",
      "meta": {
        "group_title": "<string>",
        "group_expanded": true,
        "type": "<any>",
        "min": 123,
        "max": 123,
        "unit": "<string>",
        "currency": "<string>"
      },
      "id": "<string>"
    }
  ],
  "product_listing_request_id": "<string>",
  "cursor": "<string>"
}

Authorizations

api_key
string
query
required

Headers

x-use-db-display-store
boolean
default:false

Path Parameters

external_id
string | null
required

Query Parameters

listing_id
string | null

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.