# Get supplier custom factors This endpoint will return data about custom factors of a supplier. Endpoint: GET /v2/suppliers/{supplierId}/custom-factors Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier ## Response 200 fields (application/json): - `companyId` (string, required) - `supplierId` (string, required) - `factorId` (string, required) - `fileId` (string) - `effect` (number) - `comment` (string, required) - `updated_by` (string, required) - `added_by` (string, required) ## Response 401 fields ## Response 403 fields ## Response 429 fields