How to stop or disable mail sending from the Magento 2?

Magento provides by default Email communication to be enabled to notify customers of different emails for their activity in the site like creating an account, newsletter subscriber, order related activity.

When you are dealing with Data Load activity for the system before GO Live of your store, you want to stop sending emails from the Magento, you can stop it using the Magento admin panel. Continue reading “How to stop or disable mail sending from the Magento 2?”

How to delete company by REST API B2B Magento?

You can delete the company in adobe commerce using REST API.

You must require a valid company id to delete a specific company from the Magento store.

When you delete a company, all the customers of the company status change to “Inactive” and also remove company id from the customer profiles related to the company.
Continue reading “How to delete company by REST API B2B Magento?”

How to create a company using REST API B2B Magento Adobe commerce?

Adobe Commerce Company’s feature covers wholesale B2B functionality for the store owners.

The company feature is robust and you can create a company from the front end via creating a company account, Admin panel new Company, GraphQL as well as using REST API.

I will provide you step by step guide to creating a new company using REST API. Continue reading “How to create a company using REST API B2B Magento Adobe commerce?”