Checks item availability for booking
GET
/api/stores/{store_domain}/items/{item_id}/availabilityRequest
Path Params
item_id
number
required
Id of the item to be returned
store_domain
number
required
Domain of the store
Query Params
start_at
string <date>
required
Start date of the inquiry
>= 0 characters<= 10 characters
Match pattern:
YYYY-MM-DD
end_at
string <date>
required
End date of the inquiry
>= 0 characters<= 10 characters
Match pattern:
YYYY-MM-DD
quantity
number
required
Quantity to check availability for
Header Params
Accept-Language
string
optional
Preferred language for the response content.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Item is available since it has no bookings
Data Schema
object {0}
Example
{}
Last modified: 17 days ago