docs: add how-to guides for retrieving cart and order totals (#13044)

This commit is contained in:
Shahed Nasser
2025-07-25 15:42:34 +03:00
committed by GitHub
parent 713dbe442c
commit 9643769127
19 changed files with 572 additions and 305 deletions
@@ -82,6 +82,13 @@ export const orderSidebar = [
sort_sidebar: "alphabetize",
description:
"Learn how to use the Order Module in your customizations on the Medusa application server.",
children: [
{
type: "link",
path: "/commerce-modules/order/order-totals",
title: "Retrieve Order Totals",
},
],
},
{
type: "category",