---
title: "Warehouse - Create V2"
method: POST
path: "/warehouse/create_v2"
tags: ["warehouse"]
---

# Warehouse - Create V2

`POST /warehouse/create_v2`

Create a new warehouse using the latest creation endpoint with enhanced options.

## Request body

- object
  - `name` string, required — Warehouse name
  - `type` string — Warehouse type
  - `address` Address — Warehouse address
    - `address` string — Street address
    - `city` string — City
    - `state` string — State or province
    - `postal_code` string — Postal or ZIP code
    - `country_code` string — Two-letter country code
    - `phone` string — Phone number
    - `company` string — Company name
    - `name` string — Contact name
  - `is_default` boolean — Set as default warehouse

## Response `200`

Warehouse created

- object
  - `success` boolean, required — Whether the operation succeeded
  - `_id` string, required — ID of the created resource

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

## Changes

- **2026-03-02** `fa53dd949b8e` — 1 breaking, 1 warning, 10 info
  - added the new required request property `name`
  - removed the request property `data`
  - api operation id `post_warehouse_create_v2` was added
  - added the new optional request property `address`
  - …8 more
- **2025-10-07** `3b410dd1cc4b` — 1 info
  - endpoint added
- **2024-04-19** `46ceda528000` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/warehouse/create_v2/post.md)

---

[API](https://skmtc.dev/skulabs/apis/skulabs-api.md) · [All operations](https://skmtc.dev/skulabs/apis/skulabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skulabs/skulabs-api/revisions/4b5ec0ed78a6/schema)
