# Create a product identifier **POST /2024-09/products/{product}/identifiers** Create a new identifier for a product ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Path parameters - **product** (string(uuid)) The UUID of the product ### Body: application/json (object) - **type** (string) The type of identifier - **value** (string) The identifier value ## Responses ### 201 A successful response returning the created identifier #### Body: application/json (object) - **data** (object) Full representation of a product identifier ### 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)