---
title: "Create price book"
method: POST
path: "/v1/price-books"
tags: ["Price books"]
---

# Create price book

`POST /v1/price-books`

Create a new price book.

## Request body

- CreatePriceBook
  - `name` string, required — Price book name.
  - `description` string — Price book description.
  - `user_role_ids` string[] — List of user role IDs that have access to this price book.

## Response `201`

The newly created price book.

- PriceBook
  - `id` string, required — Price book ID.
  - `name` string, required — Price book name.
  - `description` string, nullable, required — Price book description.
  - `user_role_ids` string[], required — List of user role IDs that have access to this price book.
  - `created_at` string, date-time, required — Price book creation date. UTC date time string in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `updated_at` string, date-time, required — Price book last update date. UTC date time string in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

---

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