MDVA-42806: New company registration email is sent each time existing company is updated
- Topics:
- REST
- B2B
- Communications
- Companies
CREATED FOR:
- Experienced
- Admin
The MDVA-42806 patch solves the issue where a new company registration email is sent each time an existing company is updated via REST API. This patch is available when the Quality Patches Tool (QPT) 1.1.9 is installed. The patch ID is MDVA-42806. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.5.
Affected products and versions
The patch is created for Adobe Commerce version:
- Adobe Commerce (all deployment methods) 2.4.3
Compatible with Adobe Commerce versions:
- Adobe Commerce (all deployment methods) 2.4.2 - 2.4.3-p1
magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.Issue
A new company registration email is sent each time an existing company is updated via REST API.
Prerequisites:
B2B modules installed.
Steps to reproduce:
- Create a company account.
- Use
/V1/company/<company_id>
endpoint. To update the created company, see update the company in our developer documentation. Below is a sample payload:
{
"company": {
"id": 2,
"status": 1,
"company_name": "Company",
"company_email": "company@example.test",
"street": [
"Test"
],
"city": "Test",
"country_id": "US",
"region_id": "1",
"postcode": "12345",
"telephone": "8009994301",
"customer_group_id": 2,
"sales_representative_id": 1,
"super_user_id": 2
}
}
Expected results:
No email is sent saying “New company registration request” as the API is updating an existing company.
Actual results:
Email is sent saying “New company registration request” each time the API request is sent.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool released: a new tool to self-serve quality patches in the support knowledge base.
- Check if patch is available for your Adobe Commerce issue using Quality Patches Tool in the Quality Patches Tool guide.
For info about other patches available in QPT, refer to Quality Patches Tool: Search for patches in the Quality Patches Tool guide.