---
title: "Create Pricelist"
method: POST
path: "/products/pricelist"
---

# Create Pricelist

`POST /products/pricelist`

## Request body

- object
  - `pricelist` object
    - `pricelist_name` string
    - `pricelist_description` string
    - `pricelist_type` '"PER_ITEM"' | '"FIXED_DISCOUNT"' | '"FIXED_MARGIN"'
    - `pricelist_value_type` '"PERCENTAGE"' | '"AMOUNT"'
    - `pricelist_value` integer
    - `line_items` object[]
      - `product` string
      - `type` '"FIXED_VALUE"' | '"FIXED_DISCOUNT"' | '"FIXED_MARGIN"'
      - `pricelist_value_type` '"PERCENTAGE"' | '"AMOUNT"'
      - `value` integer

## Response `200`

200

## Other responses

- `400` — 400
- `409` — 409

---

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