{
"isSuccess": true,
"message": "<string>",
"payload": {
"headerId": "123",
"referenceNumber": "<string>",
"supplierReferenceNumber": "<string>",
"fromWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"fromWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"toWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"toWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"statusCode": "<string>",
"statusCodeName": "<string>",
"supplierId": "<string>",
"submittedDate": "2023-11-07T05:31:56Z",
"closedDate": "2023-11-07T05:31:56Z",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z",
"expectedDate": "2023-11-07T05:31:56Z",
"inventories": [
{
"lineId": "<string>",
"inventoryItemId": "<string>",
"headerId": "<string>",
"lineNumber": "<string>",
"toSubInventoryCode": "<string>",
"toSubInventoryName": "<string>",
"fromSubInventoryCode": "<string>",
"fromSubInventoryName": "<string>",
"qtyTransferIn": 123,
"qtyTransferOut": 123,
"qtyReceived": 123,
"qtyShipped": 123,
"sku": "<string>",
"wineDirectSku": "<string>",
"description": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z"
}
]
}
}Sample Request (To get the Transfer)
GET /TRAN-1234
{
"isSuccess": true,
"message": "<string>",
"payload": {
"headerId": "123",
"referenceNumber": "<string>",
"supplierReferenceNumber": "<string>",
"fromWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"fromWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"toWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"toWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"statusCode": "<string>",
"statusCodeName": "<string>",
"supplierId": "<string>",
"submittedDate": "2023-11-07T05:31:56Z",
"closedDate": "2023-11-07T05:31:56Z",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z",
"expectedDate": "2023-11-07T05:31:56Z",
"inventories": [
{
"lineId": "<string>",
"inventoryItemId": "<string>",
"headerId": "<string>",
"lineNumber": "<string>",
"toSubInventoryCode": "<string>",
"toSubInventoryName": "<string>",
"fromSubInventoryCode": "<string>",
"fromSubInventoryName": "<string>",
"qtyTransferIn": 123,
"qtyTransferOut": 123,
"qtyReceived": 123,
"qtyShipped": 123,
"sku": "<string>",
"wineDirectSku": "<string>",
"description": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z"
}
]
}
}Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
The WineDirect Transfer Reference Number. eg TRAN-1234
2Returns the Inter-Center Transfer
Generic container for all service responses
Was the request successful. If not, the message will have more information.
Any error message
A Transfer defines a request to move inventory from one warehouse to another
Show child attributes
The primary key of this transfer
"123"
The WineDirect ReferenceNumber. This is used when querying for transfers
The supplier's defined reference number
The warehouse this transfer is coming from (Code)
"GLW" - Glenwillow, "WDI" - Green Island, "PSO" - Paso Robles, "SMA" - Santa Maria, "SHW" - Willamette Valley "DAL" - Dallas
"GLW, WDI, PSO, SMA, SHW"
The warehouse this transfer is coming from (Name)
"Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley"
The warehouse this transfer is going to
"GLW" - Glenwillow, "WDI" - Green Island, "PSO" - Paso Robles, "SMA" - Santa Maria, "SHW" - Willamette Valley "DAL" - Dallas
"GLW, WDI, PSO, SMA, SHW"
The warehouse this transfer is going to
"Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley"
The status of the Transfer (Code)
The status of the Transfer (Name)
SupplierId is the unique ID for the owner of items in the system
When the Transfer entered SUBMITTED status
When the Transfer entered the CLOSED status
When this item was created
When this item was updated
When this item is expected
The inventory this transfer is covering
Show child attributes
The primary key of this entity
The primary key of the inventory item
The parent key of this entity
The order of this entity
The sub inventory where the item is going to (Code)
The sub inventory where the item is going to (Name)
The sub inventory where the item is coming from (Code)
The sub inventory where the item is coming from (Name)
The quantity of items that are being transferred IN
The quantity of items that are being transferred OUT
The Qty Received
The Qty Shipped
The supplier's SKU
WineDirect's SKU
the description of the SKU
When this line was created
When this line was last updated
Was this page helpful?