ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - AD0-E718 discussion

Report
Export

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;
Answers
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;
Answers
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;
Answers
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;
Suggested answer: B

Explanation:

A bundle product is a customizable product that consists of several options, each based on a simple or virtual product. A grouped product is a collection of simple products that are presented as a group.

According to some tutorials , creating a bundle product in Adobe Commerce involves several steps, such as:

Choosing the bundle product template and attribute set

Completing the required settings, such as name, SKU, price, and weight

Configuring the basic settings, such as status, visibility, and categories

Adding the bundle options and associated products

Adding optional product information, such as images and meta data

Posting the product

Content staging is a feature that allows creating, previewing, and scheduling content updates for your store directly from the Admin . You can use content staging to create campaigns that include changes to products, categories, pages, blocks, widgets, price rules, and more.

Based on these steps and features, I would say that one possible solution that the Architect should use to meet these requirements is:

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; This solution would allow creating a new product that allows the purchase of a pre-defined set of products with a discount. Each product in the set would have a separate stock and tax class. The special prices for bundle products could be managed using content staging. The required data could be exposed via Adobe Commerce Order API.

asked 02/10/2024
Katherine Messick
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first