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.
OK
Internal Server Error
Request Errors
{- "errors": null,
- "result": {
- "jobType": "AsyncCreateOrder",
- "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
}