You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Product Administrator to create a bundle product
On Product Listing page, add a Create Bundle button, or make the Create Product button have a dropdown to: Create Standard Product and Create Bundle Product
When created, show somewhere that Product.IsBundle is set to true (read only field)
Update Bundle Details flow
Keep "Details" tab as is (maybe this is where we show Product.IsBundle:true
Add tab for "Select Products for bundle" -- should allow a user to select existing products from the catalog and assign them to the bundle (/v1/bundles/productassignments). Add a "required" Boolean and a Default Quantity numeric input for each Product that is selected.
Either on the "Select Products for bundle" tab, or on a separate pricing tab, get the price schedule for each product that is assigned to the bundle, and show the pricing details. Allow user to set bundle Price (see Table User Experience Pattern #3 below).
Remove Fulfillment Tab
Remove Variants Tab
Keep Catalogs Tab, but the assignments created should use these endpoints instead: POST v1/catalogs/bundleassignments and POST v1/catalogs/{catalogID}/categories/bundleassignments
Keep Media tab
Keep Facets Tab(??) need to verify if facets work with Bundles
Keep Customization tab for Bundle xp
Allow Product Administrator to set bundle price
Add "Bundle Price" to Pricing tab on Product Create/Edit UI
On Bundle Product, do not show a "Bundle Price" (Bundle Product shouldn't have a Price tab anyways, since Price schedules cannot be assigned to Bundles).
Allow Product Administrator to filter Product list by Bundle Products
Add a filter for Product.IsBundle true/false so user can easily find any Bundle Products
On Standard Products, show if product is part of any bundles
When viewing Product Details (either the Details tab, or a new tab), use /v1/bundles/productassignments?productID=productX to return Bundles that the product is part of, so that the administrator can quickly see the other manners that this product is being sold.
I've created a Bundle in the OrderCloudBackoffice Marketplace to use for development. BundleID: camerabundle. It contains 3 products, a Camera, Camera Bag, and Camera Production. Bundle price is set-up on all 3 of these products. There is no Catalog/Category or Buyer/Buyer Group assignments to this bundle yet.
Later To Do: Also add the ability to assign the bundle to the buyer(s) or user groups(s) via POST v1/bundles/assignments (this isn't possible for any products at this time, so we'll add it to Bundles when it's added to standard products)
The text was updated successfully, but these errors were encountered:
Product.IsBundle
is set totrue
(read only field)Product.IsBundle:true
POST v1/catalogs/bundleassignments
andPOST v1/catalogs/{catalogID}/categories/bundleassignments
Product.IsBundle
true/false so user can easily find any Bundle Products/v1/bundles/productassignments?productID=productX
to return Bundles that the product is part of, so that the administrator can quickly see the other manners that this product is being sold.I've created a Bundle in the OrderCloudBackoffice Marketplace to use for development. BundleID: camerabundle. It contains 3 products, a Camera, Camera Bag, and Camera Production. Bundle price is set-up on all 3 of these products. There is no Catalog/Category or Buyer/Buyer Group assignments to this bundle yet.
Later To Do: Also add the ability to assign the bundle to the buyer(s) or user groups(s) via POST v1/bundles/assignments (this isn't possible for any products at this time, so we'll add it to Bundles when it's added to standard products)
The text was updated successfully, but these errors were encountered: