GET
/
api
/
v1
/
Inventories
/
CustomerSubinventories
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    {
      "name": "<string>",
      "value": "<string>",
      "valueAsNumber": 123,
      "tag": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

userName
string
pickerType
string
accountNumber
string
warehouseCode
string
vendorId
string
subInventoryCode
string
stateCode
string
winedirectSku
string
sku
string
carrierId
integer
orderCategoryId
string
vendorTypeCode
string
brandName
string
orderType
string

Response

200 - application/json

Returns the list of subinventories for the customer

Generic container for all service responses