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 an error in the logs that indicates an integrity constraint while trying to insert row with id 2147483647.What is causing this error?
An Adobe Commerce Architect is planning to create a new action that will add gift registry items to the customer’s quote.What should the Architect do to guarantee that private content blocks are updated?
An Adobe Commerce Architect needs to scope a bespoke news section for a merchant's 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 a news entity type will be created. The date and URL key data will be stored against each record and autogenerated on save. The values will be able to be manually overridden.The Architect needs to manage routing this functionality and adhere to best practice.Which two options should the Architect consider to meet these requirements? (Choose two.)
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 ProductInterface already has the field my_attribute, but returns an Int value. The Architect wants this field to be a new type that contains both option id and label.To meet this requirement, an Adobe Commerce Architect creates a new module and file etc/schema.graphqls that declares as follows:After calling command setup:upgrade, the introspection of ProductInterface field my_attribute remains Int.What prevented the value type of field my_attribute from changing?
An Adobe Commerce store owner sets up a custom customer attribute “my_attribute”.An Architect needs to display additional content on the home page, which should display only to Customers with “my_attribute” of a certain value and be the same content for all of them. The website is running Full Page Cache.With simplicity in mind, which two steps should the Architect take to implement these requirements? (Choose two.)
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 /V1/orders endpoint. It will call this endpoint automatically every hour around the clock. The merchant wants the ability to restrict or extend access to resources as well as to revoke the access using Admin Panel.Which type of authentication available in Adobe Commerce should be used and implemented in a third-party system for this integration?