Skip to main content
POST/v1/orders

Create Order

POST/v1/ordersBearer token

Creates a new order that triggers the provisioning workflow.

Request Body

customer_idstringRequired

Unique identifier of the customer placing the order.

itemsOrderItem[]Required

Array of order line items. Each must include product_id and quantity.

configurationobject

Global configuration options applied to all items (e.g., region, environment).

metadataRecord<string, string>

Arbitrary key-value pairs attached to the order for your reference.

callback_urlstring

Webhook URL to receive provisioning status updates.

OrderItem Schema

product_idstringRequired

The product to order from the catalog.

quantityintegerRequired

Number of units to provision.

configurationobject

Item-specific configuration (overrides global configuration).

Response

Response

Errors

Response
Response