Skip to main content

Developer Tools FAQs

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

Developer Tools FAQs

This article provides answers to FAQs about Developer Tools.

  1. Q: Does Developer Tools support all Zuora charge models?
    A: You can use all charge models in the Product Catalog ​​​​​​and Orders API Loaders. However, you cannot override any of the charge field values in the Subscription or Amendment API Loader because of API limitations for the following charge models:
    • MultiAttributePricing
    • PreratedPerUnit
    • PreratedPricing
  2. Q: What should I pay attention to when overriding product prices by importing a .csv file with the Subscription or Amendment API Loader?
    A: Ensure you have specified the following fields in the .csv file:
    Price type Field
    flat-fee or per-unit
    • Charge.ID (or Charge.Name instead)
    • Charge.ProductRatePlanChargeId
    • Tier.Price
    tiered or volume
    • Charge.ID (or Charge.Name instead)
    • Charge.ProductRatePlanChargeId
    • Tier.Tier
    • Tier.From
    • Tier.To
    • Tier.Price
    • Tier.PriceFormat
    For more information about the required fields, see Template fields.
English
日本語