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

# Warehouse - Create

`POST /warehouse/create`

Create a new warehouse with name and address details.

## 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

## 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.

---

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