# Create products endpoint This method registers the products associated with the business using its code. Endpoint: POST /integrator/products Version: 1.0.3 Security: bearerAuth ## Request fields (application/json): - `companyRuc` (string, required) companyRuc - `code` (string, required) code - `description` (string, required) Description - `price` (string, required) price - `unitCode` (string, required) unitCode - `taxationType` (string, required) taxationType - `favorite` (boolean, required) favorite ## Response 200 fields (application/json): - `response` (string) Example: "Product created successfully"