diff --git a/www/apps/resources/app/storefront-development/guides/express-checkout/page.mdx b/www/apps/resources/app/storefront-development/guides/express-checkout/page.mdx index f9bedc010d..65f89bd1c6 100644 --- a/www/apps/resources/app/storefront-development/guides/express-checkout/page.mdx +++ b/www/apps/resources/app/storefront-development/guides/express-checkout/page.mdx @@ -1,7 +1,6 @@ --- tags: - storefront - - js sdk - cart - product - payment diff --git a/www/apps/resources/generated/sidebar.mjs b/www/apps/resources/generated/sidebar.mjs index cf8d586450..faab26cf1a 100644 --- a/www/apps/resources/generated/sidebar.mjs +++ b/www/apps/resources/generated/sidebar.mjs @@ -54,6 +54,7 @@ export const generatedSidebar = [ "title": "Server Examples", "autogenerate_tags": "example+server", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -72,6 +73,7 @@ export const generatedSidebar = [ "title": "Storefront Examples", "autogenerate_tags": "example+storefront", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -254,6 +256,7 @@ export const generatedSidebar = [ "path": "/commerce-modules", "title": "Commerce Modules", "hideChildren": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -306,6 +309,7 @@ export const generatedSidebar = [ "initialOpen": false, "autogenerate_tags": "storefront+apiKey,-jsSdk", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the API Key Module's features into your storefront.", "children": [ { @@ -326,6 +330,7 @@ export const generatedSidebar = [ "initialOpen": false, "autogenerate_tags": "userGuide+apiKey", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage API Key features in the Medusa Admin dashboard.", "children": [ { @@ -369,6 +374,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+apiKey", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -411,6 +417,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+apiKey", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -464,6 +471,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+apiKey", "description": "The following methods or properties are used to send requests to Admin API Routes related to the API Key Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -696,6 +704,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+auth", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Auth Module in your customizations on the Medusa application server.", "children": [ { @@ -710,16 +719,16 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "link", - "path": "/commerce-modules/auth/reset-password", - "title": "Handle Password Reset Event", + "path": "/references/auth/provider", + "title": "Create Auth Provider Module", "children": [] }, { "loaded": true, "isPathHref": true, "type": "link", - "path": "/references/auth/provider", - "title": "Create Auth Provider Module", + "path": "/commerce-modules/auth/reset-password", + "title": "Handle Password Reset Event", "children": [] } ] @@ -732,6 +741,7 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+auth,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Auth Module's features into your storefront.", "children": [ { @@ -792,6 +802,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+auth", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Auth features in the Medusa Admin dashboard.", "children": [ { @@ -860,23 +871,8 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+auth", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createCustomerAccountWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCustomerAccountWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "removeCustomerAccountWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/removeCustomerAccountWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -885,6 +881,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/acceptInviteWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createCustomerAccountWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCustomerAccountWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -893,6 +897,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createUserAccountWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "removeCustomerAccountWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/removeCustomerAccountWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -910,6 +922,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+auth", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -932,6 +945,7 @@ export const generatedSidebar = [ "hideChildren": true, "autogenerate_tags": "jsSdk+auth", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -1271,6 +1285,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+cart", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Cart Module in your customizations on the Medusa application server.", "children": [ { @@ -1299,8 +1314,49 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+cart,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Cart Module's features into your storefront.", "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Checkout Step 1: Enter Email", + "path": "https://docs.medusajs.com/resources/storefront-development/checkout/email", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Checkout Step 2: Set Address", + "path": "https://docs.medusajs.com/resources/storefront-development/checkout/address", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Checkout Step 3: Choose Shipping Method", + "path": "https://docs.medusajs.com/resources/storefront-development/checkout/shipping", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Checkout Step 4: Choose Payment Provider", + "path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Checkout Step 5: Complete Cart", + "path": "https://docs.medusajs.com/resources/storefront-development/checkout/complete-cart", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -1317,6 +1373,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/storefront-development/cart/create", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Implement Express Checkout with Medusa", + "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -1325,6 +1389,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/storefront-development/cart/manage-items", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Payment with Stripe in React Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment/stripe", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -1340,54 +1412,6 @@ export const generatedSidebar = [ "title": "Update Cart in Storefront", "path": "https://docs.medusajs.com/resources/storefront-development/cart/update", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Checkout Step 2: Set Address", - "path": "https://docs.medusajs.com/resources/storefront-development/checkout/address", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Checkout Step 5: Complete Cart", - "path": "https://docs.medusajs.com/resources/storefront-development/checkout/complete-cart", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Checkout Step 1: Enter Email", - "path": "https://docs.medusajs.com/resources/storefront-development/checkout/email", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Checkout Step 4: Choose Payment Provider", - "path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Payment with Stripe in React Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment/stripe", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Checkout Step 3: Choose Shipping Method", - "path": "https://docs.medusajs.com/resources/storefront-development/checkout/shipping", - "children": [] } ] }, @@ -1414,6 +1438,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+cart", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -1447,6 +1472,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -1502,14 +1535,6 @@ export const generatedSidebar = [ "title": "updateTaxLinesWorkflow", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateTaxLinesWorkflow", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", - "children": [] } ] }, @@ -1520,6 +1545,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+cart", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -1561,6 +1587,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createShippingMethodAdjustmentsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteLineItemsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteLineItemsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -1617,22 +1651,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateLineItemsStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateShippingMethodsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateShippingMethodsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteLineItemsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteLineItemsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -1640,6 +1658,14 @@ export const generatedSidebar = [ "title": "updateLineItemsStepWithSelector", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateLineItemsStepWithSelector", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateShippingMethodsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateShippingMethodsStep", + "children": [] } ] } @@ -1661,15 +1687,8 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+storefront+cart", "description": "The following methods or properties are used to send requests to Store API Routes related to the Cart Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Implement Express Checkout with Medusa", - "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -2317,6 +2336,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+currency", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Currency features in the Medusa Admin dashboard.", "children": [ { @@ -2353,6 +2373,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+currency", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Currency Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -2497,6 +2518,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+customer", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Customer Module in your customizations on the Medusa application server.", "children": [ { @@ -2517,22 +2539,23 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+customer,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Customer Module's features into your storefront.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Customer Addresses in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/customers/addresses", + "title": "Customer Context in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/customers/context", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Customer Context in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/customers/context", + "title": "Edit Customer Profile in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/customers/profile", "children": [] }, { @@ -2555,8 +2578,8 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "Edit Customer Profile in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/customers/profile", + "title": "Manage Customer Addresses in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/customers/addresses", "children": [] }, { @@ -2601,8 +2624,17 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+customer", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Customer features in the Medusa Admin dashboard.", "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Customers Overview", + "path": "https://docs.medusajs.com/user-guide/customers", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2618,14 +2650,6 @@ export const generatedSidebar = [ "title": "Manage Customers", "path": "https://docs.medusajs.com/user-guide/customers/manage", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Customers Overview", - "path": "https://docs.medusajs.com/user-guide/customers", - "children": [] } ] }, @@ -2652,21 +2676,22 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+customer", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "createCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", + "title": "addOrderLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "updateCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", + "title": "createCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", "children": [] }, { @@ -2685,6 +2710,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCustomerAddressesWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createCustomerGroupsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCustomerGroupsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2693,6 +2726,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCustomersWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createOrderWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2701,46 +2742,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteCustomerAddressesWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteCustomersWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteCustomersWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "removeCustomerAccountWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/removeCustomerAccountWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCustomerAddressesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCustomerAddressesWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCustomersWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCustomersWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createCustomerGroupsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCustomerGroupsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -2749,6 +2750,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteCustomerGroupsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteCustomersWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteCustomersWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2765,30 +2774,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/linkCustomersToCustomerGroupWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCustomerGroupsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCustomerGroupsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "addOrderLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createOrderWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -2812,6 +2797,46 @@ export const generatedSidebar = [ "title": "orderExchangeAddNewItemWorkflow", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderExchangeAddNewItemWorkflow", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "removeCustomerAccountWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/removeCustomerAccountWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCustomerAddressesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCustomerAddressesWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCustomerGroupsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCustomerGroupsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCustomersWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCustomersWorkflow", + "children": [] } ] }, @@ -2822,15 +2847,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+customer", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "findOrCreateCustomerStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findOrCreateCustomerStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -2839,6 +2857,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createCustomerAddressesStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createCustomerGroupsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createCustomerGroupsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2855,6 +2881,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteCustomerAddressesStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteCustomerGroupStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteCustomerGroupStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2863,6 +2897,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteCustomersStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "findOrCreateCustomerStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findOrCreateCustomerStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "linkCustomerGroupsToCustomerStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/linkCustomerGroupsToCustomerStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "linkCustomersToCustomerGroupStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/linkCustomersToCustomerGroupStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2887,6 +2945,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateCustomerAddressesStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCustomerGroupsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateCustomerGroupsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2902,46 +2968,6 @@ export const generatedSidebar = [ "title": "validateCustomerAccountCreation", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateCustomerAccountCreation", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createCustomerGroupsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createCustomerGroupsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteCustomerGroupStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteCustomerGroupStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "linkCustomerGroupsToCustomerStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/linkCustomerGroupsToCustomerStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "linkCustomersToCustomerGroupStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/linkCustomersToCustomerGroupStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCustomerGroupsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateCustomerGroupsStep", - "children": [] } ] } @@ -2963,6 +2989,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+storefront+customer", "description": "The following methods or properties are used to send requests to Store API Routes related to the Customer Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -2982,6 +3009,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+customer", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Customer Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -3408,6 +3436,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+fulfillment", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Fulfillment Module in your customizations on the Medusa application server.", "children": [ { @@ -3436,6 +3465,7 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+fulfillment,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Fulfillment Module's features into your storefront.", "children": [ { @@ -3445,6 +3475,14 @@ export const generatedSidebar = [ "title": "Checkout Step 3: Choose Shipping Method", "path": "https://docs.medusajs.com/resources/storefront-development/checkout/shipping", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Implement Express Checkout with Medusa", + "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", + "children": [] } ] }, @@ -3456,22 +3494,23 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+fulfillment", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Fulfillment features in the Medusa Admin dashboard.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Order Fulfillments", - "path": "https://docs.medusajs.com/user-guide/orders/fulfillments", + "title": "Locations & Shipping Overview", + "path": "https://docs.medusajs.com/user-guide/settings/locations-and-shipping", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Locations & Shipping Overview", - "path": "https://docs.medusajs.com/user-guide/settings/locations-and-shipping", + "title": "Manage Order Fulfillments", + "path": "https://docs.medusajs.com/user-guide/orders/fulfillments", "children": [] }, { @@ -3507,6 +3546,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+fulfillment", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -3524,54 +3564,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addToCartWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "listShippingOptionsForCartWithPricingWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/listShippingOptionsForCartWithPricingWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshCartItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshCartShippingMethodsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartShippingMethodsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "transferCartCustomerWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateLineItemInCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -3596,6 +3588,46 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/cancelFulfillmentWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "cancelOrderFulfillmentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/cancelOrderFulfillmentWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "confirmClaimRequestWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmClaimRequestWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "confirmExchangeRequestWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmExchangeRequestWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "confirmReturnRequestWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnRequestWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createAndCompleteReturnOrderWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createAndCompleteReturnOrderWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3604,6 +3636,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createFulfillmentWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createLocationFulfillmentSetWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createLocationFulfillmentSetWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createOrderFulfillmentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderFulfillmentWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createOrderShipmentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderShipmentWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3652,6 +3708,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteFulfillmentSetsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3668,6 +3732,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteShippingOptionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteShippingProfileWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteShippingProfileWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "importProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/importProductsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "listShippingOptionsForCartWithPricingWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/listShippingOptionsForCartWithPricingWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3676,6 +3764,46 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/markFulfillmentAsDeliveredWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "markOrderFulfillmentAsDeliveredWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/markOrderFulfillmentAsDeliveredWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshCartItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshCartShippingMethodsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartShippingMethodsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "transferCartCustomerWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3684,6 +3812,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateFulfillmentWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateLineItemInCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3707,102 +3843,6 @@ export const generatedSidebar = [ "title": "updateShippingProfilesWorkflow", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateShippingProfilesWorkflow", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "cancelOrderFulfillmentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/cancelOrderFulfillmentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "confirmClaimRequestWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmClaimRequestWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "confirmExchangeRequestWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmExchangeRequestWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "confirmReturnRequestWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnRequestWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createAndCompleteReturnOrderWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createAndCompleteReturnOrderWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createOrderFulfillmentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderFulfillmentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createOrderShipmentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderShipmentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "markOrderFulfillmentAsDeliveredWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/markOrderFulfillmentAsDeliveredWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "importProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/importProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteShippingProfileWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteShippingProfileWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createLocationFulfillmentSetWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createLocationFulfillmentSetWorkflow", - "children": [] } ] }, @@ -3813,23 +3853,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+fulfillment", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "validateAndReturnShippingMethodsDataStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateAndReturnShippingMethodsDataStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "validateCartShippingOptionsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateCartShippingOptionsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -3926,6 +3951,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteShippingOptionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteShippingProfilesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteShippingProfilesStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "parseProductCsvStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/parseProductCsvStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3966,6 +4007,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/upsertShippingOptionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "validateAndReturnShippingMethodsDataStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateAndReturnShippingMethodsDataStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "validateCartShippingOptionsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateCartShippingOptionsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3981,22 +4038,6 @@ export const generatedSidebar = [ "title": "validateShippingOptionPricesStep", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateShippingOptionPricesStep", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "parseProductCsvStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/parseProductCsvStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteShippingProfilesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteShippingProfilesStep", - "children": [] } ] } @@ -4018,15 +4059,8 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+storefront+fulfillment", "description": "The following methods or properties are used to send requests to Store API Routes related to the Fulfillment Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Implement Express Checkout with Medusa", - "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -4045,6 +4079,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+fulfillment", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Fulfillment Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -4965,6 +5000,7 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+inventory,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Inventory Module's features into your storefront.", "children": [ { @@ -4985,22 +5021,23 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+inventory", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Inventory features in the Medusa Admin dashboard.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Inventory Items", - "path": "https://docs.medusajs.com/user-guide/inventory/inventory", + "title": "Inventory Overview", + "path": "https://docs.medusajs.com/user-guide/inventory", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Inventory Overview", - "path": "https://docs.medusajs.com/user-guide/inventory", + "title": "Manage Inventory Items", + "path": "https://docs.medusajs.com/user-guide/inventory/inventory", "children": [] }, { @@ -5036,7 +5073,16 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+inventory", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "addOrderLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5045,38 +5091,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addToCartWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "completeCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/completeCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "confirmVariantInventoryWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmVariantInventoryWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateLineItemInCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -5085,6 +5099,22 @@ export const generatedSidebar = [ "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, + "type": "ref", + "title": "batchProductVariantsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductVariantsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5093,54 +5123,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/bulkCreateDeleteLevelsWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createInventoryItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createInventoryItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createInventoryLevelsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createInventoryLevelsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteInventoryItemWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteInventoryItemWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateInventoryItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateInventoryItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateInventoryLevelsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateInventoryLevelsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "addOrderLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -5173,6 +5155,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/cancelOrderWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "completeCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/completeCartWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5205,6 +5195,38 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnReceiveWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "confirmVariantInventoryWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmVariantInventoryWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createInventoryItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createInventoryItemsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createInventoryLevelsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createInventoryLevelsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5221,6 +5243,70 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductVariantsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductVariantsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createReservationsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createReservationsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteInventoryItemWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteInventoryItemWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteProductVariantsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductVariantsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteReservationsByLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteReservationsByLineItemsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteReservationsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteReservationsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5249,72 +5335,24 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "batchProductVariantsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductVariantsWorkflow", + "title": "updateInventoryItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateInventoryItemsWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "batchProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductsWorkflow", + "title": "updateInventoryLevelsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateInventoryLevelsWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "createProductVariantsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductVariantsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteProductVariantsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductVariantsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createReservationsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createReservationsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteReservationsByLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteReservationsByLineItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteReservationsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteReservationsWorkflow", + "title": "updateLineItemInCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", "children": [] }, { @@ -5334,23 +5372,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+inventory", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "confirmInventoryStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/confirmInventoryStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "reserveInventoryStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/reserveInventoryStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -5359,6 +5382,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/adjustInventoryLevelsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "confirmInventoryStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/confirmInventoryStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5375,30 +5406,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createInventoryLevelsStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteInventoryItemStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteInventoryItemStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateInventoryItemsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateInventoryItemsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateInventoryLevelsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateInventoryLevelsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -5407,6 +5414,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createReservationsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteInventoryItemStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteInventoryItemStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5423,6 +5438,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteReservationsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "reserveInventoryStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/reserveInventoryStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateInventoryItemsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateInventoryItemsStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateInventoryLevelsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateInventoryLevelsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -5451,6 +5490,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+inventory", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Inventory Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -5989,6 +6029,7 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+order,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Order Module's features into your storefront.", "children": [ { @@ -5998,6 +6039,14 @@ export const generatedSidebar = [ "title": "Checkout Step 5: Complete Cart", "path": "https://docs.medusajs.com/resources/storefront-development/checkout/complete-cart", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Implement Express Checkout with Medusa", + "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", + "children": [] } ] }, @@ -6009,8 +6058,17 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+order", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Order features in the Medusa Admin dashboard.", "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Edit Order Items", + "path": "https://docs.medusajs.com/user-guide/orders/edit", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6023,8 +6081,8 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "Edit Order Items", - "path": "https://docs.medusajs.com/user-guide/orders/edit", + "title": "Manage Order Details", + "path": "https://docs.medusajs.com/user-guide/orders/manage", "children": [] }, { @@ -6043,22 +6101,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/user-guide/orders/fulfillments", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Manage Order Details", - "path": "https://docs.medusajs.com/user-guide/orders/manage", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Orders Overview", - "path": "https://docs.medusajs.com/user-guide/orders", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -6082,6 +6124,14 @@ export const generatedSidebar = [ "title": "Manage Return Reasons", "path": "https://docs.medusajs.com/user-guide/settings/return-reasons", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Orders Overview", + "path": "https://docs.medusajs.com/user-guide/orders", + "children": [] } ] }, @@ -6108,15 +6158,8 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+order", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "completeCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/completeCartWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -6277,6 +6320,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/cancelReturnWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "capturePaymentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/capturePaymentWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "completeCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/completeCartWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6389,6 +6448,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createReturnReasonsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createReturnReasonsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6429,6 +6496,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteOrderChangeWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteReturnReasonsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteReturnReasonsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6501,6 +6576,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderExchangeRequestItemReturnWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "processPaymentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/processPaymentWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6509,6 +6592,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/receiveItemReturnRequestWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refundPaymentsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refundPaymentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6725,6 +6824,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateRequestItemReturnWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateReturnReasonsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateReturnReasonsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6740,62 +6847,6 @@ export const generatedSidebar = [ "title": "updateReturnWorkflow", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateReturnWorkflow", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "capturePaymentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/capturePaymentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "processPaymentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/processPaymentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refundPaymentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refundPaymentsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createReturnReasonsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createReturnReasonsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteReturnReasonsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteReturnReasonsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateReturnReasonsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateReturnReasonsWorkflow", - "children": [] } ] }, @@ -6806,6 +6857,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+order", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -6943,6 +6995,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createOrdersStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createReturnReasonsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createReturnReasonsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -6999,6 +7059,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteOrderShippingMethods", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteReturnReasonStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteReturnReasonStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -7079,22 +7147,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateOrdersStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createReturnReasonsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createReturnReasonsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteReturnReasonStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteReturnReasonStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -7123,15 +7175,8 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+storefront+order", "description": "The following methods or properties are used to send requests to Store API Routes related to the Order Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Implement Express Checkout with Medusa", - "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -7150,6 +7195,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+order", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Order Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -8810,6 +8856,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+payment", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Payment Module in your customizations on the Medusa application server.", "children": [ { @@ -8838,14 +8885,15 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+payment,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Payment Module's features into your storefront.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Customize the Stripe Integration in the Next.js Starter", - "path": "https://docs.medusajs.com/resources/nextjs-starter/guides/customize-stripe", + "title": "Checkout Step 4: Choose Payment Provider", + "path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment", "children": [] }, { @@ -8860,8 +8908,16 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "Checkout Step 4: Choose Payment Provider", - "path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment", + "title": "Customize the Stripe Integration in the Next.js Starter", + "path": "https://docs.medusajs.com/resources/nextjs-starter/guides/customize-stripe", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Implement Express Checkout with Medusa", + "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", "children": [] }, { @@ -8882,6 +8938,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+payment", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Payment features in the Medusa Admin dashboard.", "children": [ { @@ -8934,6 +8991,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+payment", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -8951,78 +9009,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addToCartWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "completeCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/completeCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createPaymentCollectionForCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createPaymentCollectionForCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshCartItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshPaymentCollectionForCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshPaymentCollectionForCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "transferCartCustomerWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateLineItemInCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -9031,6 +9017,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/cancelOrderWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "capturePaymentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/capturePaymentWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "completeCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/completeCartWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -9067,8 +9069,8 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "createOrUpdateOrderPaymentCollectionWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrUpdateOrderPaymentCollectionWorkflow", + "title": "createCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", "children": [] }, { @@ -9083,48 +9085,16 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "markPaymentCollectionAsPaid", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/markPaymentCollectionAsPaid", + "title": "createOrUpdateOrderPaymentCollectionWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrUpdateOrderPaymentCollectionWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "requestOrderEditRequestWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/requestOrderEditRequestWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "capturePaymentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/capturePaymentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "processPaymentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/processPaymentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refundPaymentWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refundPaymentsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentsWorkflow", + "title": "createPaymentCollectionForCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createPaymentCollectionForCartWorkflow", "children": [] }, { @@ -9143,6 +9113,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createRefundReasonsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createRegionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createRegionsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -9163,16 +9149,88 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "updateRefundReasonsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateRefundReasonsWorkflow", + "title": "markPaymentCollectionAsPaid", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/markPaymentCollectionAsPaid", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "createRegionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createRegionsWorkflow", + "title": "processPaymentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/processPaymentWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshCartItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshPaymentCollectionForCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshPaymentCollectionForCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refundPaymentsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refundPaymentWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refundPaymentWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "requestOrderEditRequestWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/requestOrderEditRequestWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "transferCartCustomerWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateLineItemInCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateRefundReasonsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateRefundReasonsWorkflow", "children": [] }, { @@ -9192,15 +9250,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+payment", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createPaymentCollectionsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createPaymentCollectionsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -9225,22 +9276,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/capturePaymentStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refundPaymentStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/refundPaymentStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refundPaymentsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/refundPaymentsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -9249,6 +9284,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createPaymentAccountHolderStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createPaymentCollectionsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createPaymentCollectionsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -9281,6 +9324,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteRefundReasonsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refundPaymentsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/refundPaymentsStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refundPaymentStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/refundPaymentStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "setRegionsPaymentProvidersStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/setRegionsPaymentProvidersStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -9296,14 +9363,6 @@ export const generatedSidebar = [ "title": "updateRefundReasonsStep", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateRefundReasonsStep", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "setRegionsPaymentProvidersStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/setRegionsPaymentProvidersStep", - "children": [] } ] } @@ -9325,15 +9384,8 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+storefront+payment", "description": "The following methods or properties are used to send requests to Store API Routes related to the Payment Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Implement Express Checkout with Medusa", - "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -9352,6 +9404,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+payment", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Payment Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -9932,22 +9985,23 @@ export const generatedSidebar = [ "autogenerate_tags": "server+pricing", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Pricing Module in your customizations on the Medusa application server.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Get Variant Prices", - "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price", + "title": "Get Variant Price with Taxes", + "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Get Variant Price with Taxes", - "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes", + "title": "Get Variant Prices", + "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price", "children": [] }, { @@ -9968,8 +10022,17 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+pricing,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Pricing Module's features into your storefront.", "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Example: Show Price with Taxes", + "path": "https://docs.medusajs.com/resources/storefront-development/products/price/examples/tax-price", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -9986,14 +10049,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/storefront-development/products/price/examples/show-price", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Example: Show Price with Taxes", - "path": "https://docs.medusajs.com/resources/storefront-development/products/price/examples/tax-price", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -10012,6 +10067,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+pricing", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Pricing features in the Medusa Admin dashboard.", "children": [ { @@ -10063,23 +10119,8 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+pricing", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createShippingOptionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createShippingOptionsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateShippingOptionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateShippingOptionsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -10088,6 +10129,22 @@ export const generatedSidebar = [ "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, + "type": "ref", + "title": "batchProductVariantsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductVariantsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -10104,6 +10161,54 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createPriceListsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createPricePreferencesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createPricePreferencesWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductVariantsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductVariantsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createRegionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createRegionsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createShippingOptionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createShippingOptionsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createStoresWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createStoresWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -10112,6 +10217,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deletePriceListsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deletePricePreferencesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deletePricePreferencesWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -10136,22 +10249,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updatePriceListsWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createPricePreferencesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createPricePreferencesWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deletePricePreferencesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deletePricePreferencesWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -10160,46 +10257,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updatePricePreferencesWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "batchProductVariantsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductVariantsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "batchProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createProductVariantsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductVariantsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateProductVariantsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductVariantsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -10212,16 +10269,8 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "upsertVariantPricesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/upsertVariantPricesWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createRegionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createRegionsWorkflow", + "title": "updateProductVariantsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductVariantsWorkflow", "children": [] }, { @@ -10236,8 +10285,8 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "createStoresWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createStoresWorkflow", + "title": "updateShippingOptionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateShippingOptionsWorkflow", "children": [] }, { @@ -10247,6 +10296,14 @@ export const generatedSidebar = [ "title": "updateStoresWorkflow", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateStoresWorkflow", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "upsertVariantPricesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/upsertVariantPricesWorkflow", + "children": [] } ] }, @@ -10257,23 +10314,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+pricing", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createShippingOptionsPriceSetsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createShippingOptionsPriceSetsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "setShippingOptionsPricesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/setShippingOptionsPricesStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -10290,46 +10332,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createPriceListsStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deletePriceListsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deletePriceListsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "removePriceListPricesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/removePriceListPricesStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updatePriceListPricesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updatePriceListPricesStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updatePriceListsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updatePriceListsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "validatePriceListsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validatePriceListsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -10346,6 +10348,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createPriceSetsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createShippingOptionsPriceSetsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createShippingOptionsPriceSetsStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deletePriceListsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deletePriceListsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -10354,6 +10372,38 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deletePricePreferencesStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "removePriceListPricesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/removePriceListPricesStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "setShippingOptionsPricesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/setShippingOptionsPricesStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updatePriceListPricesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updatePriceListPricesStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updatePriceListsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updatePriceListsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -10377,6 +10427,14 @@ export const generatedSidebar = [ "title": "updatePriceSetsStep", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updatePriceSetsStep", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "validatePriceListsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validatePriceListsStep", + "children": [] } ] } @@ -10398,6 +10456,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+pricing", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Pricing Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -10991,6 +11050,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+product", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Product Module in your customizations on the Medusa application server.", "children": [ { @@ -11001,14 +11061,6 @@ export const generatedSidebar = [ "title": "Extend Module", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "link", - "path": "/commerce-modules/product/guides/price", - "title": "Get Variant Prices", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -11021,16 +11073,24 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", + "title": "Get Variant Price with Taxes", + "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "link", + "path": "/commerce-modules/product/guides/price", "title": "Get Variant Prices", - "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Get Variant Price with Taxes", - "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes", + "title": "Get Variant Prices", + "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price", "children": [] } ] @@ -11043,78 +11103,15 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+product,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Product Module's features into your storefront.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "List Product Categories in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/list", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Retrieve Nested Categories in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/nested-categories", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Retrieve a Category's Products in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/products", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Retrieve a Category in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/retrieve", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "List Product Collections in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/collections/list", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Retrieve a Collection's Products in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/collections/products", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Retrieve a Collection in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/collections/retrieve", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Retrieve Product Variant's Inventory in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/inventory", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "List Products in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/list", + "title": "Example: Show Price with Taxes", + "path": "https://docs.medusajs.com/resources/storefront-development/products/price/examples/tax-price", "children": [] }, { @@ -11137,16 +11134,64 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "Example: Show Price with Taxes", - "path": "https://docs.medusajs.com/resources/storefront-development/products/price/examples/tax-price", + "title": "Implement Express Checkout with Medusa", + "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Retrieve Product Variant's Prices in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/products/price", + "title": "List Product Categories in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/list", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "List Product Collections in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/collections/list", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "List Products in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/list", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Retrieve a Category in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/retrieve", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Retrieve a Category's Products in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/products", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Retrieve a Collection in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/collections/retrieve", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Retrieve a Collection's Products in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/collections/products", "children": [] }, { @@ -11157,6 +11202,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/storefront-development/products/retrieve", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Retrieve Nested Categories in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/categories/nested-categories", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Retrieve Product Variant's Inventory in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/inventory", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Retrieve Product Variant's Prices in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/products/price", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11175,24 +11244,9 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+product", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Product features in the Medusa Admin dashboard.", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Manage Product Categories", - "path": "https://docs.medusajs.com/user-guide/products/categories", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Manage Product Collections", - "path": "https://docs.medusajs.com/user-guide/products/collections", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -11245,16 +11299,16 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "Products Overview", - "path": "https://docs.medusajs.com/user-guide/products", + "title": "Manage Product Categories", + "path": "https://docs.medusajs.com/user-guide/products/categories", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Product Variants", - "path": "https://docs.medusajs.com/user-guide/products/variants", + "title": "Manage Product Collections", + "path": "https://docs.medusajs.com/user-guide/products/collections", "children": [] }, { @@ -11272,6 +11326,22 @@ export const generatedSidebar = [ "title": "Manage Product Types", "path": "https://docs.medusajs.com/user-guide/settings/product-types", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Manage Product Variants", + "path": "https://docs.medusajs.com/user-guide/products/variants", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Products Overview", + "path": "https://docs.medusajs.com/user-guide/products", + "children": [] } ] }, @@ -11298,6 +11368,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+product", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -11319,16 +11390,16 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "batchProductVariantsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductVariantsWorkflow", + "title": "batchProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductsWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "batchProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductsWorkflow", + "title": "batchProductVariantsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/batchProductVariantsWorkflow", "children": [] }, { @@ -11339,6 +11410,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCollectionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductCategoriesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductCategoriesWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11347,6 +11426,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductOptionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11371,14 +11458,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductVariantsWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -11387,6 +11466,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteCollectionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteProductCategoriesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductCategoriesWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11395,6 +11482,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductOptionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11419,14 +11514,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductVariantsWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -11443,6 +11530,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCollectionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateProductCategoriesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductCategoriesWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11451,6 +11546,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductOptionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11474,38 +11577,6 @@ export const generatedSidebar = [ "title": "updateProductVariantsWorkflow", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductVariantsWorkflow", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createProductCategoriesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createProductCategoriesWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteProductCategoriesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteProductCategoriesWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateProductCategoriesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateProductCategoriesWorkflow", - "children": [] } ] }, @@ -11516,6 +11587,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+product", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -11541,6 +11613,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createCollectionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductCategoriesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createProductCategoriesStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11549,6 +11629,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createProductOptionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createProductsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createProductsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11573,14 +11661,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createProductVariantsStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createProductsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createProductsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -11589,6 +11669,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteCollectionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteProductCategoriesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteProductCategoriesStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11597,6 +11685,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteProductOptionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteProductsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteProductsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11621,14 +11717,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteProductVariantsStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteProductsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteProductsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -11661,6 +11749,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateCollectionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateProductCategoriesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateProductCategoriesStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11669,6 +11765,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateProductOptionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateProductsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateProductsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -11692,38 +11796,6 @@ export const generatedSidebar = [ "title": "updateProductVariantsStep", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateProductVariantsStep", "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateProductsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateProductsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createProductCategoriesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createProductCategoriesStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteProductCategoriesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteProductCategoriesStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateProductCategoriesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateProductCategoriesStep", - "children": [] } ] } @@ -11745,15 +11817,8 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+storefront+product", "description": "The following methods or properties are used to send requests to Store API Routes related to the Product Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Implement Express Checkout with Medusa", - "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -11788,6 +11853,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+product", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Product Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -12688,6 +12754,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+promotion", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Promotion Module in your customizations on the Medusa application server.", "children": [ { @@ -12708,22 +12775,23 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+promotion", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Promotion features in the Medusa Admin dashboard.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Campaigns", - "path": "https://docs.medusajs.com/user-guide/promotions/campaigns", + "title": "Create a Promotion", + "path": "https://docs.medusajs.com/user-guide/promotions/create", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Create a Promotion", - "path": "https://docs.medusajs.com/user-guide/promotions/create", + "title": "Manage Campaigns", + "path": "https://docs.medusajs.com/user-guide/promotions/campaigns", "children": [] }, { @@ -12767,7 +12835,16 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+promotion", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "addOrRemoveCampaignPromotionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrRemoveCampaignPromotionsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -12784,70 +12861,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addToCartWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshCartItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "transferCartCustomerWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCartPromotionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartPromotionsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateLineItemInCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "addOrRemoveCampaignPromotionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrRemoveCampaignPromotionsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -12864,6 +12877,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCampaignsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -12888,6 +12909,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteCampaignsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -12904,6 +12933,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deletePromotionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshCartItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "transferCartCustomerWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -12912,6 +12957,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCampaignsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCartPromotionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartPromotionsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateLineItemInCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -12945,39 +13014,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+promotion", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "getActionsToComputeFromPromotionsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/getActionsToComputeFromPromotionsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "getPromotionCodesToApply", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/getPromotionCodesToApply", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "prepareAdjustmentsFromPromotionActionsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/prepareAdjustmentsFromPromotionActionsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCartPromotionsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateCartPromotionsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -13026,6 +13064,30 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deletePromotionsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "getActionsToComputeFromPromotionsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/getActionsToComputeFromPromotionsStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "getPromotionCodesToApply", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/getPromotionCodesToApply", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "prepareAdjustmentsFromPromotionActionsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/prepareAdjustmentsFromPromotionActionsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -13050,6 +13112,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateCampaignsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCartPromotionsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateCartPromotionsStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -13086,6 +13156,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+promotion", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Promotion Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -13519,14 +13590,15 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+region,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Region Module's features into your storefront.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Region Context in Storefront", - "path": "https://docs.medusajs.com/resources/storefront-development/regions/context", + "title": "Implement Express Checkout with Medusa", + "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", "children": [] }, { @@ -13537,6 +13609,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/storefront-development/regions/list", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "Region Context in Storefront", + "path": "https://docs.medusajs.com/resources/storefront-development/regions/context", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -13555,6 +13635,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+region", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Region features in the Medusa Admin dashboard.", "children": [ { @@ -13590,7 +13671,16 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+region", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "addOrderLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -13599,6 +13689,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createOrderWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "createRegionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createRegionsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -13611,24 +13717,24 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "updateShippingOptionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateShippingOptionsWorkflow", + "title": "deleteRegionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteRegionsWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "addOrderLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", + "title": "exportProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/exportProductsWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "createOrderWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", + "title": "importProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/importProductsWorkflow", "children": [] }, { @@ -13655,38 +13761,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderExchangeAddNewItemWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "exportProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/exportProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "importProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/importProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createRegionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createRegionsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteRegionsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteRegionsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -13694,6 +13768,14 @@ export const generatedSidebar = [ "title": "updateRegionsWorkflow", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateRegionsWorkflow", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateShippingOptionsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateShippingOptionsWorkflow", + "children": [] } ] }, @@ -13704,21 +13786,30 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+region", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "findOneOrAnyRegionStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findOneOrAnyRegionStep", + "title": "createRegionsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createRegionsStep", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "validateShippingOptionPricesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateShippingOptionPricesStep", + "title": "deleteRegionsStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteRegionsStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "findOneOrAnyRegionStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findOneOrAnyRegionStep", "children": [] }, { @@ -13737,22 +13828,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/parseProductCsvStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createRegionsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createRegionsStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteRegionsStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteRegionsStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -13760,6 +13835,14 @@ export const generatedSidebar = [ "title": "updateRegionsStep", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateRegionsStep", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "validateShippingOptionPricesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateShippingOptionPricesStep", + "children": [] } ] } @@ -13781,15 +13864,8 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+storefront+region", "description": "The following methods or properties are used to send requests to Store API Routes related to the Region Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "Implement Express Checkout with Medusa", - "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -13808,6 +13884,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+region", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Region Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -14068,6 +14145,7 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+salesChannel,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Sales Channel Module's features into your storefront.", "children": [ { @@ -14088,6 +14166,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+salesChannel", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Sales Channel features in the Medusa Admin dashboard.", "children": [ { @@ -14123,13 +14202,14 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+salesChannel", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "linkSalesChannelsToApiKeyWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/linkSalesChannelsToApiKeyWorkflow", + "title": "addOrderLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", "children": [] }, { @@ -14140,14 +14220,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -14160,16 +14232,40 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "addOrderLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", + "title": "createOrderWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "createOrderWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", + "title": "createSalesChannelsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createSalesChannelsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteSalesChannelsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteSalesChannelsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "importProductsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/importProductsWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "linkSalesChannelsToApiKeyWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/linkSalesChannelsToApiKeyWorkflow", "children": [] }, { @@ -14200,24 +14296,8 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "importProductsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/importProductsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "createSalesChannelsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createSalesChannelsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteSalesChannelsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteSalesChannelsWorkflow", + "title": "updateCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", "children": [] }, { @@ -14237,31 +14317,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+salesChannel", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "validateSalesChannelsExistStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateSalesChannelsExistStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "findSalesChannelStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findSalesChannelStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "parseProductCsvStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/parseProductCsvStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -14286,6 +14343,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteSalesChannelsStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "findSalesChannelStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findSalesChannelStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "parseProductCsvStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/parseProductCsvStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -14293,6 +14366,14 @@ export const generatedSidebar = [ "title": "updateSalesChannelsStep", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateSalesChannelsStep", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "validateSalesChannelsExistStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateSalesChannelsExistStep", + "children": [] } ] } @@ -14314,6 +14395,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+salesChannel", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Sales Channel Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -14546,22 +14628,23 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+stockLocation", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Stock Location features in the Medusa Admin dashboard.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Locations", - "path": "https://docs.medusajs.com/user-guide/settings/locations-and-shipping/locations", + "title": "Locations & Shipping Overview", + "path": "https://docs.medusajs.com/user-guide/settings/locations-and-shipping", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Locations & Shipping Overview", - "path": "https://docs.medusajs.com/user-guide/settings/locations-and-shipping", + "title": "Manage Locations", + "path": "https://docs.medusajs.com/user-guide/settings/locations-and-shipping/locations", "children": [] } ] @@ -14589,6 +14672,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+stockLocation", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -14623,6 +14707,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+stockLocation", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -14668,6 +14753,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+stockLocation", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Stock Location Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -14902,6 +14988,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+store", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Store features in the Medusa Admin dashboard.", "children": [ { @@ -14937,21 +15024,22 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+store", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "createCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", + "title": "addOrderLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "updateCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", + "title": "createCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", "children": [] }, { @@ -14966,16 +15054,24 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "addOrderLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/addOrderLineItemsWorkflow", + "title": "createOrderWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "createOrderWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createOrderWorkflow", + "title": "createStoresWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createStoresWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteStoresWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteStoresWorkflow", "children": [] }, { @@ -15006,16 +15102,8 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "createStoresWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createStoresWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteStoresWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteStoresWorkflow", + "title": "updateCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", "children": [] }, { @@ -15035,23 +15123,8 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+store", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "findOneOrAnyRegionStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findOneOrAnyRegionStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "findSalesChannelStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findSalesChannelStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -15076,6 +15149,22 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteStoresStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "findOneOrAnyRegionStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findOneOrAnyRegionStep", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "findSalesChannelStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/findSalesChannelStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -15104,6 +15193,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+store", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Store Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -15335,16 +15425,9 @@ export const generatedSidebar = [ "autogenerate_tags": "server+tax", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the Tax Module in your customizations on the Medusa application server.", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "link", - "path": "/references/tax/provider", - "title": "Tax Provider Reference", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -15352,6 +15435,14 @@ export const generatedSidebar = [ "title": "Get Variant Price with Taxes", "path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "link", + "path": "/references/tax/provider", + "title": "Tax Provider Reference", + "children": [] } ] }, @@ -15363,6 +15454,7 @@ export const generatedSidebar = [ "autogenerate_tags": "storefront+tax,-jsSdk", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to integrate the Tax Module's features into your storefront.", "children": [ { @@ -15383,6 +15475,7 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+tax", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage Tax features in the Medusa Admin dashboard.", "children": [ { @@ -15418,6 +15511,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+tax", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -15443,54 +15537,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshCartItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "transferCartCustomerWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateLineItemInCartWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateTaxLinesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateTaxLinesWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteLineItemsWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -15531,38 +15577,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createReturnShippingMethodWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "orderClaimAddNewItemWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderClaimAddNewItemWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "orderEditAddNewItemWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderEditAddNewItemWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "orderExchangeAddNewItemWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderExchangeAddNewItemWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "updateOrderTaxLinesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateOrderTaxLinesWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -15587,6 +15601,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createTaxRegionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteLineItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteLineItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -15611,6 +15633,38 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteTaxRegionsWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "orderClaimAddNewItemWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderClaimAddNewItemWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "orderEditAddNewItemWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderEditAddNewItemWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "orderExchangeAddNewItemWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/orderExchangeAddNewItemWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshCartItemsWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshCartItemsWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -15619,6 +15673,46 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/setTaxRateRulesWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "transferCartCustomerWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/transferCartCustomerWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateLineItemInCartWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateOrderTaxLinesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateOrderTaxLinesWorkflow", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "updateTaxLinesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateTaxLinesWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -15644,6 +15738,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+tax", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -15745,6 +15840,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+tax", "description": "The following methods or properties are used to send requests to Admin API Routes related to the Tax Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -16077,6 +16173,7 @@ export const generatedSidebar = [ "autogenerate_tags": "server+user", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to use the User Module in your customizations on the Medusa application server.", "children": [ { @@ -16097,14 +16194,15 @@ export const generatedSidebar = [ "autogenerate_tags": "userGuide+user", "initialOpen": false, "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "description": "Learn how to utilize and manage User features in the Medusa Admin dashboard.", "children": [ { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Reset Password", - "path": "https://docs.medusajs.com/user-guide/reset-password", + "title": "Manage Invites", + "path": "https://docs.medusajs.com/user-guide/settings/users/invites", "children": [] }, { @@ -16119,16 +16217,16 @@ export const generatedSidebar = [ "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Invites", - "path": "https://docs.medusajs.com/user-guide/settings/users/invites", + "title": "Manage Users", + "path": "https://docs.medusajs.com/user-guide/settings/users", "children": [] }, { "loaded": true, "isPathHref": true, "type": "ref", - "title": "Manage Users", - "path": "https://docs.medusajs.com/user-guide/settings/users", + "title": "Reset Password", + "path": "https://docs.medusajs.com/user-guide/reset-password", "children": [] } ] @@ -16156,6 +16254,7 @@ export const generatedSidebar = [ "title": "Workflows", "autogenerate_tags": "workflow+user", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -16173,22 +16272,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createInvitesWorkflow", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteInvitesWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteInvitesWorkflow", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshInviteTokensWorkflow", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshInviteTokensWorkflow", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -16205,6 +16288,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/createUsersWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteInvitesWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteInvitesWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -16213,6 +16304,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteUsersWorkflow", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshInviteTokensWorkflow", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/refreshInviteTokensWorkflow", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -16238,6 +16337,7 @@ export const generatedSidebar = [ "title": "Steps", "autogenerate_tags": "step+user", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -16247,30 +16347,6 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createInviteStep", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "deleteInvitesStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteInvitesStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "refreshInviteTokensStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/refreshInviteTokensStep", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "type": "ref", - "title": "validateTokenStep", - "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateTokenStep", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -16279,6 +16355,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createUsersStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "deleteInvitesStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteInvitesStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -16287,6 +16371,14 @@ export const generatedSidebar = [ "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/deleteUsersStep", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "refreshInviteTokensStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/refreshInviteTokensStep", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -16294,6 +16386,14 @@ export const generatedSidebar = [ "title": "updateUsersStep", "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateUsersStep", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "ref", + "title": "validateTokenStep", + "path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateTokenStep", + "children": [] } ] } @@ -16315,6 +16415,7 @@ export const generatedSidebar = [ "autogenerate_tags": "jsSdk+admin+user", "description": "The following methods or properties are used to send requests to Admin API Routes related to the User Module.", "autogenerate_as_ref": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -16586,6 +16687,7 @@ export const generatedSidebar = [ "path": "/architectural-modules", "title": "Architectural Modules", "isChildSidebar": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, @@ -16767,14 +16869,6 @@ export const generatedSidebar = [ "type": "sub-category", "title": "Guides", "children": [ - { - "loaded": true, - "isPathHref": true, - "type": "link", - "path": "/architectural-modules/notification/send-notification", - "title": "Send Notification", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -16790,6 +16884,14 @@ export const generatedSidebar = [ "path": "/integrations/guides/resend", "title": "Integrate Resend", "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "type": "link", + "path": "/architectural-modules/notification/send-notification", + "title": "Send Notification", + "children": [] } ] } @@ -16836,6 +16938,7 @@ export const generatedSidebar = [ "path": "/integrations", "title": "Integrations", "isChildSidebar": true, + "sort_sidebar": "alphabetize", "children": [ { "loaded": true, diff --git a/www/apps/resources/sidebar.mjs b/www/apps/resources/sidebar.mjs index 31a0a2d264..b2fa5e095d 100644 --- a/www/apps/resources/sidebar.mjs +++ b/www/apps/resources/sidebar.mjs @@ -50,6 +50,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([ path: "/commerce-modules", title: "Commerce Modules", hideChildren: true, + sort_sidebar: "alphabetize", children: [ ...apiKeySidebar, ...authSidebar, @@ -76,6 +77,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([ path: "/architectural-modules", title: "Architectural Modules", isChildSidebar: true, + sort_sidebar: "alphabetize", children: architecturalModulesSidebar, }, { @@ -83,6 +85,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([ path: "/integrations", title: "Integrations", isChildSidebar: true, + sort_sidebar: "alphabetize", children: integrationsSidebar, }, { diff --git a/www/apps/resources/sidebars/api-key.mjs b/www/apps/resources/sidebars/api-key.mjs index 3bd8665aa9..abc8be0386 100644 --- a/www/apps/resources/sidebars/api-key.mjs +++ b/www/apps/resources/sidebars/api-key.mjs @@ -36,6 +36,7 @@ export const apiKeySidebar = [ autogenerate_tags: "server+auth", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the API Key Module in your customizations on the Medusa application server.", }, @@ -45,6 +46,7 @@ export const apiKeySidebar = [ initialOpen: false, autogenerate_tags: "storefront+apiKey,-jsSdk", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the API Key Module's features into your storefront.", }, @@ -54,6 +56,7 @@ export const apiKeySidebar = [ initialOpen: false, autogenerate_tags: "admin+apiKey,-jsSdk", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the API Key Module.", }, @@ -63,6 +66,7 @@ export const apiKeySidebar = [ initialOpen: false, autogenerate_tags: "userGuide+apiKey", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage API Key features in the Medusa Admin dashboard.", }, @@ -84,12 +88,14 @@ export const apiKeySidebar = [ title: "Workflows", autogenerate_tags: "workflow+apiKey", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+apiKey", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -106,6 +112,7 @@ export const apiKeySidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the API Key Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -114,6 +121,7 @@ export const apiKeySidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the API Key Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/architectural-modules.mjs b/www/apps/resources/sidebars/architectural-modules.mjs index 54d59e89cd..b1c5b8d24f 100644 --- a/www/apps/resources/sidebars/architectural-modules.mjs +++ b/www/apps/resources/sidebars/architectural-modules.mjs @@ -119,11 +119,6 @@ export const architecturalModulesSidebar = [ type: "sub-category", title: "Guides", children: [ - { - type: "link", - path: "/architectural-modules/notification/send-notification", - title: "Send Notification", - }, { type: "link", path: "/references/notification-provider-module", @@ -134,6 +129,11 @@ export const architecturalModulesSidebar = [ path: "/integrations/guides/resend", title: "Integrate Resend", }, + { + type: "link", + path: "/architectural-modules/notification/send-notification", + title: "Send Notification", + }, ], }, ], diff --git a/www/apps/resources/sidebars/auth.mjs b/www/apps/resources/sidebars/auth.mjs index 464f6959be..8678af588e 100644 --- a/www/apps/resources/sidebars/auth.mjs +++ b/www/apps/resources/sidebars/auth.mjs @@ -51,6 +51,7 @@ export const authSidebar = [ autogenerate_tags: "server+auth", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Auth Module in your customizations on the Medusa application server.", children: [ @@ -77,6 +78,7 @@ export const authSidebar = [ autogenerate_tags: "storefront+auth,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Auth Module's features into your storefront.", }, @@ -86,6 +88,7 @@ export const authSidebar = [ autogenerate_tags: "admin+auth,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Auth Module.", }, @@ -95,6 +98,7 @@ export const authSidebar = [ autogenerate_tags: "userGuide+auth", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Auth features in the Medusa Admin dashboard.", }, @@ -138,12 +142,14 @@ export const authSidebar = [ title: "Workflows", autogenerate_tags: "workflow+auth", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+auth", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -154,6 +160,7 @@ export const authSidebar = [ hideChildren: true, autogenerate_tags: "jsSdk+auth", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "link", diff --git a/www/apps/resources/sidebars/cart.mjs b/www/apps/resources/sidebars/cart.mjs index 4dff5a3a01..6be8242be6 100644 --- a/www/apps/resources/sidebars/cart.mjs +++ b/www/apps/resources/sidebars/cart.mjs @@ -46,6 +46,7 @@ export const cartSidebar = [ autogenerate_tags: "server+cart", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Cart Module in your customizations on the Medusa application server.", children: [ @@ -62,6 +63,7 @@ export const cartSidebar = [ autogenerate_tags: "storefront+cart,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Cart Module's features into your storefront.", }, @@ -71,6 +73,7 @@ export const cartSidebar = [ autogenerate_tags: "admin+cart,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Cart Module.", }, @@ -80,6 +83,7 @@ export const cartSidebar = [ autogenerate_tags: "userGuide+cart", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Cart features in the Medusa Admin dashboard.", }, @@ -101,12 +105,14 @@ export const cartSidebar = [ title: "Workflows", autogenerate_tags: "workflow+cart", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+cart", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -123,6 +129,7 @@ export const cartSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Cart Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -131,6 +138,7 @@ export const cartSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Cart Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/currency.mjs b/www/apps/resources/sidebars/currency.mjs index d8e7eed1a6..9a1bf6a39f 100644 --- a/www/apps/resources/sidebars/currency.mjs +++ b/www/apps/resources/sidebars/currency.mjs @@ -31,6 +31,7 @@ export const currencySidebar = [ autogenerate_tags: "server+currency", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Currency Module in your customizations on the Medusa application server.", }, @@ -40,6 +41,7 @@ export const currencySidebar = [ autogenerate_tags: "storefront+currency,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Currency Module's features into your storefront.", }, @@ -49,6 +51,7 @@ export const currencySidebar = [ autogenerate_tags: "admin+currency,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Currency Module.", }, @@ -58,6 +61,7 @@ export const currencySidebar = [ autogenerate_tags: "userGuide+currency", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Currency features in the Medusa Admin dashboard.", }, @@ -81,6 +85,7 @@ export const currencySidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Currency Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -89,6 +94,7 @@ export const currencySidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Currency Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/customer.mjs b/www/apps/resources/sidebars/customer.mjs index d416090daf..184a9716c5 100644 --- a/www/apps/resources/sidebars/customer.mjs +++ b/www/apps/resources/sidebars/customer.mjs @@ -36,6 +36,7 @@ export const customerSidebar = [ autogenerate_tags: "server+customer", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Customer Module in your customizations on the Medusa application server.", children: [ @@ -52,6 +53,7 @@ export const customerSidebar = [ autogenerate_tags: "storefront+customer,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Customer Module's features into your storefront.", }, @@ -61,6 +63,7 @@ export const customerSidebar = [ autogenerate_tags: "admin+customer,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Customer Module.", }, @@ -70,6 +73,7 @@ export const customerSidebar = [ autogenerate_tags: "userGuide+customer", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Customer features in the Medusa Admin dashboard.", }, @@ -91,12 +95,14 @@ export const customerSidebar = [ title: "Workflows", autogenerate_tags: "workflow+customer", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+customer", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -113,6 +119,7 @@ export const customerSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Customer Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -121,6 +128,7 @@ export const customerSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Customer Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/examples.mjs b/www/apps/resources/sidebars/examples.mjs index 0cdfe0b36e..70ffcdb314 100644 --- a/www/apps/resources/sidebars/examples.mjs +++ b/www/apps/resources/sidebars/examples.mjs @@ -31,6 +31,7 @@ export const examplesSidebar = [ title: "Server Examples", autogenerate_tags: "example+server", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", children: [ { type: "link", @@ -44,6 +45,7 @@ export const examplesSidebar = [ title: "Admin Examples", autogenerate_tags: "example+admin", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", children: [], }, { @@ -51,6 +53,7 @@ export const examplesSidebar = [ title: "Storefront Examples", autogenerate_tags: "example+storefront", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", children: [], }, ], diff --git a/www/apps/resources/sidebars/fulfillment.mjs b/www/apps/resources/sidebars/fulfillment.mjs index a42e8b2d6e..dc6df38f4d 100644 --- a/www/apps/resources/sidebars/fulfillment.mjs +++ b/www/apps/resources/sidebars/fulfillment.mjs @@ -58,6 +58,7 @@ export const fulfillmentSidebar = [ autogenerate_tags: "server+fulfillment", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Fulfillment Module in your customizations on the Medusa application server.", children: [ @@ -79,6 +80,7 @@ export const fulfillmentSidebar = [ autogenerate_tags: "storefront+fulfillment,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Fulfillment Module's features into your storefront.", }, @@ -88,6 +90,7 @@ export const fulfillmentSidebar = [ autogenerate_tags: "admin+fulfillment,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Fulfillment Module.", }, @@ -97,6 +100,7 @@ export const fulfillmentSidebar = [ autogenerate_tags: "userGuide+fulfillment", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Fulfillment features in the Medusa Admin dashboard.", }, @@ -118,12 +122,14 @@ export const fulfillmentSidebar = [ title: "Workflows", autogenerate_tags: "workflow+fulfillment", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+fulfillment", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -140,6 +146,7 @@ export const fulfillmentSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Fulfillment Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -148,6 +155,7 @@ export const fulfillmentSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Fulfillment Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/inventory.mjs b/www/apps/resources/sidebars/inventory.mjs index fa4f48b155..f67d46e17d 100644 --- a/www/apps/resources/sidebars/inventory.mjs +++ b/www/apps/resources/sidebars/inventory.mjs @@ -48,6 +48,7 @@ export const inventorySidebar = [ autogenerate_tags: "server+inventory", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Inventory Module in your customizations on the Medusa application server.", }, @@ -57,6 +58,7 @@ export const inventorySidebar = [ autogenerate_tags: "storefront+inventory,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Inventory Module's features into your storefront.", }, @@ -66,6 +68,7 @@ export const inventorySidebar = [ autogenerate_tags: "admin+inventory,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Inventory Module.", }, @@ -75,6 +78,7 @@ export const inventorySidebar = [ autogenerate_tags: "userGuide+inventory", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Inventory features in the Medusa Admin dashboard.", }, @@ -96,12 +100,14 @@ export const inventorySidebar = [ title: "Workflows", autogenerate_tags: "workflow+inventory", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+inventory", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -118,6 +124,7 @@ export const inventorySidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Inventory Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -126,6 +133,7 @@ export const inventorySidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Inventory Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/order-module.mjs b/www/apps/resources/sidebars/order-module.mjs index 488a861f3f..ce78d8330b 100644 --- a/www/apps/resources/sidebars/order-module.mjs +++ b/www/apps/resources/sidebars/order-module.mjs @@ -81,6 +81,7 @@ export const orderSidebar = [ autogenerate_tags: "server+order", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Order Module in your customizations on the Medusa application server.", }, @@ -90,6 +91,7 @@ export const orderSidebar = [ autogenerate_tags: "storefront+order,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Order Module's features into your storefront.", }, @@ -99,6 +101,7 @@ export const orderSidebar = [ autogenerate_tags: "admin+order,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Order Module.", }, @@ -108,6 +111,7 @@ export const orderSidebar = [ autogenerate_tags: "userGuide+order", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Order features in the Medusa Admin dashboard.", }, @@ -129,12 +133,14 @@ export const orderSidebar = [ title: "Workflows", autogenerate_tags: "workflow+order", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+order", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -151,6 +157,7 @@ export const orderSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Order Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -159,6 +166,7 @@ export const orderSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Order Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/payment.mjs b/www/apps/resources/sidebars/payment.mjs index 3ca0754192..c07204e3f7 100644 --- a/www/apps/resources/sidebars/payment.mjs +++ b/www/apps/resources/sidebars/payment.mjs @@ -66,6 +66,7 @@ export const paymentSidebar = [ autogenerate_tags: "server+payment", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Payment Module in your customizations on the Medusa application server.", children: [ @@ -87,6 +88,7 @@ export const paymentSidebar = [ autogenerate_tags: "storefront+payment,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Payment Module's features into your storefront.", }, @@ -96,6 +98,7 @@ export const paymentSidebar = [ autogenerate_tags: "admin+payment,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Payment Module.", }, @@ -105,6 +108,7 @@ export const paymentSidebar = [ autogenerate_tags: "userGuide+payment", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Payment features in the Medusa Admin dashboard.", }, @@ -138,12 +142,14 @@ export const paymentSidebar = [ title: "Workflows", autogenerate_tags: "workflow+payment", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+payment", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -160,6 +166,7 @@ export const paymentSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Payment Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -168,6 +175,7 @@ export const paymentSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Payment Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/pricing.mjs b/www/apps/resources/sidebars/pricing.mjs index ebc5287aec..b883fa53bc 100644 --- a/www/apps/resources/sidebars/pricing.mjs +++ b/www/apps/resources/sidebars/pricing.mjs @@ -51,6 +51,7 @@ export const pricingSidebar = [ autogenerate_tags: "server+pricing", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Pricing Module in your customizations on the Medusa application server.", }, @@ -60,6 +61,7 @@ export const pricingSidebar = [ autogenerate_tags: "storefront+pricing,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Pricing Module's features into your storefront.", }, @@ -69,6 +71,7 @@ export const pricingSidebar = [ autogenerate_tags: "admin+pricing,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Pricing Module.", }, @@ -78,6 +81,7 @@ export const pricingSidebar = [ autogenerate_tags: "userGuide+pricing", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Pricing features in the Medusa Admin dashboard.", }, @@ -99,12 +103,14 @@ export const pricingSidebar = [ title: "Workflows", autogenerate_tags: "workflow+pricing", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+pricing", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -121,6 +127,7 @@ export const pricingSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Pricing Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -129,6 +136,7 @@ export const pricingSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Pricing Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/product.mjs b/www/apps/resources/sidebars/product.mjs index 2ca530b9fa..c4e0c29f29 100644 --- a/www/apps/resources/sidebars/product.mjs +++ b/www/apps/resources/sidebars/product.mjs @@ -43,6 +43,7 @@ export const productSidebar = [ autogenerate_tags: "server+product", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Product Module in your customizations on the Medusa application server.", children: [ @@ -69,6 +70,7 @@ export const productSidebar = [ autogenerate_tags: "storefront+product,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Product Module's features into your storefront.", }, @@ -78,6 +80,7 @@ export const productSidebar = [ autogenerate_tags: "admin+product,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Product Module.", }, @@ -87,6 +90,7 @@ export const productSidebar = [ autogenerate_tags: "userGuide+product", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Product features in the Medusa Admin dashboard.", }, @@ -108,12 +112,14 @@ export const productSidebar = [ title: "Workflows", autogenerate_tags: "workflow+product", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+product", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -130,6 +136,7 @@ export const productSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Product Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -138,6 +145,7 @@ export const productSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Product Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/promotion.mjs b/www/apps/resources/sidebars/promotion.mjs index a9496a2ff3..1e441cd07c 100644 --- a/www/apps/resources/sidebars/promotion.mjs +++ b/www/apps/resources/sidebars/promotion.mjs @@ -51,6 +51,7 @@ export const promotionSidebar = [ autogenerate_tags: "server+promotion", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Promotion Module in your customizations on the Medusa application server.", children: [ @@ -67,6 +68,7 @@ export const promotionSidebar = [ autogenerate_tags: "storefront+promotion,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Promotion Module's features into your storefront.", }, @@ -76,6 +78,7 @@ export const promotionSidebar = [ autogenerate_tags: "admin+promotion,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Promotion Module.", }, @@ -85,6 +88,7 @@ export const promotionSidebar = [ autogenerate_tags: "userGuide+promotion", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Promotion features in the Medusa Admin dashboard.", }, @@ -106,12 +110,14 @@ export const promotionSidebar = [ title: "Workflows", autogenerate_tags: "workflow+promotion", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+promotion", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -128,6 +134,7 @@ export const promotionSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Promotion Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -136,6 +143,7 @@ export const promotionSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Promotion Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/region.mjs b/www/apps/resources/sidebars/region.mjs index bf822f5ff8..963dec4964 100644 --- a/www/apps/resources/sidebars/region.mjs +++ b/www/apps/resources/sidebars/region.mjs @@ -31,6 +31,7 @@ export const regionSidebar = [ autogenerate_tags: "server+region", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Region Module in your customizations on the Medusa application server.", }, @@ -40,6 +41,7 @@ export const regionSidebar = [ autogenerate_tags: "storefront+region,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Region Module's features into your storefront.", }, @@ -49,6 +51,7 @@ export const regionSidebar = [ autogenerate_tags: "admin+region,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Region Module.", }, @@ -58,6 +61,7 @@ export const regionSidebar = [ autogenerate_tags: "userGuide+region", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Region features in the Medusa Admin dashboard.", }, @@ -79,12 +83,14 @@ export const regionSidebar = [ title: "Workflows", autogenerate_tags: "workflow+region", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+region", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -101,6 +107,7 @@ export const regionSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Region Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -109,6 +116,7 @@ export const regionSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Region Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/sales-channel.mjs b/www/apps/resources/sidebars/sales-channel.mjs index 4c60cb34aa..73f9112960 100644 --- a/www/apps/resources/sidebars/sales-channel.mjs +++ b/www/apps/resources/sidebars/sales-channel.mjs @@ -38,6 +38,7 @@ export const salesChannelSidebar = [ autogenerate_tags: "server+salesChannel", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Sales Channel Module in your customizations on the Medusa application server.", }, @@ -47,6 +48,7 @@ export const salesChannelSidebar = [ autogenerate_tags: "storefront+salesChannel,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Sales Channel Module's features into your storefront.", }, @@ -56,6 +58,7 @@ export const salesChannelSidebar = [ autogenerate_tags: "admin+salesChannel,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Sales Channel Module.", }, @@ -65,6 +68,7 @@ export const salesChannelSidebar = [ autogenerate_tags: "userGuide+salesChannel", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Sales Channel features in the Medusa Admin dashboard.", }, @@ -86,12 +90,14 @@ export const salesChannelSidebar = [ title: "Workflows", autogenerate_tags: "workflow+salesChannel", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+salesChannel", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -108,6 +114,7 @@ export const salesChannelSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Sales Channel Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -116,6 +123,7 @@ export const salesChannelSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Sales Channel Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/stock-location.mjs b/www/apps/resources/sidebars/stock-location.mjs index 3c7d6f307d..fc9075fda2 100644 --- a/www/apps/resources/sidebars/stock-location.mjs +++ b/www/apps/resources/sidebars/stock-location.mjs @@ -38,6 +38,7 @@ export const stockLocationSidebar = [ autogenerate_tags: "server+stockLocation", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Stock Location Module in your customizations on the Medusa application server.", }, @@ -47,6 +48,7 @@ export const stockLocationSidebar = [ autogenerate_tags: "storefront+stockLocation,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Stock Location Module's features into your storefront.", }, @@ -56,6 +58,7 @@ export const stockLocationSidebar = [ autogenerate_tags: "admin+stockLocation,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Stock Location Module.", }, @@ -65,6 +68,7 @@ export const stockLocationSidebar = [ autogenerate_tags: "userGuide+stockLocation", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Stock Location features in the Medusa Admin dashboard.", }, @@ -86,12 +90,14 @@ export const stockLocationSidebar = [ title: "Workflows", autogenerate_tags: "workflow+stockLocation", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+stockLocation", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -108,6 +114,7 @@ export const stockLocationSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Stock Location Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -116,6 +123,7 @@ export const stockLocationSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Stock Location Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/store.mjs b/www/apps/resources/sidebars/store.mjs index f5f0033479..b2f4a5909f 100644 --- a/www/apps/resources/sidebars/store.mjs +++ b/www/apps/resources/sidebars/store.mjs @@ -31,6 +31,7 @@ export const storeSidebar = [ autogenerate_tags: "server+store", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Store Module in your customizations on the Medusa application server.", }, @@ -40,6 +41,7 @@ export const storeSidebar = [ autogenerate_tags: "storefront+store,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Store Module's features into your storefront.", }, @@ -49,6 +51,7 @@ export const storeSidebar = [ autogenerate_tags: "admin+store,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Store Module.", }, @@ -58,6 +61,7 @@ export const storeSidebar = [ autogenerate_tags: "userGuide+store", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Store features in the Medusa Admin dashboard.", }, @@ -79,12 +83,14 @@ export const storeSidebar = [ title: "Workflows", autogenerate_tags: "workflow+store", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+store", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -101,6 +107,7 @@ export const storeSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Store Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -109,6 +116,7 @@ export const storeSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Store Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/tax.mjs b/www/apps/resources/sidebars/tax.mjs index 39b8fc3ff7..8c05cb7d88 100644 --- a/www/apps/resources/sidebars/tax.mjs +++ b/www/apps/resources/sidebars/tax.mjs @@ -46,6 +46,7 @@ export const taxSidebar = [ autogenerate_tags: "server+tax", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the Tax Module in your customizations on the Medusa application server.", children: [ @@ -62,6 +63,7 @@ export const taxSidebar = [ autogenerate_tags: "storefront+tax,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the Tax Module's features into your storefront.", }, @@ -71,6 +73,7 @@ export const taxSidebar = [ autogenerate_tags: "admin+tax,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the Tax Module.", }, @@ -80,6 +83,7 @@ export const taxSidebar = [ autogenerate_tags: "userGuide+tax", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage Tax features in the Medusa Admin dashboard.", }, @@ -101,12 +105,14 @@ export const taxSidebar = [ title: "Workflows", autogenerate_tags: "workflow+tax", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+tax", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -123,6 +129,7 @@ export const taxSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the Tax Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -131,6 +138,7 @@ export const taxSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the Tax Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/apps/resources/sidebars/user.mjs b/www/apps/resources/sidebars/user.mjs index 6344c05de2..ab7ca43096 100644 --- a/www/apps/resources/sidebars/user.mjs +++ b/www/apps/resources/sidebars/user.mjs @@ -24,6 +24,7 @@ export const userSidebar = [ autogenerate_tags: "server+user", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to use the User Module in your customizations on the Medusa application server.", children: [ @@ -40,6 +41,7 @@ export const userSidebar = [ autogenerate_tags: "storefront+user,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to integrate the User Module's features into your storefront.", }, @@ -49,6 +51,7 @@ export const userSidebar = [ autogenerate_tags: "admin+user,-jsSdk", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize administative features of the User Module.", }, @@ -58,6 +61,7 @@ export const userSidebar = [ autogenerate_tags: "userGuide+user", initialOpen: false, autogenerate_as_ref: true, + sort_sidebar: "alphabetize", description: "Learn how to utilize and manage User features in the Medusa Admin dashboard.", }, @@ -79,12 +83,14 @@ export const userSidebar = [ title: "Workflows", autogenerate_tags: "workflow+user", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "category", title: "Steps", autogenerate_tags: "step+user", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, @@ -101,6 +107,7 @@ export const userSidebar = [ description: "The following methods or properties are used to send requests to Store API Routes related to the User Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, { type: "sub-category", @@ -109,6 +116,7 @@ export const userSidebar = [ description: "The following methods or properties are used to send requests to Admin API Routes related to the User Module.", autogenerate_as_ref: true, + sort_sidebar: "alphabetize", }, ], }, diff --git a/www/packages/build-scripts/src/generate-sidebar.ts b/www/packages/build-scripts/src/generate-sidebar.ts index 411ff02bf3..7ff08e88ea 100644 --- a/www/packages/build-scripts/src/generate-sidebar.ts +++ b/www/packages/build-scripts/src/generate-sidebar.ts @@ -5,6 +5,7 @@ import { getSidebarItemLink, sidebarAttachHrefCommonOptions } from "./index.js" import getCoreFlowsRefSidebarChildren from "./utils/get-core-flows-ref-sidebar-children.js" import { parseTags } from "./utils/parse-tags.js" import numberSidebarItems from "./utils/number-sidebar-items.js" +import { sortSidebarItems } from "./utils/sidebar-sorting.js" export type ItemsToAdd = SidebarItem & { sidebar_position?: number @@ -160,6 +161,11 @@ async function checkItem(item: RawSidebarItem): Promise { item.children = await checkItems(item.children) } + item.children = sortSidebarItems({ + items: item.children as RawSidebarItem[], + type: item.sort_sidebar, + }) + return item } diff --git a/www/packages/build-scripts/src/utils/sidebar-sorting.ts b/www/packages/build-scripts/src/utils/sidebar-sorting.ts new file mode 100644 index 0000000000..780c7ae78c --- /dev/null +++ b/www/packages/build-scripts/src/utils/sidebar-sorting.ts @@ -0,0 +1,49 @@ +import { InteractiveSidebarItem, RawSidebarItem, SidebarSortType } from "types" + +type Options = { + items: RawSidebarItem[] + type?: SidebarSortType +} + +export const sortSidebarItems = ({ + items, + type = "none", +}: Options): RawSidebarItem[] => { + switch (type) { + case "alphabetize": + return alphabetizeSidebarItems(items) + default: + return items + } +} + +const alphabetizeSidebarItems = (items: RawSidebarItem[]): RawSidebarItem[] => { + const segments: RawSidebarItem[][] = [] + let currentSegment: RawSidebarItem[] = [] + + items.forEach((item) => { + if (item.type === "separator") { + if (currentSegment.length > 0) { + segments.push(currentSegment) + currentSegment = [] + } + segments.push([item]) + } else { + currentSegment.push(item) + } + }) + + if (currentSegment.length > 0) { + segments.push(currentSegment) + } + + return segments + .map((segment) => { + return segment[0].type === "separator" + ? segment + : (segment as InteractiveSidebarItem[]).sort((a, b) => + a.title.localeCompare(b.title) + ) + }) + .flat() +} diff --git a/www/packages/tags/src/tags/index.ts b/www/packages/tags/src/tags/index.ts index 64599cf49e..795cd782f3 100644 --- a/www/packages/tags/src/tags/index.ts +++ b/www/packages/tags/src/tags/index.ts @@ -1,40 +1,40 @@ export * from "./user-guide.js" -export * from "./order.js" +export * from "./fulfillment.js" export * from "./payment.js" export * from "./pricing.js" +export * from "./product.js" export * from "./promotion.js" export * from "./user.js" export * from "./auth.js" -export * from "./product.js" export * from "./api-key.js" -export * from "./stock-location.js" export * from "./workflow.js" -export * from "./region.js" +export * from "./stock-location.js" export * from "./sales-channel.js" -export * from "./currency.js" -export * from "./tax.js" +export * from "./region.js" export * from "./store.js" +export * from "./currency.js" export * from "./concept.js" +export * from "./tax.js" export * from "./query.js" +export * from "./order.js" export * from "./inventory.js" -export * from "./cart.js" -export * from "./customer.js" -export * from "./fulfillment.js" -export * from "./product-category.js" export * from "./stripe.js" +export * from "./customer.js" export * from "./checkout.js" -export * from "./server.js" -export * from "./publishable-api-key.js" -export * from "./product-collection.js" -export * from "./js-sdk.js" -export * from "./logger.js" -export * from "./step.js" -export * from "./remote-query.js" export * from "./example.js" +export * from "./product-collection.js" +export * from "./publishable-api-key.js" +export * from "./link.js" +export * from "./step.js" +export * from "./product-category.js" +export * from "./locking.js" +export * from "./event-bus.js" +export * from "./remote-query.js" +export * from "./logger.js" +export * from "./js-sdk.js" +export * from "./file.js" export * from "./admin.js" export * from "./notification.js" -export * from "./event-bus.js" -export * from "./file.js" -export * from "./link.js" +export * from "./cart.js" export * from "./storefront.js" -export * from "./locking.js" +export * from "./server.js" diff --git a/www/packages/tags/src/tags/js-sdk.ts b/www/packages/tags/src/tags/js-sdk.ts index 15a2a3d213..4da90faa50 100644 --- a/www/packages/tags/src/tags/js-sdk.ts +++ b/www/packages/tags/src/tags/js-sdk.ts @@ -1,8 +1,4 @@ export const jsSdk = [ - { - "title": "Implement Express Checkout with Medusa", - "path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout" - }, { "title": "apiKey", "path": "https://docs.medusajs.com/resources/references/js-sdk/admin/apiKey" diff --git a/www/packages/types/src/sidebar.ts b/www/packages/types/src/sidebar.ts index 884ef0d2d7..ed61ead939 100644 --- a/www/packages/types/src/sidebar.ts +++ b/www/packages/types/src/sidebar.ts @@ -67,10 +67,13 @@ export type SidebarSectionItems = { parentItem?: InteractiveSidebarItem } +export type SidebarSortType = "none" | "alphabetize" + export type RawSidebarItem = SidebarItem & { autogenerate_path?: string autogenerate_tags?: string autogenerate_as_ref?: boolean + sort_sidebar?: SidebarSortType custom_autogenerate?: string number?: string } & (