GET
/
api
/
v1
/
Orders
/
BulkOrderUpdate
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    {
      "bulkOrderUpdateId": "<string>",
      "accountNumber": "<string>",
      "supplierName": "<string>",
      "consumerName": "<string>",
      "orderNumber": "<string>",
      "wineDirectOrderNumber": "<string>",
      "statusCode": "<string>",
      "statusName": "<string>",
      "warehouseCode": "<string>",
      "warehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
      "batchNumber": "<string>",
      "orderedDate": "2023-11-07T05:31:56Z",
      "requestedDate": "2023-11-07T05:31:56Z",
      "requestedShipDateFrom": "2023-11-07T05:31:56Z",
      "requestedShipDateTo": "2023-11-07T05:31:56Z",
      "firstShippedDate": "2023-11-07T05:31:56Z",
      "lastShippedDate": "2023-11-07T05:31:56Z",
      "orderTypeCode": "<string>",
      "orderTypeName": "<string>",
      "serviceLevel": "<string>",
      "carrierName": "<string>",
      "notificationEmail": "<string>",
      "stateCode": "<string>",
      "holdName": "<string>",
      "notificationTemplateId": 123,
      "packingSlipTemplateId": 123
    }
  ]
}

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 length: 2
orderTypeCode
string

The Type of Order (code)

"CLUB" - Club Order
"STND" - Daily Order
"SPCL" - Special Order
"VC" - Visitor Center
"DAILY" - Daily Order
"SPECIAL" - Special Order
"CORP" - Corp Order
serviceLevel
string

The service level

notificationTemplateId
integer

The ID code of the notification

packingSlipTemplateId
integer

The ID code of the packing slip

searchStartDate
string<date-time>

The beginning date of the search range

YYYY-MM-DD
searchEndDate
string<date-time>

The ending date of the search range

YYYY-MM-DD
warehouseCode
string

The warehouse (Code)

"GLW" - Glenwillow,
"WDI" - Green Island,
"PSO" - Paso Robles,
"SMA" - Santa Maria,
"SHW" - Willamette Valley
"DAL" - Dallas
stateCode
string

The (US Address) state code

batchNumber
string

The batch number containing this order

holdName
string

The name of the hold

Response

200 - application/json

Returns the list of orders

Generic container for all service responses