# Create a new product **POST /self/{shopId}/v2/products** ## Servers - https://dev.sellpass.io: https://dev.sellpass.io () ## Authentication methods - Bearer ## Parameters ### Path parameters - **shopId** (integer(int32)) ### Body: application/json (object) - **title** (string) Title of the product - **shortDescription** (string | null) Short Description of the product - **description** (string) Description of the product - **variants** (array[object]) At least 1 variant is required - **path** (string) Path/Slug of the product - **seo** (object) - **unlisted** (boolean) Is product unlisted - **private** (boolean) Is product private - **onHold** (boolean) Is product on hold - **isInternal** (boolean | null) ## Responses ### 200 Product created #### Body: application/json (object) - **data** (integer(int64)) - **message** (string | null) - **errors** (array[string] | null) - **log** (string | null) [Powered by Bump.sh](https://bump.sh)