GET
/
api
/
v1
/
Inventories
/
Activity
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    {
      "supplierId": "<string>",
      "accountNumber": "<string>",
      "warehouseCode": "<string>",
      "warehouseName": "<string>",
      "subInventoryCode": "<string>",
      "subInventoryName": "<string>",
      "sku": "<string>",
      "description": "<string>",
      "wineDirectSku": "<string>",
      "skuType": "<string>",
      "beginningOnHand": 123,
      "endingOnHand": 123,
      "qtyReceived": 123,
      "qtyTransferredIn": 123,
      "qtyTransferredOut": 123,
      "qtyMovedIn": 123,
      "qtyMovedOut": 123,
      "qtyShipped": 123,
      "qtyAdjusted": 123,
      "qtyDamaged": 123,
      "qtyReturned": 123,
      "qtyKitted": 123,
      "qtyOther": 123
    }
  ]
}

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
subInventoryCode
string

The Sub Inventory this inventory is in (Code)

searchStartDate
string<date-time>
required

The beginning date of the search range

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

The ending date of the search range

YYYY-MM-DD
sku
string

The SKU of the customer

isWithActivityOnly
boolean
default:true
required

Restrict the search to those with activity only

Defaults to True: Only include inventory with activity

Response

200 - application/json

Returns the list of inventory activity

Generic container for all service responses