> Magento2中文手册 > 介绍

Magento 2 Web APIs 入门

Magento 2 web APIs 是什么?

Magento 2 Web API框架提供了集成和开发人员使用Web服务与Magento系统沟通的手段。主要功能包括:

  • 支持 REST (Representational State Transfer) 和 Soap (Simple Object Access Protocol)两种方式。

  • 三种类型 认证:
    • 第三方应用程序认证使用 OAuth 1.0a.
    • 移动应用认证使用 tokens.
    • 管理员和客户的身份验证使用 登录凭据(login credentials).
下一篇: