MultipleChoice
An Adobe Commerce Architect needs to create a new customer segment condition to enable admins to specify an 'Average sales amount' condition for certain segments.
The Architect develops the custom condition under vendor\Module\Model\Segment\condition\AverageSalesAmount with all of its requirements:
During testing, the following error appears:
Which two steps should the Architect complete to fix the problem? (Choose two.)
A)
B)
C)
D)
E)
MultipleChoice
An Adobe Commerce Architect is working on a sales campaign to present a new product on the site that allows the purchase of a pre-defined set of products with a discount. Each product in the set should have a separate stock and tax class.
One requirement is to use a third-party system to build reports with REST API to fetch the following data:
* SKU
* Qty
* Original price
* Sales price
* Tax amount
Which solution should the Architect use to meet these requirements?
A.
* Create Fixed Bundle Product for gathering simple products;
* Manage price for every selected option;
* Add extension attribute original_simple_price for \Magento\Sales\Api\Data\OrderItemExtensionInterface and populate value with price of simple product;
B.
* Create Dynamic Bundle Product for gathering simple products;
* Utilize Content Staging to manage special prices for bundle products on time for the campaign;
* Expose required data via Adobe Commerce Order API;
C.
* Create Grouped Product and Create after plugin on \Magento\GroupedProduct\Model\Product\Type\Grouped:preparedForCarrAdvanced for bunch products ordering;
* Utilize Content Staging to manage special prices on time for the campaign for simple products;
* Expose required data via Adobe Commerce Order API;
OptionsMultipleChoice
An Adobe Commerce Architect is reviewing api-functional test code. Some tests send errors to indicate that the customer address does not exist.
The test codes show the following:
A)
B)
C)