Travel Advisor

FREEMIUM
Verified
От Api Dojo | Обновлено 25 days ago | Transportation
Популярность

9.9 / 10

Задержка

2,895ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

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 2 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.

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии