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