docs: create returns from storefront tutorial (#13522)

* docs: create returns from storefront tutorial

* small change

* generate llms

* add location ID
This commit is contained in:
Shahed Nasser
2025-09-24 12:06:26 +03:00
committed by GitHub
parent 10787c865f
commit c4c2231a31
12 changed files with 2694 additions and 13 deletions
File diff suppressed because it is too large Load Diff
@@ -6609,5 +6609,6 @@ export const generatedEditDates = {
"references/core_flows/Locking/Steps_Locking/variables/core_flows.Locking.Steps_Locking.acquireLockStepId/page.mdx": "2025-09-15T09:52:14.218Z",
"references/core_flows/Locking/Steps_Locking/variables/core_flows.Locking.Steps_Locking.releaseLockStepId/page.mdx": "2025-09-15T09:52:14.219Z",
"references/core_flows/Locking/core_flows.Locking.Steps_Locking/page.mdx": "2025-09-15T09:52:14.217Z",
"app/nextjs-starter/guides/storefront-returns/page.mdx": "2025-09-22T06:02:00.580Z",
"references/js_sdk/admin/Admin/properties/js_sdk.admin.Admin.views/page.mdx": "2025-09-18T17:04:59.240Z"
}
@@ -1019,6 +1019,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/nextjs-starter/guides/revalidate-cache/page.mdx",
"pathname": "/nextjs-starter/guides/revalidate-cache"
},
{
"filePath": "/www/apps/resources/app/nextjs-starter/guides/storefront-returns/page.mdx",
"pathname": "/nextjs-starter/guides/storefront-returns"
},
{
"filePath": "/www/apps/resources/app/nextjs-starter/page.mdx",
"pathname": "/nextjs-starter"
@@ -6310,6 +6310,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "Order Confirmation in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/checkout/order-confirmation",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Return Request - Order #",
"path": "https://docs.medusajs.com/resources/nextjs-starter/guides/storefront-returns",
"children": []
}
]
},
@@ -51,6 +51,14 @@ const generatedgeneratedStorefrontDevelopmentSidebarSidebar = {
"path": "/storefront-development/guides/express-checkout",
"title": "Express Checkout Storefront",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"path": "/nextjs-starter/guides/storefront-returns",
"title": "Create Returns from Storefront",
"children": []
}
]
},
@@ -794,14 +794,6 @@ const generatedgeneratedToolsSidebarSidebar = {
"title": "How-to Guides",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/nextjs-starter/guides/customize-stripe",
"title": "Use Stripe's Payment Element",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -829,6 +821,14 @@ const generatedgeneratedToolsSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/gift-message",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/nextjs-starter/guides/storefront-returns",
"title": "Create Order Returns",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -876,6 +876,14 @@ const generatedgeneratedToolsSidebarSidebar = {
"title": "Ticket Booking Storefront",
"path": "https://docs.medusajs.com/resources/recipes/ticket-booking/example/storefront",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/nextjs-starter/guides/customize-stripe",
"title": "Use Stripe's Payment Element",
"children": []
}
]
}
@@ -35,6 +35,11 @@ export const storefrontDevelopmentSidebar = [
path: "/storefront-development/guides/express-checkout",
title: "Express Checkout Storefront",
},
{
type: "ref",
path: "/nextjs-starter/guides/storefront-returns",
title: "Create Returns from Storefront",
},
],
},
{
+12 -5
View File
@@ -108,11 +108,6 @@ export const toolsSidebar = [
title: "How-to Guides",
initialOpen: true,
children: [
{
type: "link",
path: "/nextjs-starter/guides/customize-stripe",
title: "Use Stripe's Payment Element",
},
{
type: "link",
path: "/nextjs-starter/guides/revalidate-cache",
@@ -126,6 +121,18 @@ export const toolsSidebar = [
autogenerate_tags: "nextjs+tutorial",
autogenerate_as_ref: true,
sort_sidebar: "alphabetize",
children: [
{
type: "link",
path: "/nextjs-starter/guides/customize-stripe",
title: "Use Stripe's Payment Element",
},
{
type: "link",
path: "/nextjs-starter/guides/storefront-returns",
title: "Create Order Returns",
},
],
},
],
},