# Create product **POST /api/rest/product/new** Creates one or more new products in the Rayo system. Requires a valid JWT Bearer token. Units: Currently the API only allows and defaults to: - unidad_dimension: CENTIMETROS - unidad_peso: GRAMOS ## Servers - Production: https://cerebro.techrayo.com (Production) - QA Sandbox: https://qa.cerebro.techrayo.com (QA Sandbox) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **productos** (array[object]) ## Responses ### 200 Product(s) created successfully #### Body: application/json (object) - **insert_producto** (object) ### 400 Bad request #### Body: application/json (object) - **path** (string) - **error** (string) - **code** (string) ### default Unexpected error #### Body: application/json (object) - **error** (string) - **code** (string) - **path** (string) [Powered by Bump.sh](https://bump.sh)