Welcome to Zuora Product Documentation

Explore our rich library of product information

Data Loader templates for advanced multi-action orders

This article provides reference templates for common order scenarios in Data Loader, such as renewing subscriptions, removing products, creating subscriptions with multiple rate plans, and adding products with recurring charges.

Sample Templates

If there have been modifications to the tenant's configuration such as the addition of new custom fields or changes to existing one it's recommended to download a fresh template directly from the target tenant. This ensures that your template reflects the most up-to-date field configurations, maintaining alignment between your data and the tenant's current setup

The Zuora Data Loader Advanced Multi-Action template supports flexible data migration by allowing users to customize the CSV file based on the specific operation being performed. Users may remove unnecessary columns and retain only those required for the import. However, all mandatory fields identified by an asterisk (*) in the template must be included to ensure successful processing and to avoid validation errors.

Customized templates may be reused for subsequent data loads as long as the tenant field configuration remains unchanged. If the tenant configuration is updated (for example, new custom fields are added or existing fields are modified), a new template must be downloaded from the target tenant to ensure alignment with the current schema..

Add Product with Recurring Flat Fee Charge

The file is used to add a product with a recurring flat fee override to an existing account using Zuora's Data Loader Advance Multi-Action Template.

Column NameDescription
Trigger Dates Trigger DateThe specific date when the order action is triggered.
Trigger Dates NameDefines when the order takes effect (e.g., ContractEffective).
Subscriptions Subscription NumberSpecifies the existing subscription number if modifying. Required if not creating a new one.
Processing Options Run BillingBoolean flag indicating if billing should be triggered. Optional.
Processing Options Collect PaymentBoolean flag indicating if payment should be collected. Optional.
Order Date*The effective date for the order. Required.
Order Actions Change ReasonOptional explanation for the order action.
IsNewTriggerDateBoolean value that specifies whether a new trigger condition is defined.
IsNewSubscriptionIndicates whether a new subscription is being created. Should be True for the first row of a new subscription.
IsNewOrderActionBoolean flag indicating if a new order action is being defined. Required for each distinct action.
IsNewOrder*Indicates if a new order is being created. Required and should be True for the first line of each new order.
IsNewChargeIndicates if a new charge override is being applied. Should be True for the first override line.
Existing Account Number*The customer account number to which the order is being added. Required.
DescriptionOptional text describing the order.
Charge Type*Defines the type of charge (e.g., recurringFlatFee). Required.
Charge Product Rate Plan Charge Id*ID of the charge in the product rate plan. Required.
Charge List PricePrice override for the charge. Optional if using default pricing.
CategoryOptional descriptive field to classify the order.
Action Type*Defines the action type such as addProduct. Required.
Action Product Rate Plan IdID of the product rate plan being added. Required for product-related actions.
Note:
  • Only required columns (marked with an asterisk *) must be included to process the job successfully.
  • This file is a minimal and effective template for adding a product to an existing account and customizing the charge price using charge overrides.
  • Columns unrelated to this specific use case (e.g., order line items, discounts, usage charges) are intentionally removed for clarity and ease of use.

Renew Subscription and Remove Product

This file appears to handle a use case involving subscription renewal and product removal within a single order using multiple order actions.

Column NameDescription
IsNewOrder*Required. Indicates whether a new order is being created (True for the first row of the order).
Existing Account Number*Required. Specifies the Zuora account number to which the order will be applied.
Order Date*Required. The effective date of the order.
Category, DescriptionOptional metadata fields for order classification and notes.
Processing Options Collect Payment, Processing Options Run BillingFlags to control billing and payment during processing.
IsNewSubscriptionIndicates whether a new subscription is being created (True) or not. In this case, it's a renewal, so it references an existing subscription.
Subscriptions Subscription NumberRequired for actions on existing subscriptions, such as renewals or product removals.
IsNewOrderActionRequired. Indicates the beginning of a new order action. Multiple True entries imply multiple actions in the same order.
Order Actions Change ReasonOptional. Use this field to document the reason for the order action (e.g., business justification).
IsNewTriggerDate, Trigger Dates Name, Trigger Dates Trigger DateThese columns control when the order action is triggered. Typically ContractEffective for renewals.
Action Type*Required. Type of action such as renewSubscription, removeProduct.
Action Product Rate Plan IdRequired for actions involving product manipulation (e.g., add/remove).
IsNewCharge, Charge Product Rate Plan Charge Id*, Charge Type*, Charge List PriceOptional. Relevant if you are overriding pricing for a product being added, not used here.
Note:
  • The file uses multiple rows to define distinct order actions (renew and remove product) in a single order, which is efficient for complex order workflows.
  • Only necessary columns are retained, making the file clean and focused.
  • Charge override fields are unused, as this file is not adding or customizing charges.
  • Use this template when you want to renew an existing subscription and remove a product within the same order.
  • Make sure IsNewOrder is marked True only on the first row.
  • For each action (renew, removeProduct), set IsNewOrderAction to True and provide appropriate fields.
  • If custom fields or new rate plans are added to the tenant, download a fresh template to capture updated configurations.

Create Subscription with Multiple Rate Plans

This file is used to create a subscription with multiple rate plans and charge configurations.

Column NameDescription
IsNewOrderIndicates the start of a new order. Only marked True for the first row of the order.
Existing Account Number*Identifies the customer account in Zuora Billing. Required.
Order Date*Date on which the order is placed. Required.
IsNewSubscriptionMarks whether a new subscription is being created.
Action Type*Specifies the action to be performed (e.g., createSubscription). Required.
IsNewOrderAction, Order Actions Change ReasonIndicates if a new order action is being defined in the current row.
IsNewRatePlanSubscribeToRatePlansMarks the addition of a new rate plan under the subscription.
Action Subscribe To Rate Plans Product Rate Plan Id*Identifies the product rate plan being added. Required when subscribing to rate plans
IsNewChargeIndicates the start of a new charge being configured.
Charge Product Rate Plan Charge Id*Identifies the specific charge within the product rate plan. Required.
Charge Type*Specifies the charge type (e.g., recurringTiered, oneTimeFlatFee).
Charge Tier Number*Used for tiered charges to specify the tier index.
Charge Tier Price*The price for that tier
Charge Tier Starting Unit*, Charge Tier Ending UnitUsed in tiered pricing to define unit ranges.
Charge List PricePrice for flat fee or one-time charges
Note:

This template is designed to:

  • Create a new order and subscription.
  • Add multiple rate plans under the subscription.
  • Configure both tiered and flat fee charges within the same subscription.

Each row continues a specific part of the order structure. By marking IsNewOrderAction, IsNewCharge, and other flags appropriately, this structure supports complex product setups

Field Support Considerations

  • Data Loader supports the following fields:
OrderActionArrayofObjectFields
AddProductChargeOverrides ratingPropertiesOverride
  • isProrateParticlaMonth
  • prorationunit
  • daysInMonth
accountReceivableAccCode
AddProduct ChargeOverrides>Pricing> recurringdeliverybased recurringdeliverybased
  • pricechangeoption
  • priceincreaseoption
  • deliveryschedule
  • listprice
  • priceIntervals
Create Subscription, Owner Transfer, Terms and Conditions PaymentProfile
  • Payment GatewayID
  • PaymentMethodID
Create Subscription newSubOwnerAccount billtocontact taxInfo soldtocontact
Note:
  • Data Loader does not support credit card fields
  • Scheduling orders fields are not supported.

Data Dictionary for Advance Multi-Action Orders

See Advance Multi-Action Order Data Dictionary and the following sample CSV files with Data: