Magento SOAP API

The Adobe Commerce SOAP API exposes the same service contracts as the REST API through a WSDL 1.2 interface compliant with WS-I 2.0 Basic Profile. It allows enterprise systems and legacy integrations to interact with Adobe Commerce store data using standard SOAP tooling. Developers can retrieve the WSDL for any service or combination of services by appending query parameters to the SOAP endpoint URL.

API entry from apis.yml

apis.yml Raw ↑
aid: magento:soap-api
name: Magento SOAP API
tags:
- E-Commerce
- Integration
- SOAP
- Web Services
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://your-store.example.com/soap
humanURL: https://developer.adobe.com/commerce/webapi/get-started/soap-web-api-calls/
properties:
- url: https://developer.adobe.com/commerce/webapi/get-started/soap-web-api-calls/
  type: Documentation
- url: wsdl/magento-soap.wsdl
  type: WSDL
description: The Adobe Commerce SOAP API exposes the same service contracts as the REST API through a
  WSDL 1.2 interface compliant with WS-I 2.0 Basic Profile. It allows enterprise systems and legacy integrations
  to interact with Adobe Commerce store data using standard SOAP tooling. Developers can retrieve the
  WSDL for any service or combination of services by appending query parameters to the SOAP endpoint URL.