Magento 2 节点(Magento 2 node)#
使用 Magento 2 节点在 Magento 2 中自动化工作,并将 Magento 2 与其他应用集成。n8n 内置支持广泛的 Magento 2 功能,包括创建、更新、删除以及获取客户、发票、订单和项目。
🌐 Use the Magento 2 node to automate work in Magento 2, and integrate Magento 2 with other applications. n8n has built-in support for a wide range of Magento 2 features, including creating, updating, deleting, and getting customers, invoices, orders, and projects.
本页列出了 Magento 2 节点支持的操作列表以及更多资源的链接。
🌐 On this page, you'll find a list of operations the Magento 2 node supports and links to more resources.
凭证
有关设置身份验证的指导,请参考 Magento 2 凭证。
操作(Operations)#
- 客户
- 创建新客户
- 删除客户
- 获取客户
- 获取所有客户
- 更新客户信息
- 发票
- 创建发票
- 排序
- 取消订单
- 获取订单
- 获取所有订单
- 发货
- 产品
- 创建产品
- 删除产品
- 获取产品
- 获取所有产品
- 更新产品
模板和示例(Templates and examples)#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.