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.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입