# POST /channel-variant-imports.json **POST /channel-variant-imports.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **channelVariantId** (integer(int32)) Channel variant - **costPrice** (number | null) Cost price - **grams** (number(float) | null) Grams - **inventoryPolicy** (string | null) Inventory policy - **productPayload** (object | null | array | boolean | integer | number | string) Product payload - **sku** (string | null) Sku - **variantPayload** (object | null | array | boolean | integer | number | string) Variant payload ## Responses ### 200 Successful response #### Body: application/json (object) - **channelVariantId** (integer(int32)) Channel variant - **costPrice** (number | null) Cost price - **createdAt** (string(date-time)) Created at - **grams** (number(float) | null) Grams - **id** (integer(int32)) Id - **inventoryPolicy** (string | null) Inventory policy - **productPayload** (object | null | array | boolean | integer | number | string) Product payload - **sku** (string | null) Sku - **updatedAt** (string(date-time)) Updated at - **variantPayload** (object | null | array | boolean | integer | number | string) Variant payload [Powered by Bump.sh](https://bump.sh)