v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Retrieve an order

Retrieves the details of a Climate order object with the given ID.

get/v1/climate/orders/{order}

Path parameters

orderstring required

Unique identifier of the order.

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

Response

Successful response.

amount_feesinteger required

Total amount of Frontier's service fees in the currency's smallest unit.

amount_subtotalinteger required

Total amount of the carbon removal in the currency's smallest unit.

amount_totalinteger required

Total amount of the order including fees in the currency's smallest unit.

canceled_atinteger nullable

Time at which the order was canceled. Measured in seconds since the Unix epoch.

cancellation_reason'expired' | 'product_unavailable' | 'requested' nullable

Reason for the cancellation of this order.

certificatestring nullable

For delivered orders, a URL to a delivery certificate for the order.

confirmed_atinteger nullable

Time at which the order was confirmed. Measured in seconds since the Unix epoch.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

currencystring required

Three-letter ISO currency code, in lowercase, representing the currency for this order.

delayed_atinteger nullable

Time at which the order's expected_delivery_year was delayed. Measured in seconds since the Unix epoch.

delivered_atinteger nullable

Time at which the order was delivered. Measured in seconds since the Unix epoch.

expected_delivery_yearinteger required

The year this order is expected to be delivered.

idstring required

Unique identifier for the object.

livemodeboolean required

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

metadataobject required

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

metric_tonsstring decimal required

Quantity of carbon removal that is included in this order.

object'climate.order' required

String representing the object's type. Objects of the same type share the same value.

product_substituted_atinteger nullable

Time at which the order's product was substituted for a different product. Measured in seconds since the Unix epoch.

status'awaiting_funds' | 'canceled' | 'confirmed' | 'delivered' | 'open' required

The current status of this order.