GET
/
api
/
v1
/
Transfers
/
INs
/
{supplierId}
/
{orderNumber}
{
  "isSuccess": true,
  "message": "<string>",
  "payload": {
    "header": {
      "rowId": 123,
      "supplierId": "<string>",
      "supplierName": "<string>",
      "warehouseCode": "<string>",
      "warehouseName": "<string>",
      "referenceNumber": "<string>",
      "orderNumber": "<string>",
      "submittedDate": "2023-11-07T05:31:56Z",
      "deliveryMethodCode": "<string>",
      "deliveryMethodName": "<string>",
      "pickupSiteId": "<string>",
      "pickupSiteCode": "<string>",
      "pickupSiteLine1": "<string>",
      "pickupSiteLine2": "<string>",
      "pickupSiteCity": "<string>",
      "pickupSiteStateCode": "<string>",
      "pickupSitePostalCode": "<string>",
      "pickupSiteCountryCode": "<string>",
      "pickupSitePhone": "<string>",
      "pickupSiteFax": "<string>",
      "expectedDate": "2023-11-07T05:31:56Z",
      "statusCode": "<string>",
      "statusName": "<string>",
      "closedDate": "2023-11-07T05:31:56Z",
      "notificationStatusCode": "<string>",
      "notificationStatusName": "<string>",
      "notificationStatusMessage": "<string>",
      "isCancellable": true,
      "isEditable": true,
      "creationDate": "2023-11-07T05:31:56Z",
      "createdBy": "<string>",
      "lastUpdateDate": "2023-11-07T05:31:56Z",
      "lastUpdatedBy": "<string>"
    },
    "lineItems": [
      {
        "headerRowId": "<string>",
        "supplierId": "<string>",
        "orderNumber": "<string>",
        "lineNumber": 123,
        "inventoryItemId": "<string>",
        "wineDirectSku": "<string>",
        "sku": "<string>",
        "skuDescription": "<string>",
        "qtyOrdered": 123,
        "qtyReceived": 123,
        "subInventoryCode": "<string>",
        "subInventoryName": "<string>",
        "creationDate": "2023-11-07T05:31:56Z",
        "createdBy": "<string>",
        "lastUpdateDate": "2023-11-07T05:31:56Z",
        "lastUpdatedBy": "<string>"
      }
    ],
    "notes": [
      {
        "supplierId": "<string>",
        "orderNumber": "<string>",
        "typeCode": "<string>",
        "noteTimestamp": "2023-11-07T05:31:56Z",
        "noteText": "<string>",
        "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'

Path Parameters

supplierId
string
required

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

orderNumber
string
required

The order number of the IN. You can get this from the GET /INs call

Response

200 - application/json

OK

Generic container for all service responses