A valid request URL is required to generate request examples{
"binQuantities": [
{
"binName": "<string>",
"products": [
{
"allocated": 123,
"auditID": 123,
"auditProductID": 123,
"available": 123,
"binID": 123,
"binStatusID": 123,
"binTypeID": 123,
"floor": 123,
"inventoryID": 123,
"locationID": 123,
"ltd": 123,
"name": "<string>",
"onHand": 123,
"partNumber": "<string>",
"pending": 123,
"quantity": 123,
"safetystock": 123,
"sku": "<string>",
"tags": {},
"tenantLocProductID": 123,
"upc": "<string>"
}
]
}
],
"binsCreated": [
"<string>"
],
"messages": [
"<string>"
],
"numResults": 123,
"productsCreated": [
{
"partNumber": "<string>",
"sku": "<string>",
"upc": "<string>"
}
],
"success": true,
"unitsAdded": 123,
"unitsRemoved": 123
}Loads bin inventory for designated bins
A valid request URL is required to generate request examples{
"binQuantities": [
{
"binName": "<string>",
"products": [
{
"allocated": 123,
"auditID": 123,
"auditProductID": 123,
"available": 123,
"binID": 123,
"binStatusID": 123,
"binTypeID": 123,
"floor": 123,
"inventoryID": 123,
"locationID": 123,
"ltd": 123,
"name": "<string>",
"onHand": 123,
"partNumber": "<string>",
"pending": 123,
"quantity": 123,
"safetystock": 123,
"sku": "<string>",
"tags": {},
"tenantLocProductID": 123,
"upc": "<string>"
}
]
}
],
"binsCreated": [
"<string>"
],
"messages": [
"<string>"
],
"numResults": 123,
"productsCreated": [
{
"partNumber": "<string>",
"sku": "<string>",
"upc": "<string>"
}
],
"success": true,
"unitsAdded": 123,
"unitsRemoved": 123
}JWT Authorization header using the Bearer scheme.
Request to load bin inventory
Request needed for loading bin inventory
List of bins and their associated product quantities
Show child attributes
Flag for dry runs
Location Code
which page to show
how many results to show per page
index to sort results by
user id
Success
Response object for loading bin inventory
List of new bin product quantities
Show child attributes
Names of created bins
List of messages
Number of results
List of products created
Show child attributes
Flag for success
Number of units added
Number of removed units