finalize changes

This commit is contained in:
Shahed Nasser
2025-03-11 12:18:40 +02:00
parent 8d23c97af9
commit a26f48fde2
21 changed files with 9330 additions and 9188 deletions
@@ -4,6 +4,7 @@ tags:
- cart
- order
- server
- tutorial
---
import { Github, PlaySolid } from "@medusajs/icons"
@@ -4250,5 +4251,3 @@ You've now implemented quote management features in Medusa. There's still more t
If you're new to Medusa, check out the [main documentation](!docs!/learn), where you'll get a more in-depth learning of all the concepts you've used in this guide and more.
To learn more about the commerce features that Medusa provides, check out Medusa's [Commerce Modules](../../../commerce-modules/page.mdx).
You can also check out other guides such as [deployment](../../../deployment/page.mdx) and [integration](../../../integrations/page.mdx) guides.
+1 -7
View File
@@ -6016,19 +6016,13 @@ export const generatedEditDates = {
"references/core_flows/types/core_flows.UpdateClaimShippingMethodValidationStepInput/page.mdx": "2025-02-24T10:48:33.354Z",
"references/core_flows/types/core_flows.UpdateExchangeAddItemValidationStepInput/page.mdx": "2025-03-04T13:33:46.851Z",
"references/core_flows/types/core_flows.UpdateExchangeShippingMethodValidationStepInput/page.mdx": "2025-02-24T10:48:33.582Z",
"references/core_flows/types/core_flows.UpdateOrderEditAddItemValidationStepInput/page.mdx": "2025-02-24T10:48:33.749Z",
"references/core_flows/types/core_flows.UpdateOrderEditItemQuantityValidationStepInput/page.mdx": "2025-02-24T10:48:33.763Z",
"references/core_flows/types/core_flows.UpdateReceiveItemReturnRequestValidationStepInput/page.mdx": "2025-02-24T10:48:34.009Z",
"references/core_flows/types/core_flows.UpdateRequestItemReturnValidationStepInput/page.mdx": "2025-02-24T10:48:34.028Z",
"references/core_flows/types/core_flows.UpdateReturnShippingMethodValidationStepInput/page.mdx": "2025-02-24T10:48:34.037Z",
"references/core_flows/types/core_flows.UpdateReturnValidationStepInput/page.mdx": "2025-02-24T10:48:34.046Z",
"app/examples/guides/quote-management/page.mdx": "2025-03-05T15:11:02.854Z",
"references/core_flows/types/core_flows.UpdateOrderEditAddItemValidationStepInput/page.mdx": "2025-03-04T13:33:47.035Z",
"references/core_flows/types/core_flows.UpdateOrderEditItemQuantityValidationStepInput/page.mdx": "2025-03-04T13:33:47.049Z",
"references/core_flows/types/core_flows.UpdateReceiveItemReturnRequestValidationStepInput/page.mdx": "2025-03-04T13:33:47.307Z",
"references/core_flows/types/core_flows.UpdateRequestItemReturnValidationStepInput/page.mdx": "2025-03-04T13:33:47.327Z",
"references/core_flows/types/core_flows.UpdateReturnShippingMethodValidationStepInput/page.mdx": "2025-03-04T13:33:47.336Z",
"references/core_flows/types/core_flows.UpdateReturnValidationStepInput/page.mdx": "2025-03-04T13:33:47.348Z",
"app/examples/guides/quote-management/page.mdx": "2025-03-11T09:58:19.490Z",
"references/cart/interfaces/cart.CartCreditLineDTO/page.mdx": "2025-03-04T13:33:48.207Z",
"references/cart/interfaces/cart.UpdateLineItemWithoutSelectorDTO/page.mdx": "2025-03-04T13:33:48.254Z",
"references/cart_models/variables/cart_models.CreditLine/page.mdx": "2025-03-04T13:33:56.876Z",
@@ -787,6 +787,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/examples/guides/custom-item-price/page.mdx",
"pathname": "/examples/guides/custom-item-price"
},
{
"filePath": "/www/apps/resources/app/examples/guides/quote-management/page.mdx",
"pathname": "/examples/guides/quote-management"
},
{
"filePath": "/www/apps/resources/app/examples/page.mdx",
"pathname": "/examples"
@@ -1887,6 +1891,22 @@ export const filesMap = [
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.updateShippingMethods/page.mdx",
"pathname": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.updateShippingMethods"
},
{
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemAdjustments/page.mdx",
"pathname": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemAdjustments"
},
{
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemTaxLines/page.mdx",
"pathname": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemTaxLines"
},
{
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodAdjustments/page.mdx",
"pathname": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodAdjustments"
},
{
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodTaxLines/page.mdx",
"pathname": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodTaxLines"
},
{
"filePath": "/www/apps/resources/references/cart/IMessageAggregator/methods/cart.IMessageAggregator.clearMessages/page.mdx",
"pathname": "/references/cart/IMessageAggregator/methods/cart.IMessageAggregator.clearMessages"
@@ -1138,6 +1138,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "Implement Custom Line Item Pricing in Medusa",
"path": "https://docs.medusajs.com/resources/examples/guides/custom-item-price",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Quote Management",
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management",
"children": []
}
]
},
@@ -2026,6 +2034,42 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "updateShippingMethods",
"description": "",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/cart/upsertLineItemAdjustments",
"title": "upsertLineItemAdjustments",
"description": "",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/cart/upsertLineItemTaxLines",
"title": "upsertLineItemTaxLines",
"description": "",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/cart/upsertShippingMethodAdjustments",
"title": "upsertShippingMethodAdjustments",
"description": "",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/cart/upsertShippingMethodTaxLines",
"title": "upsertShippingMethodTaxLines",
"description": "",
"children": []
}
]
}
@@ -5011,14 +5055,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchInventoryItemLevelsWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "batchProductsWorkflow",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductsWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -5952,6 +5988,26 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Server Guides",
"autogenerate_tags": "server+order",
"autogenerate_as_ref": true,
"sort_sidebar": "alphabetize",
"description": "Learn how to use the Order Module in your customizations on the Medusa application server.",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Quote Management",
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
@@ -10094,14 +10150,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchPriceListPricesWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "batchProductsWorkflow",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductsWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -11382,14 +11430,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchLinkProductsToCollectionWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "batchProductsWorkflow",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductsWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -293,6 +293,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"description": "Learn how to use prices from external systems for products.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Quote Management",
"path": "/examples/guides/quote-management",
"description": "Learn how to implement quote management, useful for B2B use cases.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -95,7 +95,16 @@ const generatedgeneratedRecipesSidebarSidebar = {
"type": "link",
"path": "/recipes/b2b",
"title": "B2B",
"children": []
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/examples/guides/quote-management",
"title": "Example: Quote Management",
"children": []
}
]
},
{
"loaded": true,
@@ -404,6 +404,26 @@ export const slugChanges = [
"newSlug": "/references/cart/updateShippingMethods",
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.updateShippingMethods/page.mdx"
},
{
"origSlug": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemAdjustments",
"newSlug": "/references/cart/upsertLineItemAdjustments",
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemAdjustments/page.mdx"
},
{
"origSlug": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemTaxLines",
"newSlug": "/references/cart/upsertLineItemTaxLines",
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertLineItemTaxLines/page.mdx"
},
{
"origSlug": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodAdjustments",
"newSlug": "/references/cart/upsertShippingMethodAdjustments",
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodAdjustments/page.mdx"
},
{
"origSlug": "/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodTaxLines",
"newSlug": "/references/cart/upsertShippingMethodTaxLines",
"filePath": "/www/apps/resources/references/cart/ICartModuleService/methods/cart.ICartModuleService.upsertShippingMethodTaxLines/page.mdx"
},
{
"origSlug": "/references/cart/interfaces/cart.ICartModuleService",
"newSlug": "/references/cart",
@@ -78,6 +78,13 @@ While tutorials show you a specific use case, they also help you understand how
description:
"Learn how to use prices from external systems for products.",
},
{
type: "link",
title: "Quote Management",
path: "/examples/guides/quote-management",
description:
"Learn how to implement quote management, useful for B2B use cases.",
},
{
type: "link",
title: "Wishlist Plugin",