docs: agentic commerce guide (#13657)
This commit is contained in:
@@ -19,6 +19,10 @@ export const cart = [
|
||||
"title": "Send Abandoned Cart Notification",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/abandoned-cart"
|
||||
},
|
||||
{
|
||||
"title": "Agentic Commerce",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/agentic-commerce"
|
||||
},
|
||||
{
|
||||
"title": "Implement First-Purchase Discount",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts"
|
||||
|
||||
@@ -55,6 +55,10 @@ export const order = [
|
||||
"title": "Implement Quote Management",
|
||||
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management"
|
||||
},
|
||||
{
|
||||
"title": "Agentic Commerce",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/agentic-commerce"
|
||||
},
|
||||
{
|
||||
"title": "Add Gift Message",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/gift-message"
|
||||
|
||||
@@ -59,6 +59,10 @@ export const server = [
|
||||
"title": "Abandoned Cart Notification",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/abandoned-cart"
|
||||
},
|
||||
{
|
||||
"title": "Agentic Commerce",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/agentic-commerce"
|
||||
},
|
||||
{
|
||||
"title": "First-Purchase Discount",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts"
|
||||
|
||||
@@ -27,6 +27,10 @@ export const tutorial = [
|
||||
"title": "Abandoned Cart Notification",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/abandoned-cart"
|
||||
},
|
||||
{
|
||||
"title": "Agentic Commerce",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/agentic-commerce"
|
||||
},
|
||||
{
|
||||
"title": "First-Purchase Discount",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts"
|
||||
|
||||
Reference in New Issue
Block a user