Main Page

From API Documentation

Jump to: navigation, search

See the New Knowledge Center!

This site is being deprecated. Please see the new Zuora Knowledge Center, which contains the latest API documentation.

Z-Commerce Platform

The Z-Commerce Platform provides an open standards application programming interface (API) for developers. This interface is called the Z-Commerce API. The Z-Commerce API works with any platform or technology and gives developers full access to Z-Billing, Z-Payments, and Z-Force.

Instead of building your own billing infrastructure, you can use the Z-Commerce API to add billing, payment, and subscription management capabilities to your product or service. The Z-Commerce API makes it easy to directly create, read, update, or delete any object, such as invoices, payments, subscriptions, amendments, and more.

About the Z-Commerce API Wiki

Zuora's Z-Commerce API developer wiki gives developers who are working with the Z-Commerce Platform the latest documentation to understand, develop, and master the Z-Commerce data model and how it functions.

Getting Started

New to Z-Commerce Platform?

Comments or suggestions about the API documentation? Please contact docs@zuora.com.

What's New with the Z-Commerce Platform?

New in Version 34.0 (October 2011)

See the October 2011 Release Notes for more information about new features in Zuora. See What's New for information about previous Z-Commerce API releases.

Additional Accounting Code Configuration for Discount Charges

In this release, we have added the ability to define an accounting code for discount charges. Previously, Z-Billing used the accounting code from the regular charge that the discount applied to.

When creating a ProductRatePlanCharge using the Z-Commerce API, you can select whether to copy the accounting code from another (non-discount) charge, or define a dedicated accounting code on the new discount charge.

We have added two read-only fields to the Z-Commerce API to support this feature:

New Aggregation Commands for Export ZOQL

In this release we have added aggregation commands to Export ZOQL. We have added the following commands:

  • sum()
  • avg()
  • min()
  • max()
  • count()
See Aggregate Functions for more information.