{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Order
Initialize order from cart
Route: OrderServiceV2.initOrder
POST
/
v2
/
orders
{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Authorizations
Body
application/json
The body is of type any.
Response
Success