Creates an order with all items from the cart. The created order will get a new
order status.
Object with order creation data.
geotype required | number Distributor partner ID on the Xsolla's side. |
currency required | string Preferred payment currency. Three-letter currency code per ISO 4217. |
quantity | integer Item quantity. |
Order was successfully created.
Invalid cart. Check that cart exists, not empty, and all items in it are not free.
{- "geotype": 13038
}
{- "order_id": 641,
- "billing_info": {
- "price": {
- "amount": 1480.45,
- "currency": "USD"
}, - "indirect_taxes": [
- {
- "name": "VAT",
- "amount": 246.75,
- "rate": 20
}
], - "direct_taxes": [
- {
- "name": "TAX",
- "amount": 150,
- "rate": 10
}
]
}
}