---
title: "Create or update warehouse"
method: POST
path: "/api/logistics/pvt/configuration/warehouses"
tags: ["Warehouses"]
---

# Create or update warehouse

`POST /api/logistics/pvt/configuration/warehouses`

Creates or updates a [warehouse](https://help.vtex.com/en/tutorial/warehouse--6oIxvsVDTtGpO7y6zwhGpb).

## Permissions

Any user or [API key](https://developers.vtex.com/docs/guides/api-authentication-using-api-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:

| **Product** | **Category** | **Resource** |
| --------------- | ----------------- | ----------------- |
| Logistics | Logistics access | **Logistics full access** |

You can [create a custom role](https://help.vtex.com/en/tutorial/roles--7HKK5Uau2H6wxE1rH5oRbc#creating-a-role) with that resource or use one of the following [predefined roles](https://help.vtex.com/en/tutorial/predefined-roles--jGDurZKJHvHJS13LnO7Dy):

| **Role** | **Resource** | 
| --------------- | ----------------- | 
| Logistics - Full access | Logistics full access |
| OMS - Full access | Logistics full access |

>❗ Assigning a [predefined role](https://help.vtex.com/en/tutorial/predefined-roles--jGDurZKJHvHJS13LnO7Dy) to users or application keys usually grants permission to multiple [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3). If some of these permissions are not necessary, consider creating a custom role instead. For more information regarding security, see [Best practices for using application keys](https://help.vtex.com/en/tutorial/best-practices-api-keys--7b6nD1VMHa49aI5brlOvJm). To learn more about machine authentication at VTEX, see [Authentication overview](https://developers.vtex.com/docs/guides/authentication).

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object — [Warehouse](https://help.vtex.com/en/tutorial/warehouse--6oIxvsVDTtGpO7y6zwhGpb) to be created or updated.
  - `id` string, required — Warehouse ID.
  - `name` string, required — Warehouse name.
  - `warehouseDocks` object[], required — List of [loading docks](https://help.vtex.com/en/tutorial/loading-dock--5DY8xHEjOLYDVL41Urd5qj) to associate with the warehouse.
    - `dockId` string, required — Loading dock ID.
    - `name` string, required — Loading dock name.
    - `time` string, required — Loading dock processing time in the format `D.HH:MM:SS`. When it was not configured, it returns `00:00:00`.
    - `cost` string, required — Extra charges added to the shipping rate when **Additional shipping costs** are configured.
    - `translateDays` string, required — Translate days.
    - `costToDisplay` string, required — Cost to display.
  - `priority` integer — Optional configuration of the warehouse priority. When no priority was set, it corresponds to `0`.
  - `isActive` boolean — Defines if the warehous is active (`true`) or not (`false`).

## Response `200`

OK

---

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