Skip to main content

Unit order details

GET https://www.digicert.com/services/v2/units/order/{{order_id}}

Use this endpoint to get information about a unit order.

Example requests and responses

Response parameters

Name

Type

Description

id

integer

ID of the unit order.

unit_account_id

integer

Account ID of the subaccount on the order.

unit_account_name

string

Name of the subaccount on the order.

bundle

array

List of objects with details about the cost and number of units purchased for each type of product on the order.

.. product_name_id

string

Unique identifier for the product.

Possible values: See Glossary - Product identifiers.

.. product_name

string

Name of the product.

.. units

integer

Number of units ordered for the product.

.. cost

double

Cost for this bundle of units.

cost

double

Total order cost.

status

string

Order status.

Possible values: completed, canceled

expiration_date

string

Expiration date of the units.

Format: YYYY-MM-DD

created_date

string

Creation timestamp for the order.

Format: YYYY-MM-DD hh:mm:ss

can_cancel

boolean

If true, you can cancel the order. Otherwise, false.