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
Key | Datatype | Required | Description |
---|---|---|---|
invoicenumber | string | Invoice number (exact match) | |
invoicenumberstart | string | Invoice number start (range search) | |
invoicenumberend | string | Invoice number end (range search) | |
invoiceprefix | string | Invoice Prefix of the order | |
orderstatus | string | Status of the order | |
datestart | string | Date Start (mm/dd/yyyy hh:mm:ss) | |
dateend | string | Date End (mm/dd/yyyy hh:mm:ss) | |
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
countonly | string | Count the number of rows only | |
lastupdatestart | string | Start Date that the product was last updated (mm/dd/yyyy hh:mm:ss) | |
lastupdateend | string | End Date that the product was last updated (mm/dd/yyyy hh:mm:ss) | |
billingemail | string | Billing Email of the order |