curl --location --request POST 'https://api.managem.co.uk/seller/listings/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"facets": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"from": 0,
"size": 25,
"sorting": {
"field": "name",
"order": "asc"
}
}'
{
"total": 0,
"hits": [
{
"id": "string",
"sellerId": "string",
"urn": "string",
"condition": "string",
"price": 0,
"quantity": 1,
"language": "string",
"variants": [],
"comment": "string",
"image": "string",
"createdAt": "string",
"updatedAt": "string",
"item": {
"game": "Pokemon",
"type": "card",
"name": "string",
"description": "string",
"number": "string",
"set": {
"id": "string",
"name": "string",
"size": 0,
"counts": {
"printed": 0,
"total": 0
},
"released": "string",
"references": [
"string"
]
},
"series": {
"name": "string",
"id": "string"
}
}
}
],
"facets": {
"property1": {
"property1": 0,
"property2": 0
},
"property2": {
"property1": 0,
"property2": 0
}
}
}