v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Order

Retrieves the details of a specific order.

get/order/{orderId}

Path parameters

orderIdstring required

The ID of the order.

Response

OK

orderNamestring required

The name of the order.

customerMailstring required

The email of the customer who placed the order.

orderDatestring date-time required

The date the order was placed.

statestring required

The current state of the order.

pipelineIdstring required

The ID of the pipeline associated with the order.

isLockedboolean required

Whether the order is locked.

isPublicboolean required

Whether the order is publicly visible.

failureMessagestring nullable

The failure message if the order failed.