Skip to main content
POST
/
commerce
/
inventory
/
v1
/
bin
/
loadInventory
Error
A valid request URL is required to generate request examples
{
  "unitsAdded": 123,
  "unitsRemoved": 123,
  "binsCreated": [
    "<string>"
  ],
  "productsCreated": [
    {
      "partNumber": "<string>",
      "upc": "<string>",
      "sku": "<string>"
    }
  ],
  "binQuantities": [
    {
      "binName": "<string>",
      "products": [
        {
          "partNumber": "<string>",
          "upc": "<string>",
          "sku": "<string>",
          "quantity": 123,
          "binID": 123,
          "locationID": 123,
          "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": {}
        }
      ]
    }
  ],
  "success": true,
  "messages": [
    "<string>"
  ],
  "numResults": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Body

application/json

Request to load bin inventory

Request needed for loading bin inventory

bins
Bin Product Quantities · object[]

List of bins and their associated product quantities

dryRun
boolean

Flag for dry runs

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

Response object for loading bin inventory

unitsAdded
integer

Number of units added

unitsRemoved
integer

Number of removed units

binsCreated
string[]

Names of created bins

productsCreated
Product · object[]

List of products created

binQuantities
Bin Product Quantities · object[]

List of new bin product quantities

success
boolean

Flag for success

messages
string[]

List of messages

numResults
integer

Number of results