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
@@ -127,6 +127,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/auth/workflows/page.mdx",
"pathname": "/commerce-modules/auth/workflows"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/cart-totals/page.mdx",
"pathname": "/commerce-modules/cart/cart-totals"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/concepts/page.mdx",
"pathname": "/commerce-modules/cart/concepts"
@@ -303,6 +307,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/order/order-change/page.mdx",
"pathname": "/commerce-modules/order/order-change"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/order-totals/page.mdx",
"pathname": "/commerce-modules/order/order-totals"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/order-versioning/page.mdx",
"pathname": "/commerce-modules/order/order-versioning"