Skip to main content

Activate draft orders

Zuora

Activate draft orders

You can activate a draft order to change it from Draft status to Pending or Completed status under the following conditions:

  • If an order is saved as a draft order with some dates unfilled like the dates unfilled for a pending order, once you activate the order, the order will change from Draft status to Pending status. For information about the dates unfilled for a pending order, see Activate a pending subscription or order.
  • If an order has other configurations not finished rather than the preceding unfilled dates, once you activate the order, the order will change from Draft status to Completed status.

Activate a draft order using the Zuora application

To activate a draft order, perform the following steps:

  1. Navigate to Customers > Orders.
  2. Search for the order by performing an exact search for the draft order or filtering all orders in the draft status.
  3. Click the order number of the draft order to open the order details page, and then click Activate at the bottom right.

    The order status changes from Draft to Pending or Completed on the Orders page and order details page.

Activate a draft order using the REST API

Use the Activate an order operation to activate an order that is in the Draftstatus:

Request PUT/v1/orders/{orderNumber}/activate