ProductFeature
This article describes the ProductFeature SOAP API object.
To create features in the product catalog and use them in subscriptions and Zuora Quotes, you need to enable the following:
- The Entitlements setting in your tenant.
Access to the Entitlements feature requires a specific edition of Zuora. See Zuora Editions for details. - The Enable Feature Specification in Product and Subscriptions setting in the Billing Settings.
Supported Calls
- query()
- create()
- update()
- delete()
Field Descriptions
All field names are case sensitive. Check enumerated values in descriptions to confirm capitalization and spacing. See Field Types for additional information.
Name | Required? | Allowed Operations | Description |
---|---|---|---|
CreatedById | optional | Query Filter | The ID of the Zuora user who created the Account object. Type: zns:ID |
CreatedDate | optional | Query Filter | The date when the Account object was created. Type: dateTime |
FeatureId | required | Create Query Update Delete Filter | Internal Zuora ID of the product feature. This field is not editable. Type: zns:ID |
ProductId | required | Create Query Update Delete Filter | Id of the product to which the feature belongs. This field is not editable. Type: zns:ID |
UpdatedById | optional | Query Filter | The ID of the user who last updated the account. Type: zns:ID |
UpdatedDate | optional | Query Filter | The date when the account was last updated. Type: dateTime |