---
title: "Create Location"
method: POST
path: "/inventory/locations"
tags: ["Inventory Master"]
---

# Create Location

`POST /inventory/locations`

## Request body

- LocationCreate
  - `code` string, required — Short code like WH, CK, JOU, BAT, TRI, ZGH, EHD
  - `name` string, required
  - `type` string, required
  - `is_active` boolean

## Response `200`

Successful Response

- Location
  - `code` string, required — Short code like WH, CK, JOU, BAT, TRI, ZGH, EHD
  - `name` string, required
  - `type` string, required
  - `is_active` boolean
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
