You are integrating a Magento store with a 3rd-party OMS. The orders created on the Magento side must be uploaded to the OMS, there is no need to pull any data from the OMS into Magento. The OMS already has established RabbitMQ infrastructure so you decided to reuse it.In addition to the implementation of the business logic for uploading orders, which two configurations must be done in your module to make the integration work?
A merchant is asking you to organize a catalog of 9000 rings which come in six sizes, each with unique inventory. Additionally, the customers will have 1000 unique engravings to choose from for their ring. The engraving is made on the selected ring just before the order is shipped.How do you organize such a catalog to achieve optimal store performance and ease of management?
Suppose in a store there are 500 categories and it's increasing as per the need. Let's say your frontend developer asked you to modify the header and include CSS files on some specific categorypages based on the custom category attribute selection from backend. What should be the acceptable and easiest way to do this, so that no new file creation and code update will be required after implementation:
You are implementing a custom module MyCompany_MyModule which displays a new link in the Action column in the Orders grid. The purpose of this link is to synchronize the order summary data with an ERP system. You must make permissions to use this link manageable with the Magento ACL. Which two steps are required to do this?
Suppose in the product rest API in Magento, you added a new attribute. But this attribute can be accessed by API consumers only when they have access permission. How do you create the attributes following the above condition: