# Create a product **POST /2024-09/products** Create a new product for a merchant ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Body: application/json (object) - **merchant_id** (string(uuid)) The UUID of the merchant that owns this product - **sku** (string) Stock Keeping Unit - unique identifier for the product within the merchant - **title** (string) The title or name of the product - **main_image_id** (string | null) The UUID of the main product image - **thumbnail_image_id** (string | null) The UUID of the thumbnail product image ## Responses ### 201 A successful response returning the created product #### Body: application/json (object) - **data** (object) Representation of a product ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - The user does not have permission to access this resource. #### Body: application/json (object) - **message** (string) ### 404 The specified resource was not found #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)