Skip to main content
GET
/
api
/
v1
/
Transfers
/
INs
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    {
      "supplierId": "<string>",
      "rowId": 123,
      "supplierName": "<string>",
      "warehouseCode": "<string>",
      "warehouseName": "<string>",
      "referenceNumber": "<string>",
      "orderNumber": "<string>",
      "submittedDate": "2023-11-07T05:31:56Z",
      "statusCode": "<string>",
      "statusName": "<string>",
      "isCancellable": true,
      "isEditable": true,
      "deliveryMethodCode": "<string>",
      "deliveryMethodName": "<string>",
      "pickupSiteId": "<string>",
      "pickupSiteCode": "<string>",
      "pickupSiteLine1": "<string>",
      "pickupSiteLine2": "<string>",
      "pickupSiteCity": "<string>",
      "pickupSiteStateCode": "<string>",
      "pickupSitePostalCode": "<string>",
      "pickupSiteCountryCode": "<string>",
      "expectedDate": "2023-11-07T05:31:56Z",
      "creationDate": "2023-11-07T05:31:56Z",
      "createdBy": "<string>",
      "lastUpdateDate": "2023-11-07T05:31:56Z",
      "lastUpdatedBy": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

supplierId
string
required

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

Minimum string length: 2
warehouseCode
string

The warehouse (Code)

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

The SKU of the customer

statusCode
string

The status of the inventory IN

PROCESSING
CANCELLED
CLOSED
DRAFT
SUBMITTED
deliveryMethodCode
string

The delivery method of the inventory IN

"WD_PICKUP" - WineDirect Pickup
"CLIENT_DROPOFF" - Client Drop-Off
searchStartDate
string<date-time>
required

The beginning date of the search range (SubmittedDate)

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

The ending date of the search range. (SubmittedDate)

YYYY-MM-DD

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[] | null

The payload object of the response