---
title: "Create a new price list"
method: POST
path: "/v1/pricelist"
tags: ["Create price lists"]
---

# Create a new price list

`POST /v1/pricelist`

This operation will create a new price list for the repricing process to use.

## Query parameters

- `auditUser` string, required

## Request body

- BasePriceList
  - `code` string, required — A code that uniquely identifies this price list

## Response `201`

Successfully created

- ResourceResponse
  - `description` string — Short description of the result of the action
  - `id` string — Will contain the ID of the resource that has been created or updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/versions/dc4a41118f80/schema)
