---
title: "Create a Warehouse Bin"
method: POST
path: "/warehouses/{warehouse_id}/bins"
tags: ["Warehouses > Bins"]
---

# Create a Warehouse Bin

`POST /warehouses/{warehouse_id}/bins`

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

- `warehouse_id` string, required

## Headers

- `Content-Type` string

## Request body

- object

## Response `200`

Successful response

---

[API](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation.md) · [All operations](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/farmbrite/farmbrite-api-developers-documentation/revisions/b33a389fa2c0/schema)
