get https://{baseUrl}/V1/storeview//organisation//orders
Get all orders for organisation id.
This API supports the following search criterias: currentPage, pageSize, sortOrders by created_at
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/organisation/12/orders?searchCriteria[currentPage]=2&searchCriteria[pageSize]=5&searchCriteria[sortOrders][0][field]=created_at&searchCriteria[sortOrders][0][direction]=desc' --header 'Authorization: Bearer 1lsq6ervpr54fhgbj2a74ns6iyo29hyh'
