# 特定のカートからすべてのアイテムを注文する 特定のカートからすべてのアイテムを含む注文を作成します。作成された注文は、new注文ステータスを取得します。 Endpoint: POST /v2/project/{project_id}/distribution_hub/payment/cart/{cart_id} Version: 1.0.0 Security: AuthForClient ## Path parameters: - `project_id` (integer, required) プロジェクトID。 Example: 44056 - `cart_id` (string, required) カートID。 Example: "custom_id" ## Request fields (application/json): - `currency` (string, required) 標準の決済通貨。[ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)3文字通貨コード。 - `geotype` (number, required) エクソラ側の配信者パートナーID。 Example: 13038 - `quantity` (integer) アイテム数量。 Example: 1 ## Response 200 fields (application/json): - `billing_info` (object) 課金情報。 - `billing_info.direct_tax` (array) - `billing_info.direct_tax.amount` (number) Example: 150 - `billing_info.direct_tax.name` (string) Example: "TAX" - `billing_info.direct_tax.rate` (number) Example: 10 - `billing_info.indirect_tax` (array) - `billing_info.price` (object) - `billing_info.price.currency` (string) 購入通貨。[ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)ごとの3文字のコード。 Example: "USD" - `order_id` (integer) 注文ID。 ## Response 422 fields (application/json): - `errorCode` (integer) Example: 1401 - `errorMessage` (string) Example: "[0401-1401]: Invalid cart" - `statusCode` (integer) Example: 422