Search items
GET
/api/stores/{store_domain}/items/searchRequest
Path Params
store_domain
number
required
Domain of the store
Query Params
q
string
required
Search text
start_at
string <date>
optional
Start date of the search
>= 0 characters<= 10 characters
Match pattern:
YYYY-MM-DD
end_at
string <date>
optional
End date of the search
>= 0 characters<= 10 characters
Match pattern:
YYYY-MM-DD
quantity
number
optional
Required quantity
category_id
number
optional
Item has specified item category
latitude
number
optional
Latitude for search
longitude
number
optional
Longitude for search
sort
enum<string>
optional
Sort by one of the following attributes
Allowed values:
idtitlelocationprice_centsbooking_cost_centscreated_at
order
string
optional
Order in which we have to order the sort field
limit
number
optional
Number of search results to be returned
offset
number
optional
Number of results to offset
autocomplete
string
optional
Mark as true if its an autocomplete search
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Sort search by price with different pricing rules - single day
Data Schema
object {0}
Example
{}
Last modified: 17 days ago