docs: add product feed tutorial (#13366)

This commit is contained in:
Shahed Nasser
2025-09-09 11:17:14 +03:00
committed by GitHub
parent 963a613d1d
commit 8a654eba93
10 changed files with 1245 additions and 1 deletions
+2 -1
View File
@@ -6571,5 +6571,6 @@ export const generatedEditDates = {
"references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getToken/page.mdx": "2025-08-14T12:59:55.678Z",
"app/commerce-modules/order/draft-orders/page.mdx": "2025-08-26T09:21:49.780Z",
"app/troubleshooting/scheduled-job-not-running/page.mdx": "2025-08-29T11:32:54.117Z",
"app/troubleshooting/pnpm/page.mdx": "2025-08-29T12:21:24.692Z"
"app/troubleshooting/pnpm/page.mdx": "2025-08-29T12:21:24.692Z",
"app/how-to-tutorials/tutorials/product-feed/page.mdx": "2025-09-01T13:19:59.335Z"
}
@@ -787,6 +787,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/product-builder/page.mdx",
"pathname": "/how-to-tutorials/tutorials/product-builder"
},
{
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/product-feed/page.mdx",
"pathname": "/how-to-tutorials/tutorials/product-feed"
},
{
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/product-reviews/page.mdx",
"pathname": "/how-to-tutorials/tutorials/product-reviews"
@@ -11754,6 +11754,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/examples/guides/custom-item-price",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Meta Product Feed",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-feed",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -523,6 +523,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"description": "Learn how to migrate data from Magento to Medusa.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Meta Product Feed",
"path": "/how-to-tutorials/tutorials/product-feed",
"description": "Learn how to implement a product feed for Meta (Facebook and Instagram) and Google using Medusa.",
"children": []
},
{
"loaded": true,
"isPathHref": true,