Get Location Orders

GET {{baseUrl}}/v1/:location_id/orders?order=<object>&limit=<integer>&batch_token=<string>

Provides summary information for a merchant's online store orders.

Request Params

KeyDatatypeRequiredDescription
orderstringThe order in which employees are listed in the response, based on their created_at field. Default value: ASC
limitstringThe maximum integer number of employee entities to return in a single response. Default 100, maximum 200.
batch_tokenstringA pagination cursor to retrieve the next set of results for yournoriginal query to the endpoint.