Get all orders

GET {{baseUrl}}/3dCartWebAPI/v1/Orders?invoicenumber=<integer>&invoicenumberstart=<integer>&invoicenumberend=<integer>&invoiceprefix=<string>&orderstatus=<object>&datestart=<string>&dateend=<string>&limit=<integer>&offset=<integer>&countonly=<integer>&lastupdatestart=<string>&lastupdateend=<string>&billingemail=<string>

Get a list of all orders

Request Params

KeyDatatypeRequiredDescription
invoicenumberstringInvoice number (exact match)
invoicenumberstartstringInvoice number start (range search)
invoicenumberendstringInvoice number end (range search)
invoiceprefixstringInvoice Prefix of the order
orderstatusstringStatus of the order
datestartstringDate Start (mm/dd/yyyy hh:mm:ss)
dateendstringDate End (mm/dd/yyyy hh:mm:ss)
limitstringMaximum number of items that can be returned
offsetstringStarting point for the return data
countonlystringCount the number of rows only
lastupdatestartstringStart Date that the product was last updated (mm/dd/yyyy hh:mm:ss)
lastupdateendstringEnd Date that the product was last updated (mm/dd/yyyy hh:mm:ss)
billingemailstringBilling Email of the order