docs: update orders user guide (#11498)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user