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?”

How to check company registration is allowed from the store front B2B Magento 2?

Company Module in B2B Magento 2 allowed to create a registration for the company user from the storefront in Magneto 2.

Its store configuration setting to enable or disable storefront registration. By default, the B2B module allowed to create a registration from the frontend.

Go To admin panel,
Stores -> Configuration -> Company Configuration -> Allow Company Registration from the Storefront -> Yes/No. Continue reading “How to check company registration is allowed from the store front B2B Magento 2?”

How to Identify company module is active in B2B Magento 2?

You can identify Company module status like enable/disable using programmatic way.

Native Company module has a class called Magento\Company\Api\StatusServiceInterface contains the method isActive() to check the module status. Continue reading “How to Identify company module is active in B2B Magento 2?”