Travel Advisor

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da Api Dojo | Aggiornamento a month ago | Transportation
Popolarità

9.9 / 10

Latenza

2,978ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

Price filter at attraction products

Rapid account: Dosymai 24
dosymai24
3 months ago

Good day!
I can’t figure out is it possible to use “price” filter at “attraction-product-filters” query? And how apply it to query?
I tried like this:
{
“id”: “price”,
“value”: [“10,200”]
}
But it didn’t work

Rapid account: Dosymai 24
dosymai24 Commented 3 months ago

Thank you!
The first variant you had wrote - worked good!

Rapid account: Apidojo
apidojo Commented 3 months ago

Hello,

Please try this :

{
“id”: “price”,
“value”: [
“10”,
“200”
]
},
OR
{
“id”: “price”,
“value”: [
10,
200
]
},
In addition, you may not use a custom price range, you may use the range returned in the response data from a init call (without filters)
Regards.

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti