Skip to main content
POST
/
api
/
v1
/
Transfers
/
OUTs
{
  "isSuccess": true,
  "message": "<string>",
  "payload": {
    "referenceNumber": "<string>",
    "messages": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json

The request to create

supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

Minimum string length: 2
warehouseCode
string
required

The warehouse (Code)

"GLW" - Glenwillow,
"WDI" - Green Island,
"PSO" - Paso Robles,
"SMA" - Santa Maria,
"SHW" - Willamette Valley
"DAL" - Dallas
Minimum string length: 1
priority
string
required

The priority of this order

NORMAL
RUSH
Minimum string length: 2
deliveryMethod
string
required

The delivery method

WD_DELIVERY_TO_CLIENT
CLIENT_PICKUP
WD_TRANSFER_TO_GLW
WD_TRANSFER_TO_WDI
WD_SHIPMENT_TO_CLIENT
See: https://fulfillment.winedirect.com/administration/api-help
Minimum string length: 1
instructions
string | null

Any human readable instructions

lineItems
object[] | null

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