Skip to main content
POST
/
commerce
/
inventory
/
v1
/
bin
/
searchInventory
Error
A valid request URL is required to generate request examples
{
  "binQuantities": [
    {
      "binName": "<string>",
      "products": [
        {
          "partNumber": "<string>",
          "upc": "<string>",
          "sku": "<string>",
          "quantity": 123,
          "binID": 123,
          "locationCode": "<string>",
          "binTypeID": 123,
          "binStatusID": 123,
          "name": "<string>",
          "inventoryID": 123,
          "tenantLocProductID": 123,
          "auditProductID": 123,
          "auditID": 123,
          "onHand": 123,
          "available": 123,
          "allocated": 123,
          "pending": 123,
          "ltd": 123,
          "floor": 123,
          "safetystock": 123,
          "tags": [
            {
              "onHand": 123,
              "available": 123,
              "allocated": 123,
              "pending": 123,
              "tags": {},
              "futureInventory": [
                {
                  "futureInventoryID": 123,
                  "onhand": 123,
                  "available": 123,
                  "allocated": 123,
                  "pending": 123,
                  "type": "<string>",
                  "deliveryDate": "2023-11-07T05:31:56Z",
                  "createDate": "2023-11-07T05:31:56Z"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "success": true,
  "messages": [
    "<string>"
  ],
  "numResults": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Body

application/json

Request to allocate inventory

Request needed for searching for bins

binName
string

Partial match of bin name

product
Product · object

Product within a bin

sortAscending
boolean

Flag for sorting ascending

showNegativeInventory
boolean

Flag for showing negative inventory

tags
object

Associative Map of <String, String> for tagCategoryName => tagName

locationCode
string

Location Code

userID
integer

user id

pageSize
integer

how many results to show per page

pageNum
integer

which page to show

sortBy
string

index to sort results by

Response

Success

Bin Search Response Object

binQuantities
Bin Product Response Quantities · object[]

List of BinProductQuantities - bins with associated products and quantities

success
boolean

Flag for success

messages
string[]

List of messages

numResults
integer

Number of results