Zuora Snap Pack

Zuora Snap Pack

In this article

Overview

Zuora applications are designed to automate billing, commerce, and finance operations.

Use Snaps in this Snap Pack to:

  • Create, delete, and update records.

  • Execute a query to retrieve records.

  • Return all fields for a Zuora object.

  • Create invoices in Zuora.

  • Create subscriptions.

Supported Versions

This Snap Pack is tested against:

  • Zuora SOAP WSDL Version 130

  • REST API 2023.04.R2

 

Behavior change

  • Previously, namespace prefixes were added to the fields in the output document. With this fix, the output field names no longer include namespace prefixes. The account no longer depends on specific prefixes (such as ns1 or ns2) in SOAP responses.

Breaking change

Your existing pipelines that reference output fields with namespace‑prefixed names (example, ns1:success) must be updated to use the new field names without a prefix. Refer to the example mapping of field values shown below:

Before fix

After fix

Before fix

After fix

zuro-bc-mapping-before.png

 

zuro-bc-mapping-after.png

 

Snap Pack History