Skip to content

Commit 28b2377

Browse files
committed
docs: added malchimp integration guide
1 parent 85bc396 commit 28b2377

10 files changed

Lines changed: 2685 additions & 4 deletions

File tree

www/apps/book/public/llms-full.txt

Lines changed: 1269 additions & 0 deletions
Large diffs are not rendered by default.

www/apps/resources/app/integrations/guides/mailchimp/page.mdx

Lines changed: 1370 additions & 0 deletions
Large diffs are not rendered by default.

www/apps/resources/app/integrations/page.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ A Notification Module Provider sends messages to users and customers in your Med
168168
href: "/infrastructure-modules/notification/sendgrid",
169169
title: "SendGrid"
170170
},
171+
{
172+
href: "/integrations/guides/mailchimp",
173+
title: "Mailchimp",
174+
badge: {
175+
variant: "blue",
176+
children: "Tutorial"
177+
}
178+
},
171179
{
172180
href: "/integrations/guides/resend",
173181
title: "Resend",

www/apps/resources/app/recipes/bundled-products/examples/standard/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ const CreateBundledProduct = () => {
12771277
])
12781278
// TODO fetch products
12791279
}
1280-
export default CreateBundledProduct;
1280+
export default CreateBundledProduct
12811281
```
12821282

12831283
You create a `CreateBundledProduct` component that defines the following state variables:

www/apps/resources/generated/edit-dates.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const generatedEditDates = {
104104
"app/deployment/medusa-application/railway/page.mdx": "2025-04-17T08:28:58.981Z",
105105
"app/deployment/storefront/vercel/page.mdx": "2025-05-20T07:51:40.712Z",
106106
"app/deployment/page.mdx": "2025-06-20T08:36:52.947Z",
107-
"app/integrations/page.mdx": "2025-05-26T14:47:43.842Z",
107+
"app/integrations/page.mdx": "2025-06-24T08:22:10.766Z",
108108
"app/medusa-cli/page.mdx": "2024-08-28T11:25:32.382Z",
109109
"app/medusa-container-resources/page.mdx": "2025-04-17T08:48:10.255Z",
110110
"app/medusa-workflows-reference/page.mdx": "2025-01-20T08:21:29.962Z",
@@ -6483,7 +6483,7 @@ export const generatedEditDates = {
64836483
"references/types/interfaces/types.WebhookActionResult/page.mdx": "2025-05-20T07:51:41.086Z",
64846484
"references/types/interfaces/types.WebhookActionData/page.mdx": "2025-05-20T07:51:41.086Z",
64856485
"app/commerce-modules/tax/tax-provider/page.mdx": "2025-05-20T07:51:40.711Z",
6486-
"app/recipes/bundled-products/examples/standard/page.mdx": "2025-05-20T07:51:40.718Z",
6486+
"app/recipes/bundled-products/examples/standard/page.mdx": "2025-06-23T15:54:25.807Z",
64876487
"app/recipes/bundled-products/page.mdx": "2025-05-20T07:51:40.718Z",
64886488
"app/infrastructure-modules/analytics/local/page.mdx": "2025-05-29T07:08:55.749Z",
64896489
"app/infrastructure-modules/analytics/page.mdx": "2025-05-26T14:48:25.803Z",
@@ -6545,5 +6545,6 @@ export const generatedEditDates = {
65456545
"references/utils/Payment/variables/utils.Payment.PaymentEvents/page.mdx": "2025-06-05T19:05:53.491Z",
65466546
"references/utils/types/utils.NormalizedRow/page.mdx": "2025-06-05T19:05:53.365Z",
65476547
"references/utils/utils.Payment/page.mdx": "2025-06-05T19:05:53.489Z",
6548-
"app/integrations/guides/slack/page.mdx": "2025-06-03T09:37:42.528Z"
6548+
"app/integrations/guides/slack/page.mdx": "2025-06-03T09:37:42.528Z",
6549+
"app/integrations/guides/mailchimp/page.mdx": "2025-06-24T08:08:35.034Z"
65496550
}

www/apps/resources/generated/files-map.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,10 @@ export const filesMap = [
875875
"filePath": "/www/apps/resources/app/integrations/guides/magento/page.mdx",
876876
"pathname": "/integrations/guides/magento"
877877
},
878+
{
879+
"filePath": "/www/apps/resources/app/integrations/guides/mailchimp/page.mdx",
880+
"pathname": "/integrations/guides/mailchimp"
881+
},
878882
{
879883
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
880884
"pathname": "/integrations/guides/resend"

www/apps/resources/generated/generated-how-to-tutorials-sidebar.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
463463
"description": "Learn how to migrate data from Magento to Medusa.",
464464
"children": []
465465
},
466+
{
467+
"loaded": true,
468+
"isPathHref": true,
469+
"type": "ref",
470+
"title": "Newsletter with Mailchimp",
471+
"path": "/integrations/guides/mailchimp",
472+
"description": "Learn how to integrate Mailchimp with Medusa to manage and automate newsletters.",
473+
"children": []
474+
},
466475
{
467476
"loaded": true,
468477
"isPathHref": true,

www/apps/resources/generated/generated-integrations-sidebar.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
163163
"title": "Notification",
164164
"initialOpen": true,
165165
"children": [
166+
{
167+
"loaded": true,
168+
"isPathHref": true,
169+
"type": "link",
170+
"path": "/integrations/guides/mailchimp",
171+
"title": "Mailchimp",
172+
"children": []
173+
},
166174
{
167175
"loaded": true,
168176
"isPathHref": true,

www/apps/resources/sidebars/how-to-tutorials.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ While tutorials show you a specific use case, they also help you understand how
120120
path: "/integrations/guides/magento",
121121
description: "Learn how to migrate data from Magento to Medusa.",
122122
},
123+
{
124+
type: "ref",
125+
title: "Newsletter with Mailchimp",
126+
path: "/integrations/guides/mailchimp",
127+
description:
128+
"Learn how to integrate Mailchimp with Medusa to manage and automate newsletters.",
129+
},
123130
{
124131
type: "link",
125132
title: "Phone Authentication",

www/apps/resources/sidebars/integrations.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ export const integrationsSidebar = [
112112
title: "Notification",
113113
initialOpen: true,
114114
children: [
115+
{
116+
type: "link",
117+
path: "/integrations/guides/mailchimp",
118+
title: "Mailchimp",
119+
},
115120
{
116121
type: "link",
117122
path: "/integrations/guides/resend",

0 commit comments

Comments
 (0)