Travel Advisor

FREEMIUM
Verified
(Ким) Api Dojo | Оновлено 21일 전 | Transportation
Популярність

9.9 / 10

Затримки

2,758ms

Рівень обслуговування

100%

Health Check

N/A

Повернутися до всіх обговорень

Price filter at attraction products

Rapid account: Dosymai 24
dosymai24
2달 전

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 2달 전

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

Rapid account: Apidojo
apidojo Commented 2달 전

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.

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення