# POST /variant-warehouses.json **POST /variant-warehouses.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **binLocation** (string | null) Bin location - **inventoryQuantity** (integer(int32)) Inventory quantity - **variantId** (integer(int32)) Variant - **warehouseId** (integer(int32)) Warehouse ## Responses ### 200 Successful response #### Body: application/json (object) - **binLocation** (string | null) Bin location - **createdAt** (string(date-time)) Created at - **id** (integer(int32)) Id - **inventoryQuantity** (integer(int32)) Inventory quantity - **updatedAt** (string(date-time)) Updated at - **variantId** (integer(int32)) Variant - **warehouseId** (integer(int32)) Warehouse [Powered by Bump.sh](https://bump.sh)