Locations
Get Fulfillment Methods
Retrieves the available order methods (e.g., takeout, delivery, dine-in) for a specific location.
GET
/
api
/
v1
/
locations
/
{locationId}
/
order-methods
Authorizations
X-API-Key
string
headerrequiredPath Parameters
locationId
string
requiredThe location's unique ID.
Query Parameters
orderTimeString
string
requiredThe desired order time string (format: ISO 8601).
Response
200 - application/json
Describes the allowed fulfillment methods for the location.
methods
object[]
Array of allowed order methods