# Get products endpoint This method get the products associated with the business using its code. Endpoint: GET /integrator/products/sync/{ruc}/{date} Version: 1.0.3 Security: bearerAuth ## Path parameters: - `ruc` (string, required) RUC - `date` (string, required) Date Example: "2021-01-01T00:00:00" ## Response 200 fields (application/json): - `id` (string) Example: "680149f1d0a4d60138410a21" - `description` (string) Example: "Product description" - `price` (string) Example: "100.00" - `unitCode` (string) Example: "NIU" - `taxationType` (string) Example: "10" - `favorite` (boolean)