---
title: "POST /pricelists"
method: POST
path: "/pricelists"
tags: ["PriceLists"]
---

# POST /pricelists

`POST /pricelists`

Creates a `Price List` in BigCommerce.

## Request body

- PriceListPost — Common Price List properties.
  - `name` string — The unique name of the Price List.
  - `active` boolean — Whether or not this `Price List` and its prices are active. Defaults to `true`.

## Response `200`

A Price List.

- PriceListResponse — Response payload for the BigCommerce API.
  - `data` PriceList — Common Price List properties.
    - `id` integer — The unique numeric ID of the `Price List`; increments sequentially.
    - `date_created` string, date-time — The date on which the `Price List` was created.
    - `date_modified` string, date-time — The date on which the `Price List` was created.
    - `name` string — The unique name of the Price List.
    - `active` boolean — Whether or not this `Price List` and its prices are active. Defaults to `true`.
  - `meta` Meta — Empty meta object; may be used later.

## Other responses

- `409` — `Price List` was in conflict with another Price List. This is the result of duplicate unique values, such as `name`.
- `422` — `Price List` was not valid. This is the result of missing required fields, or of invalid data. See the response for more details.

---

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