Welcome to Zuora Product Documentation

Explore our rich library of product information

Use REST API-View order details

This topic explains how to use the REST API to retrieve and view order details using the order number.

You can use the "Get an order" operation to view an order.

To view an order:

  1. Determine the value of the following variable:

    Variable

    Description

    $OrderNumber

    The order number of the order to view. For example, O-00000003 .

  2. Use the Retrieve an order operation to view an order of a specific order number:

    Request

    GET /v1/orders/{$OrderNumber}

For a subscription created in the draft order, since the subscription is not actually created in the system and thus the subscription does not have the number, the subscriptionNumber field will not be shown in the response.