{
"isSuccess": true,
"message": "<string>",
"payload": {
"header": {
"accountNumber": "<string>",
"supplierId": "<string>",
"supplierName": "<string>",
"warehouseCode": "<string>",
"warehouseName": "<string>",
"orderNumber": "<string>",
"referenceNumber": "<string>",
"orderedDate": "2023-11-07T05:31:56Z",
"requestedPriority": "<string>",
"requestDate": "2023-11-07T05:31:56Z",
"statusCode": "<string>",
"status": "<string>",
"deliveryMethodCode": "<string>",
"deliveryMethod": "<string>"
},
"lineItems": [
{
"lineNumber": "<string>",
"sku": "<string>",
"skuDescription": "<string>",
"subInventoryCode": "<string>",
"subInventoryName": "<string>",
"quantityOrdered": 123,
"quantityReserved": 123,
"quantityShipped": 123
}
],
"messages": [
{
"messageType": "<string>",
"messageTime": "2023-11-07T05:31:56Z",
"message": "<string>"
}
],
"isEditable": true
}
}{
"isSuccess": true,
"message": "<string>",
"payload": {
"header": {
"accountNumber": "<string>",
"supplierId": "<string>",
"supplierName": "<string>",
"warehouseCode": "<string>",
"warehouseName": "<string>",
"orderNumber": "<string>",
"referenceNumber": "<string>",
"orderedDate": "2023-11-07T05:31:56Z",
"requestedPriority": "<string>",
"requestDate": "2023-11-07T05:31:56Z",
"statusCode": "<string>",
"status": "<string>",
"deliveryMethodCode": "<string>",
"deliveryMethod": "<string>"
},
"lineItems": [
{
"lineNumber": "<string>",
"sku": "<string>",
"skuDescription": "<string>",
"subInventoryCode": "<string>",
"subInventoryName": "<string>",
"quantityOrdered": 123,
"quantityReserved": 123,
"quantityShipped": 123
}
],
"messages": [
{
"messageType": "<string>",
"messageTime": "2023-11-07T05:31:56Z",
"message": "<string>"
}
],
"isEditable": true
}
}Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
The reference number used to create the OUT
OK
Generic container for all service responses
Was the request successful. If not, the message will have more information.
Any error message
Complete Detail about the OUT
Show child attributes
The header detail about the OUT
Show child attributes
AccountNumber is the unique Customer ID in the WineDirect system.
2SupplierId is the unique ID for the owner of items in the system
2The name of the saupplier
The warehouse (Code)
"GLW" - Glenwillow,
"WDI" - Green Island,
"PSO" - Paso Robles,
"SMA" - Santa Maria,
"SHW" - Willamette Valley
"DAL" - DallasThe name of the warehouse
The OUT's order number
The reference number assigned by the supplier when creating the OUT
Date ordered
The requested priority
The requested date
The status (code)
The Status (Name)
The way this items is delivered (Code)
WD_PICKUP
CLIENT_DROPOFFThe delivery method (Name)
The SKU line items for this OUT
Show child attributes
The Line Number
The SKU of the customer
Description of the sku
The Sub Inventory this inventory is in (Code)
The Sub Inventory this inventory is in (Name)
Quantity Ordered
Quantity Reserved
Quantity Shipped
Is the OUT editable
Was this page helpful?