Search Orders

Search Orders.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns an array containing the order numbers that match a specific search criteria.

{
    "totalItems": integer,
    "success": boolean,
    "errors": [],
    "results": [
        "string"
    ]
}
{
    "totalItems": 1,
    "success": true,
    "errors": [],
    "results": [
        "23132-0A4D52-A147D"
    ]
}
Path Params
string
required

Required. A unique key used to identify the caller of the API.

Query Params
string

If provided, only return the order for the order number specified.

string

If provided, only return orders where the buyer's name contains the specified string. Format "Firstname, Lastname".

string

If provided, only return orders where the buyer's email address contains the specified string.

double

If provided, only return orders with ProductAmt >= the specified value.

double

If provided, only return orders with ProductAmt <= the specified value.

string

A comma delimited list of order channel Ids. If provided, only return orders from the specified channels.

string

A comma delimited list of order status Ids. If provided, only return orders in the specified order statuses.

string

A comma delimited list of pickup status Ids. If provided, only return orders in the specified pickup statuses.

string

A comma delimited list of deliveryTypeIds. If provided, only return orders in the specified delivery types.

string

A comma delimited list of presale status Ids. If provided, only return orders in the specified presale statuses.

string

A comma delimited list of order type Ids. If provided, only return orders in the specified order types.

string

Used for sorting. Default is "OrderStatus Asc". Acceptable sort terms are: OrderNumber, OrderDate, OrderStatus, ShippingName, ProductAmt, ShippingAmt, SellerTaxAmt, OrderAmt

int32

Used for paging. The number of order numbers to skip. Default is 0.

int32

Used for paging. The maximum number of order numbers to return. Default is 10.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json