GET
/
api
/
v1
/
Transfers
/
INs
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    {
      "rowId": 123,
      "supplierId": "<string>",
      "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 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