---
title: "Add products to price book"
method: POST
path: "/v1/price-books/{id}/products"
tags: ["Price books"]
---

# Add products to price book

`POST /v1/price-books/{id}/products`

Add products to a price book by copying their default price configurations.

## Path parameters

- `id` string, required

## Request body

- AddProductsToPriceBook
  - `product_ids` string[], required — List of product IDs to add to the price book.

## Response `204`

Products added to price book.

## Other responses

- `404` — Price book not found.

---

[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)
