# Create Product
**POST /api/rest/product/new**
Description:
The product creation endpoint allows you to create a new product in the Rayo system. You need to provide the following information:
* Your Rayo JWT Token
* Product name
* Product SKU
* Product UPC
* Product image reference
* Product dimensions (height, width, length, weight, volume),
* Units of measurement for the product's dimensions (centimeters, inches, pounds, ounces) * Currently centimeters is only allowed and set by default.
* Unit of measurement for the product's weight (grams, pounds). * Currently grams is only allowed and set by default.
| **Parameter** | **Description** |
| --- | --- |
|
nombre (String) - Required
|
product name
|
|
SKU (String) - Required
|
Unique store identifier
|
|
UPC (String) - Required
|
Barcode unique identifier
|
|
imagen_url(String) - Required
|
product image reference
|
|
altura (Float) - Required
|
height
|
|
ancho (Float) - Required
|
width
|
|
largo (Float) - Required
|
length
|
|
peso (Float) - Required
|
weight
|
|
volumen (Float) - Required
|
Calculated volume (based on given width x length x height)
|
## Servers
## Authentication methods
- Bearer auth
## Parameters
### Body: (object)
object
## Responses
### 200
OK
#### Headers
- **Date** (string)
- **Content-Type** (string)
- **Transfer-Encoding** (string)
- **Connection** (string)
- **x-request-id** (string)
- **Content-Encoding** (string)
- **CF-Cache-Status** (string)
- **Expect-CT** (string)
- **Content-Security-Policy** (string)
- **Referrer-Policy** (string)
- **Strict-Transport-Security** (string)
- **X-Content-Type-Options** (string)
- **X-Frame-Options** (string)
- **X-XSS-Protection** (integer)
- **Server** (string)
- **CF-RAY** (string)
#### Body: (object)
object
### 400
Bad Request
#### Headers
- **Date** (string)
- **Content-Type** (string)
- **Transfer-Encoding** (string)
- **Connection** (string)
- **CF-Cache-Status** (string)
- **Expect-CT** (string)
- **Content-Security-Policy** (string)
- **Referrer-Policy** (string)
- **Strict-Transport-Security** (string)
- **X-Content-Type-Options** (string)
- **X-Frame-Options** (string)
- **X-XSS-Protection** (integer)
- **Server** (string)
- **CF-RAY** (string)
#### Body: (object)
object
[Powered by Bump.sh](https://bump.sh)