How should this functionality be implemented?

A client has multiple warehouses where orders can be fulfilled. The cost of shipping goods from each warehouse varies by day, due to the number of workers available. The Architect needs to make sure that when an order is shipped, it is shipped from the lowest cost warehouse that is...

January 30, 2024No CommentsREAD MORE +

What prevented the value type of field my_attribute from changing?

An external system integrates functionality of a product catalog search using Adobe Commerce GraphQL API. The Architect creates a new attribute my_attribute in the admin panel with frontend type select-Later, the Architect sees that Productlnterf ace already has the field my_attribute, but returns an Int value. The Architect wants this...

January 27, 2024No CommentsREAD MORE +

What is causing this error?

An Adobe Commerce Architect is investigating a case where some EAV product attributes are no longer updated. • The catalog is composed of 20.000 products with 100 attributes each. • The product updates are run by recurring Adobe commerce imports that happen multiple times a day. • The Architect finds...

January 27, 2024No CommentsREAD MORE +

Which two solutions should the Architect recommend for consideration, taking into account public data and caching?

A merchant is using a unified website that supports native Adobe Commerce B2B and B2C with a single store view. The merchant's objective is to display the B2B account features, such as negotiable quotes and credit limits, in the header of the site on every page for logged-in users who...

January 25, 2024No CommentsREAD MORE +

Which type of authentication available in Adobe Commerce should be used and implemented in a third-party system for this integration?

A third-party company needs to create an application that will integrate the Adobe Commerce system to get orders data for reporting. The integration needs access to the GET /Vl/orders endpoint. It will call this endpoint automatically every hour around the clock. The merchant wants the ability to restrict or extend...

January 24, 2024No CommentsREAD MORE +

An Adobe Commerce Architect needs to scope a bespoke news section for a merchants Adobe Commerce storefront.

An Adobe Commerce Architect needs to scope a bespoke news section for a merchants Adobe Commerce storefront. The merchant's SEO agency requests that the following URL structure: news/{date}/{article_url_key}, where {date} is the publication date of the article, and {article_url_key} is the URL key of the article. The Architect scopes that...

January 23, 2024No CommentsREAD MORE +

Following best practices, how should the Architect add the taxes for all orders?

A company wants to build an Adobe Commerce website to sell their products to customers in their country. The taxes in their country are highly complex and require customization to Adobe Commerce. An Architect is trying to solve this problem by creating a custom tax calculator that will handle the...

January 23, 2024No CommentsREAD MORE +

How should this problem be solved while maintaining performance?

An existing Adobe Commerce website is moving to a headless implementation. The existing website features an "All Brands'' page, as well as individual pages for each brand. All brand-related pages are cached in Varnish using tags in the same manner as products and categories. Two new GraphQL queries have been...

January 23, 2024No CommentsREAD MORE +

What is the correct approach to change the stopwords directory inside the custom module?

An Adobe Commerce Architect creates a stopword for the Italian locale named stopwordsjtJT.csv and changes the stopword directory to the following: <magento_root>/app/code/Custo«vendor/Elasticsearch/etc/stopwords/ What is the correct approach to change the stopwords directory inside the custom module?A . Add stopwords to the stopwordsDirectory and CustomerVendor_Elasticsearch to the stopword sModule parameter Of...

January 23, 2024No CommentsREAD MORE +

Which two steps should the Architect make to meet this requirement?

In a custom module, an Architect wants to define a new xml configuration file. The module should be able to read all the xml configuration files declared in the system, merge them together, and use their values in PHP class. Which two steps should the Architect make to meet this...

January 22, 2024No CommentsREAD MORE +