# POST /prices.json **POST /prices.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ## Body parameters Content-type: application/json - **compareAtPrice** (number | null) Compare at price - **price** (number) Price - **priceListId** (integer(int32)) Price list - **variantId** (integer(int32)) Variant ## Responses ### 200: Successful response #### Body Parameters: application/json (object) - **compareAtPrice** (number | null) Compare at price - **createdAt** (string(date-time)) Created at - **id** (integer(int32)) Id - **price** (number) Price - **priceListId** (integer(int32)) Price list - **updatedAt** (string(date-time)) Updated at - **variantId** (integer(int32)) Variant [Powered by Bump.sh](https://bump.sh)