Xsolla-logo
  • 文档
  • 创建帐户

使用当前购物车中的所有商品创建订单

post/v2/project/{project_id}/distribution_hub/payment/cart

使用购物车中的所有商品创建订单。创建的订单将获得new订单状态。

SecurityAuthForClient
Request
path Parameters
project_id
required
integer

项目ID。

Example: 44056
Request Body schema: application/json

包含订单创建数据的对象。

geotype
required
number

艾克索拉侧的分发合作伙伴ID。

currency
required
string

首选支付币种。参照ISO 4217标准的三字母货币代码。

quantity
integer

商品数量。

Responses
200

订单已成功创建。

422

购物车无效。请检查购物车是否存在,内容不能为空,并且其中的所有商品均非免费。

Request samples
application/json
{
  • "geotype": 13038
}
Response samples
application/json
{
  • "billing_info": {
    },
  • "order_id": 641
}