magento-api
Installation
SKILL.md
Magento 2 REST & GraphQL API Development
Before writing code
Fetch live docs:
- Fetch
https://developer.adobe.com/commerce/webapi/for Web API overview - Fetch
https://developer.adobe.com/commerce/webapi/graphql/develop/for GraphQL development guide - Fetch
https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/for authentication - Web-search
site:developer.adobe.com commerce php development components web-apifor webapi.xml reference
REST API
How It Works
REST endpoints map HTTP methods + URL paths to service contract methods. Defined in etc/webapi.xml.