Description: Bundling multiple SKUs together as one combination SKU and sell to shoppers on your website.
Business use case: There is no provision to list a bundled SKU (consisting of two or more SKUs) in Seller Central/Supply Chain Portal, implying that sellers cannot sell bundled products on their websites that are mapped to multiple Amazon SKUs.
Proposed Solution:
a. Sellers can bundle products in their storefront by mapping multiple Amazon SKUs under one sellable SKU for the shopper to add to cart. For the orders with bundles in them, break them into single SKU line items during the CREATE Order API call with MCF.
b. For the availability of the product, always consider the least inventory value of the SKUs in the bundle to surface it to shoppers.
c. For tracking details, use multiple line items as there could be one or multiple shipments, aggregate all the tracking details on the order, and append them to the order.
d. For all other requests like Preview, Cancel, Update, make sure all the items of the bundle are included as different line items.