Skip to main content
PATCH
Queues a list of orders to be updated with new properties.

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
notificationEmail
string

The notification email

bulkOrderUpdateIds
string[]
required

The Ids of the Bulk Order Update Item to update

warehouseCode
string

The warehouse (Code)

orderTypeCode
string

The Type of Order (code)

requestedDate
string<date-time>

The date requested by the consumer when they would like it shipped

serviceLevel
string

The service level

notificationTemplateId
integer<int32>

The ID code of the notification

packingSlipTemplateId
integer<int32>

The ID code of the packing slip

Response

200 - application/json

Returns the list of orders

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