Orders
Get All Orders
Get all fulfillment orders for a service integration store.
GET
Authorizations
The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.
Query Parameters
The cursor to start from. This is the orderId of the last order in the previous page. This can also be found in the endCursor
property of the previous page's response.
Example:
"5a441254-e4b7-43af-98a3-e9012cff7feb"
The number of results to return. Defaults to 20 and maximum is 100
Example:
"10"
Response
200
application/json
Get all fulfillment orders
The response is of type object
.