Skip to main content
GET
Gets multiple orders.

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Query Parameters

accountNumber
string
required

AccountNumber is the unique Customer ID in the WineDirect system.

Minimum string length: 2
searchStartDate
string<date-time>

Start date range. Defaults to 30 days

searchEndDate
string<date-time>

End date range. Defaults to today

sku
string

Ordered Item Sku

batchNumber
string

Batch Number

Maximum string length: 120
orderTypeCode
string

The Type of Order (code)

warehouseCode
string

The code for the warehouse

deliveryStatusCode
string

The status of the order (Code)

holdName
string

The name of the hold. You can get this name from the Order Search page in the Fulfillment Portal. https://fulfillment.winedirect.com/orders/search

Maximum string length: 120

Search should include those orders with returns

includeClosed
boolean
default:false
required

Search should include those orders which are closed

lastName
string

Last Name

Maximum string length: 80
city
string

City

Maximum string length: 80
stateCode
string

The (US Address) state code

Maximum string length: 10
postalCode
string

Post Code

Maximum string length: 15

Response

200 - application/json

OK

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
object[] | null

The payload object of the response