Skip to main content
GET
/
api
/
v1
/
Transfers
/
INs
/
{supplierId}
/
{orderNumber}
{
  "isSuccess": true,
  "message": "<string>",
  "payload": {
    "header": {
      "supplierId": "<string>",
      "rowId": 123,
      "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": [
      {
        "supplierId": "<string>",
        "headerRowId": "<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

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
object