Skip to main content

Update order status

PUT https://www.digicert.com/services/v2/order/certificate/{{order_id}}/status

Use this endpoint to cancel a pending certificate order or to mark a migrated certificate order as renewed or not renewed.

  • To cancel a pending order, the order status must be pending or waiting_pickup.

  • To mark a migrated certificate order* as renewed, the certificate must be within 90 days of its expiration date or be expired.

  • To mark a migrated certificate order* as not_renewed, you must have first marked the order as renewed

Notice

*Migrated certificate orders

When you migrate an order from your legacy console and then renew it in CertCentral, the original order may not automatically update to reflect the renewal. To prevent these "renewed" orders from appearing alongside orders that still need to be renewed, you can manually change the status of the original order to renewed.

Important

To renew a migrated order that you've marked renewed, you must first set the status of that order to not_renewed.

Example requests and response

Request parameters

Name

Req/Opt

Type

Description

status

required

string

Updated status for the order.

Allowed values (case sensitive):

  • canceled

  • renewed

  • not_renewed

Notes:

  • To cancel a pending order, the order status must be pending or waiting_pickup.

  • To mark a migrated certificate order as renewed, the certificate must be within 90 days of its expiration date or be expired.

  • To mark a migrated certificate order as not_renewed, you must have first marked the order as renewed.

note

required*

string

Message about the cancellation or changing the status to renewed or not_renewed.

*Note: Only required for order cancelations.