docs: added bundled products guide (#12332)

* docs: added bundled products guide

* generate
This commit is contained in:
Shahed Nasser
2025-05-07 16:16:05 +03:00
committed by GitHub
parent a3bdb3e383
commit fe3e79ea5a
18 changed files with 14077 additions and 10742 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ export const generatedEditDates = {
"app/recipes/b2b/page.mdx": "2025-04-17T08:48:38.369Z",
"app/recipes/commerce-automation/page.mdx": "2025-05-01T15:33:47.062Z",
"app/recipes/digital-products/examples/standard/page.mdx": "2025-04-24T15:41:05.364Z",
"app/recipes/digital-products/page.mdx": "2025-04-17T08:29:01.230Z",
"app/recipes/digital-products/page.mdx": "2025-04-30T12:19:20.550Z",
"app/recipes/ecommerce/page.mdx": "2025-02-26T12:20:52.092Z",
"app/recipes/marketplace/examples/vendors/page.mdx": "2025-03-18T15:28:32.122Z",
"app/recipes/marketplace/page.mdx": "2025-04-17T08:48:36.942Z",
@@ -5735,7 +5735,7 @@ export const generatedEditDates = {
"references/types/StockLocationTypes/types/types.StockLocationTypes.UpdateStockLocationAddressInput/page.mdx": "2025-01-07T12:54:23.057Z",
"references/types/StockLocationTypes/types/types.StockLocationTypes.UpsertStockLocationAddressInput/page.mdx": "2025-01-07T12:54:23.058Z",
"app/storefront-development/guides/express-checkout/page.mdx": "2025-04-17T08:29:01.027Z",
"app/commerce-modules/inventory/inventory-kit/page.mdx": "2025-02-26T11:18:00.353Z",
"app/commerce-modules/inventory/inventory-kit/page.mdx": "2025-04-30T14:39:20.174Z",
"app/commerce-modules/api-key/workflows/page.mdx": "2025-01-09T13:41:46.573Z",
"app/commerce-modules/api-key/js-sdk/page.mdx": "2025-01-09T12:04:39.787Z",
"app/commerce-modules/auth/js-sdk/page.mdx": "2025-01-09T13:27:54.016Z",
@@ -935,6 +935,14 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/recipes/b2b/page.mdx",
"pathname": "/recipes/b2b"
},
{
"filePath": "/www/apps/resources/app/recipes/bundled-products/examples/standard/page.mdx",
"pathname": "/recipes/bundled-products/examples/standard"
},
{
"filePath": "/www/apps/resources/app/recipes/bundled-products/page.mdx",
"pathname": "/recipes/bundled-products"
},
{
"filePath": "/www/apps/resources/app/recipes/commerce-automation/page.mdx",
"pathname": "/recipes/commerce-automation"
@@ -1079,6 +1079,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "Extend Module",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Bundled Products",
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -11341,6 +11349,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "Get Variant Prices",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Bundled Products",
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -357,6 +357,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"description": "Learn how to send abandoned cart notifications to customers.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Bundled Products",
"path": "/recipes/bundled-products/examples/standard",
"description": "Learn how to implement bundled products in your Medusa store.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -106,6 +106,23 @@ const generatedgeneratedRecipesSidebarSidebar = {
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/recipes/bundled-products",
"title": "Bundled Products",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/recipes/bundled-products/examples/standard",
"title": "Example",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,