Skip to content

Magento 2 节点#

使用 Magento 2 节点可以自动化 Magento 2 中的工作流程,并将 Magento 2 与其他应用程序集成。n8n 内置支持广泛的 Magento 2 功能,包括创建、更新、删除和获取客户、发票、订单以及产品等。

本页面列出了 Magento 2 节点支持的操作,并提供了更多资源的链接。

凭证

有关设置身份验证的指导,请参考 Magento 2 凭证

操作列表#

  • 客户管理
    • 创建新客户
    • 删除客户
    • 获取客户信息
    • 获取所有客户
    • 更新客户信息
  • 发票管理
    • 创建发票
  • 订单管理
    • 取消订单
    • 获取订单信息
    • 获取所有订单
    • 发货订单
  • 产品管理
    • 创建产品
    • 删除产品
    • 获取产品信息
    • 获取所有产品
    • 更新产品信息

模板和示例#

Vector Database as a Big Data Analysis Tool for AI Agents [2/3 - anomaly]

by Jenny

View template details
Travel Planning Agent with Couchbase Vector Search, Gemini 2.0 Flash and OpenAI

by Elliot Scribner

View template details
AI Chatbot Call Center: Demo Call Center (Production-Ready, Part 2)

by ChatPayLabs

View template details
Browse Magento 2 integration templates, or search all templates

当操作不受支持时的解决方案#

如果当前节点不支持您想要执行的操作,可以使用 HTTP Request 节点 调用该服务的 API。

您可以在 HTTP Request 节点中使用为该服务创建的凭证:

  1. 在 HTTP Request 节点中,选择 Authentication > Predefined Credential Type
  2. 选择您想要连接的服务。
  3. 选择您的凭证。

更多信息请参考 自定义 API 操作