Skip to main content

SOAP API

Zuora
  • 日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。

  • US Data Center Customers: The SOAP API is no longer under active development. The legacy SOAP calls still function, but are now also available in REST.

    EU Data Center Customers: The SOAP API is not available. Please use the REST API.

    APAC Data Center Customers: The SOAP API is not available. Please use the REST API.

    Going forward, new features will only be available through the REST API. We strongly recommend that all integrations are done using the REST API.

    You can find the REST API documentation at https://www.zuora.com/developer/.

SOAP API

SOAP is a mature, XML-based protocol for connecting applications and servers to web-based back-end services.  Typical SOAP solutions involve desktop applications, enterprise servers, or public-facing web products.

The Zuora SOAP API provides fully fleshed-out support for virtually everything you can do in the Zuora UI.  Thirty SOAP objects provide access to the entire Zuora functional suite, including accounts and contacts, products, rate plans, subscriptions, amendments, invoices, payments, refunds, credit balance adjustments, accounting periods, and much more.

The SOAP API provides this fine-grained level of control by exposing the entire Zuora object model and allowing you to make create(), read(), update(), and delete() calls on those objects.  As such, in contrast to the use case-oriented REST API, you will need to understand the Zuora object model to become proficient with the SOAP API.

If your integration use cases extend beyond building web self-service storefront integrations, then the SOAP API is likely the right fit for your business.

English
日本語