# Create price list **POST /v2/api/price-lists** ## Servers - https://api.maddenanalytics.com: https://api.maddenanalytics.com () ## Parameters ### Body: application/json (object) Price List to create - **currency** (string) - **externalId** (string) - **name** (string) ## Responses ### 201 Created #### Body: application/json (object) - **currency** (string) - **defaultPriceList** (boolean) - **externalId** (string) - **name** (string) ### 400 Bad request - invalid input #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### default All errors will return the same object with a describing code & message #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)