# Create a new inventory location Endpoint: POST /v2/inventory_locations Version: 2.0.0 Security: api_keys ## Request fields (application/json): - `name` (string, required) - `inventory_warehouse_id` (string, required) - `barcode` (string) Physical barcode label for warehouse location bins/shelves used during pick/pack operations. Optional field that accepts any string format. Example: "1234567890" ## Response 200 fields (application/json): - `inventory_location_id` (string) - `name` (string) - `inventory_warehouse_id` (string) - `created_at` (string) - `updated_at` (string) - `barcode` (string) Physical barcode label for warehouse location bins/shelves used during pick/pack operations Example: "1234567890"