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?
Correct 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.