Travel Advisor

免费增值
Verified
通过 Api Dojo | 已更新 22 days ago | Transportation
人气

9.9 / 10

延迟

2,784ms

服务等级

100%

Health Check

N/A

返回所有讨论

Price filter at attraction products

Rapid account: Dosymai 24
dosymai24
2 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 2 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.

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论