特定のカートにアイテムを入れます。カートに同じSKUのアイテムがすでにある場合は、既存のアイテムの位置が渡された値で置き換えられます。
required | Array of objects アイテムのリスト。 |
currency | string 標準の決済通貨。ISO 42173文字通貨コード。 |
アイテムの入ったカートは正常に返却されました。
[- {
- "quantity": 123,
- "sku": "booster_mega_1"
}
]
{- "cart_id": "cart_id",
- "is_free": false,
- "items": [
- {
- "attributes": [ ],
- "description": "Take it, take it all! All of Xsollas riches in one Mega Booster.",
- "groups": [
- {
- "external_id": "powerups",
- "name": "Power Ups"
}
], - "inventory_options": {
- "consumable": {
- "usages_count": 1
}
}, - "is_free": false,
- "name": "Xsolla Booster Mega",
- "price": {
- "amount": "50.0000000000000000",
- "amount_without_discount": "100.0000000000000000",
- "currency": "USD"
}, - "quantity": 123,
- "sku": "booster_mega_1",
- "type": "virtual_good",
- "virtual_item_type": "consumable",
- "virtual_prices": [ ]
}
], - "price": {
- "amount": "6150.0000000000000000",
- "amount_without_discount": "6150.0000000000000000",
- "currency": "USD"
}, - "warnings": [
- {
- "errorCode": 4001,
- "errorMessage": "[0401-4001]: Item with Project Id = 44056 and Sku = booster_mega_2 not found",
- "quantity": 1,
- "sku": "booster_mega_21"
}
]
}