Search OrdersAsk AIget https://api.soldo.com/business/v2/ordersEndpoint to retrieve your Orders.Query ParamsidstringThe Order ID.statusstringenumThe status of the Order.PENDINGPENDINGERRORPLACEDCANCELLEDCOMPLETEDCOMPLETED_WITH_CREDITAllowed:PENDINGERRORPLACEDCANCELLEDCOMPLETEDCOMPLETED_WITH_CREDITfromDatestringThe beginning of the period of the search fromDate included (i.e. greater than or equal to) (Formats: yyyy-MM-dd, yyyy-MM-ddThh:mm:ss, yyyy-MM-ddThh:mm:ssZ).toDatestringThe end of the period of the search toDate included (i.e. less than) (Formats: yyyy-MM-dd, yyyy-MM-ddThh:mm:ss, yyyy-MM-ddThh:mm:ssZ).pint32Defaults to 0It indicates the specific page to display (the counter starts from zero).sint32≤ 50Defaults to 0It indicates the number of items per page.dstringenumIt indicates how the pages are ordered.DESCASCDESCAllowed:ASCDESCpropsarray of stringsIt indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the props parameter in the request.propsADD stringResponses 200The result is an array containing Orders. 400Your request has missing arguments or is malformed.Updated 6 months ago