# Merge Supplier Merge multiple supplier records into a single target supplier. Requires appropriate permissions to delete and modify supplier records. Endpoint: PUT /api/v3/Supplier/Merge Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `mergeTarget` (string, required) Supplier ID that want to merged - `deleted` (array, required) Supplier ID that will be deleted after merged complete ## Response 200 fields (application/json): - `Message` (string)