Create Order
POST
/v1/ordersBearer tokenCreates a new order that triggers the provisioning workflow.
Request Body
customer_idstringRequiredUnique identifier of the customer placing the order.
itemsOrderItem[]RequiredArray of order line items. Each must include product_id and quantity.
configurationobjectGlobal 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_urlstringWebhook URL to receive provisioning status updates.
OrderItem Schema
product_idstringRequiredThe product to order from the catalog.
quantityintegerRequiredNumber of units to provision.
configurationobjectItem-specific configuration (overrides global configuration).
Response
Response
Errors
Response
Response