# POST /channel-products.json **POST /channel-products.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **channelId** (integer(int32)) Channel - **externalId** (string) External - **handle** (string | null) Handle - **hash** (string | null) Hash - **productId** (integer(int32)) Product ## Responses ### 200 Successful response #### Body: application/json (object) - **channelId** (integer(int32)) Channel - **createdAt** (string(date-time)) Created at - **externalId** (string) External - **handle** (string | null) Handle - **hash** (string | null) Hash - **id** (integer(int32)) Id - **productId** (integer(int32)) Product - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)