Note: This operation is only available if you have the Orders feature enabled. If you are an existing Zuora Subscribe and Amend customer, we recommend you enable Orders Harmonization to access the Orders feature. With Orders, you can access both existing functions for subscription and billing management and the new features on Zuora Billing.
Note: The Order Line Items feature is now generally available to all Zuora customers. You need to enable the Orders feature to access the Order Line Items feature. As of Zuora Billing Release 313 (November 2021), new customers who onboard on Orders will have the Order Line Items feature enabled by default.
Get the status and response of an asynchronous job. Currently, an asynchronous job created by "Create an order asynchronously" or "Preview an order asynchronously" is supported.
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 ( |
OK
Internal Server Error
Request Errors
{- "errors": null,
- "result": {
- "accountNumber": "A00000001",
- "invoiceNumbers": [
- "INV00000001"
], - "orderLineItems": [
- {
- "id": "bd78c0522adf42c2aa0fccacc997fa20",
- "itemNumber": "116"
}
], - "orderNumber": "OM-00002",
- "paidAmount": 300,
- "paymentNumber": "P-00000002",
- "status": "Pending",
- "subscriptions": [
- {
- "status": "Pending Activation",
- "subscriptionNumber": "SM-00001"
}, - {
- "status": "Pending Acceptance",
- "subscriptionNumber": "SM-00002"
}, - {
- "status": "Active",
- "subscriptionNumber": "SM-00003"
}, - {
- "status": "Pending Acceptance",
- "subscriptionNumber": "SM-00004"
}
], - "success": true
}, - "status": "Completed",
- "success": true
}