docs: update orders user guide (#11498)

This commit is contained in:
Shahed Nasser
2025-02-17 18:16:23 +02:00
committed by GitHub
parent 32c5015f56
commit 0cbe71597e
14 changed files with 696 additions and 866 deletions
+42 -10
View File
@@ -15,56 +15,88 @@ export const sidebar = sidebarAttachHrefCommonOptions([
{
type: "category",
title: "Tips",
hasTitleStyling: true,
autogenerate_path: "/tips",
},
{
type: "category",
path: "/orders",
title: "Orders",
hasTitleStyling: true,
autogenerate_path: "/orders",
children: [
{
type: "link",
title: "Overview",
path: "/orders",
},
{
type: "link",
title: "Manage Details",
path: "/orders/manage",
},
{
type: "link",
title: "Manage Payments",
path: "/orders/payments",
},
{
type: "link",
title: "Manage Fulfillments",
path: "/orders/fulfillments",
},
{
type: "link",
title: "Edit Order Items",
path: "/orders/edit",
},
{
type: "link",
title: "Manage Returns",
path: "/orders/returns",
},
{
type: "link",
title: "Manage Exchanges",
path: "/orders/exchanges",
},
{
type: "link",
title: "Manage Claims",
path: "/orders/claims",
},
],
},
{
type: "category",
path: "/products",
title: "Products",
hasTitleStyling: true,
autogenerate_path: "/products",
},
{
type: "category",
path: "/inventory",
title: "Inventory",
hasTitleStyling: true,
autogenerate_path: "/inventory",
},
{
type: "category",
path: "/customers",
title: "Customers",
hasTitleStyling: true,
autogenerate_path: "/customers",
},
{
type: "category",
path: "/discounts",
title: "Discounts",
hasTitleStyling: true,
autogenerate_path: "/discounts",
},
{
type: "category",
path: "/pricing",
title: "Pricing",
hasTitleStyling: true,
autogenerate_path: "/pricing",
},
{
type: "category",
path: "/settings",
title: "Settings",
hasTitleStyling: true,
autogenerate_path: "/settings",
},
])