Create a Warehouse Bin
Create a warehouse bin
Parameters
name REQUIRED
The name or primary label you want to use to identify this bin
capacity OPTIONAL
Numeric value of the total amount that can be stored this the bin, in the unit of the bin
description OPTIONAL
Text description or summary of the bin. This can be useful to communicate the location or other important details to team members.
internal_id OPTIONAL
A customer or internal ID that you use to track this bin.
unit OPTIONAL
The unit used for inventory is stored in this bin.
"Bales", "Barrels", "Bunches", "Bushels", "Dozen", "Fluid Ounces", "Gallons", "Grams", "Head", "Kilograms", "Kiloliter", "Liter", "Milliliter", "Ounces", "Pounds", "Quantity", "Quarts", "Tonnes", "Tons"
Defaults to Quantity
Path parameters
Headers
Request body
Example request
{
"capacity": 100,
"description": "Bin for API tests",
"internal_id": "api",
"name": "API Bin",
"unit": "tons"
}Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.