post https://paella-sandbox.billie.io/api/v2/orders
Purpose:
Creates an order directly from the backend without buyer interaction.
Preconditions:
- All the order related data is present
Success:
- Response Code:
HTTP 200
- Response body:
state
->created
- Response body:
uuid
-> ID of the created order
Attention:
This call should be used when the buyer consent is received by another channel.