v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBorders-orders
Create order
Create client order based on selected quote
post/orders/clients/orders
Request body
Example request
{
"quoteId": "3a5aaea8-504a-4404-ad3d-b82574fba5e5"
}Response
Order created successfully
Example response
{
"success": true,
"error": {
"code": "UNKNOWN_ERROR",
"message": "Request could not be completed due to an error"
}
}