# 指定したアイテムで注文を作成する 指定されたアイテムで注文を作成します。作成された注文はnew注文ステータスになります。 Endpoint: POST /v2/project/{project_id}/distribution_hub/payment/item/{item_sku} Version: 1.0.0 Security: AuthForClient ## Path parameters: - `project_id` (integer, required) プロジェクトID。 Example: 44056 - `item_sku` (string, required) アイテムSKU。 Example: "booster_mega_1" ## 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: 1411 - `errorMessage` (string) Example: "[0401-1411]: Invalid item" - `statusCode` (integer) Example: 422