Creates a list of virtual items and adds them to Backpack of the specified user.
X-HOST-ID required | string <uuid> A unique header issued by Xsolla. To obtain it, please contact the integration team at integration@xsolla.com or your Customer Success Manager at csm@xsolla.com. Provide them with the project ID and merchant ID. Keep X-HOST-ID confidential, as it is part of the authentication key. |
A JSON object containing virtual items information.
Virtual items were successfully created.
Bad request.
Internal server error.
[- {
- "item_sku": "string",
- "item_name": "string",
- "image_url": "string",
- "description": "string",
- "game_name": "string",
- "game_image_url": "string",
- "external_game_id": "string",
- "platform": "steam"
}
]
[- {
- "item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c",
- "description": "string",
- "image_url": "string",
- "item_sku": "string",
- "game_name": "string",
- "external_game_id": "string",
- "item_type": "virtual_currency",
- "created_at": "string",
- "item_status": "string",
- "item_name": "string",
- "platform": "steam",
- "project_id": 0,
- "merchant_id": 0
}
]