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

How to use anchor link in escapeHtml text in magento 2?

Magento escapeHtml() method used to define translate specific text messages in the template files.

You can use the escapeHtml() function to define normal as well as HTML text to translate out of the box in the template.

In the method, the first argument takes data as a text message and the second argument is the array value of specific HTML tags to escape from the string. Continue reading “How to use anchor link in escapeHtml text in magento 2?”