Note: This feature is only available if you have the Order Metrics feature enabled. As of Zuora Billing Release 284, Orders is generally available and the Order Metrics feature is no longer available as a standalone feature. If you are an existing Subscribe and Amend customer and want Order Metrics only, you must turn on Orders Harmonization. You can still keep the existing Subscribe and Amend API integrations to create and manage subscriptions.
Note: As of Zuora Billing Release 306, Zuora has upgraded the methodologies for calculating metrics in Orders. The new methodologies are reflected in the following Order Delta Metrics objects.
It is recommended that all customers use the new Order Delta Metrics. If you are an existing Order Metrics customer and want to migrate to Order Delta Metrics, submit a request at Zuora Global Support.
Whereas new customers, and existing customers not currently on Order Metrics, will no longer have access to Order Metrics, existing customers currently using Order Metrics will continue to be supported.
Note: As of Zuora Billing Release 306, any new customers who onboard on Orders or Orders Harmonization will no longer get this operation.
Retrieves the metrics of an evergreen subscription in a specified order.
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Authorization | string The value is in the |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Zuora-Entity-Ids | string An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header. |
{- "success": true,
- "order": {
- "orderNumber": "OR-00015",
- "orderDate": "2017-01-01",
- "createdDate": "2017-08-02",
- "createdBy": "8a8081085d834928015d837c3c4e0037",
- "updatedDate": "2017-08-02",
- "updatedBy": "8a8081085d834928015d837c3c4e0037",
- "existingAccountNumber": "A-00002",
- "currency": "USD",
- "status": "Completed",
- "description": "This is a description for the Order.",
- "subscriptions": [
- {
- "subscriptionNumber": "S-00004",
- "customFields": { },
- "baseVersion": null,
- "newVersion": 1,
- "orderActions": [
- {
- "type": "CreateSubscription",
- "sequence": 0,
- "triggerDates": [
- {
- "triggerDate": "2017-01-01",
- "name": "ServiceActivation"
}, - {
- "triggerDate": "2017-01-01",
- "name": "CustomerAcceptance"
}
], - "createSubscription": {
- "subscriptionOwnerAccountNumber": null,
- "terms": {
- "autoRenew": null,
- "renewalSetting": null,
- "initialTerm": {
- "startDate": "2017-01-01",
- "period": null,
- "periodType": null,
- "termType": "EVERGREEN"
}, - "renewalTerms": [
- {
- "period": null,
- "periodType": null
}
]
}, - "invoiceSeparately": null,
- "notes": null,
- "subscribeToRatePlans": [
- {
- "productRatePlanId": "8a8081085d834928015d9c54e67f0aa9",
- "newRatePlanId": "8a8081085d834928015da1e36fdd2061",
- "uniqueToken": "Sugar-free Monthly",
- "chargeOverrides": [
- {
- "description": null,
- "chargeNumber": "C-00000015",
- "productRateplanChargeId": "8a8081085d834928015d9c55d45f0aac",
- "uniqueToken": "Sugar-free Membership Monthly Charge",
- "pricing": {
- "recurringPerUnit": {
- "listPrice": null,
- "priceChangeOption": null,
- "priceIncreasePercentage": null
}
}, - "startDate": {
- "specificTriggerDate": null
}, - "endDate": {
- "endDateCondition": null,
- "specificEndDate": null,
- "upToPeriods": null,
- "upToPeriodsType": null
}, - "billing": {
- "billCycleDay": null,
- "billingPeriod": null,
- "billCycleType": null,
- "billingTiming": null,
- "billingPeriodAlignment": null,
- "specificBillingPeriod": null,
- "weeklyBillCycleDay": null
}, - "customFields": { }
}
], - "customFields": { }
}
]
}, - "customFields": { },
- "orderMetrics": [
- {
- "productRatePlanChargeId": "8a8081085d834928015d9c55d45f0aac",
- "originRatePlanId": "8a8081085d834928015da1e36fdd2061",
- "tcb": [
- {
- "subscriptionOwner": "A-00002",
- "invoiceOwner": "A-00002",
- "amount": 36.129032258,
- "endDate": "2017-02-28",
- "termNumber": 1,
- "tax": 0,
- "type": "Regular",
- "startDate": "2017-01-07"
}
], - "quantity": [
- {
- "subscriptionOwner": "A-00002",
- "invoiceOwner": "A-00002",
- "amount": 10,
- "endDate": "2017-02-28",
- "termNumber": 1,
- "startDate": "2017-01-07"
}
], - "productRatePlanId": "8a8081085d834928015da1e36fd9205e",
- "tcv": [
- {
- "subscriptionOwner": "A-00002",
- "invoiceOwner": "A-00002",
- "amount": 35.714285714,
- "endDate": "2017-02-28",
- "termNumber": 1,
- "type": "Regular",
- "startDate": "2017-01-07"
}
], - "chargeNumber": "C-00000015",
- "mrr": [
- {
- "subscriptionOwner": "A-00002",
- "invoiceOwner": "A-00002",
- "amount": 20,
- "endDate": "2017-02-28",
- "termNumber": 1,
- "type": "Regular",
- "startDate": "2017-01-07"
}
]
}
]
}
]
}
], - "customFields": { }
}
}