Skip to content

api-evangelist/magento-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 (Adobe Commerce) (magento-2)

Magento 2, now branded as Adobe Commerce (with the open source Magento Open Source edition), is a flexible PHP-based ecommerce platform for building storefronts, managing catalogs, processing orders, and orchestrating omnichannel customer experiences. It exposes REST, GraphQL, and SOAP web APIs that allow developers and integrators to programmatically manage products, orders, customers, inventory, and store configuration. Authentication supports OAuth 1.0a, token-based authentication (admin and customer tokens), and Adobe IMS for the cloud service.

APIs.json: https://raw.githubusercontent.com/api-evangelist/magento-2/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • Ecommerce
  • Commerce
  • Online Store
  • Catalog Management
  • Order Management
  • GraphQL
  • REST
  • SOAP

Timestamps

  • Created: 2026-05-11
  • Modified: 2026-05-11

APIs

Adobe Commerce REST API

REST API for managing products, customers, orders, inventory, cart, and checkout in Magento 2 / Adobe Commerce. The base URL pattern is https://{host}/rest/{storeCode}/V1/. Authentication supports OAuth 1.0a for third-party integrations and bearer tokens for admin and customer sessions. A live Swagger UI is available at /swagger when running in developer mode and the OpenAPI schema is available via the schema endpoint.

Tags

  • Ecommerce
  • REST
  • Catalog
  • Orders
  • Customers

Properties

Adobe Commerce GraphQL API

GraphQL API for headless storefront use cases in Magento 2 / Adobe Commerce, providing single-request access to catalog, cart, checkout, and customer data. Mutations require customer token authentication via the Authorization header.

Tags

  • Ecommerce
  • GraphQL
  • Headless Commerce
  • Storefront

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

Releases

No releases published

Packages

 
 
 

Contributors