创建虚拟物品。
Array of objects <= 20 items 属性列表。 注意:为每个商品指定的属性不能超过20个。任何超出限制的尝试都会导致错误。 | |||||||||||
custom_attributes | object <json> <= 500 characters 包含商品属性和值的JSON对象。属性允许您向商品添加更多信息,例如玩家使用该商品所需的等级。属性可丰富游戏的内部逻辑,并且可以通过专用的GET方法和webhook进行访问。 | ||||||||||
object 包含本地化商品描述的对象。两个小写字母的语言代码。 | |||||||||||
groups | Array of strings 商品所属的组。 注:字符串值引用组`external_id`。 | ||||||||||
image_url | string 图像URL。 | ||||||||||
object 定义物品库商品选项。 | |||||||||||
is_deleted | boolean | ||||||||||
is_enabled | boolean | ||||||||||
is_free | boolean Default: false 如果为 | ||||||||||
is_show_in_store | boolean | ||||||||||
object 商品限制。 | |||||||||||
object 包含本地化商品长描述的对象。两个小写字母的语言代码。 | |||||||||||
Array of objects 商品的附加资源,例如屏幕截图、游戏视频等。 | |||||||||||
object 包含本地化商品名称的对象。两个小写字母的语言代码。 | |||||||||||
order | integer 定义排列顺序。 | ||||||||||
Array of objects or null 商品促销时间段。 | |||||||||||
object | |||||||||||
Array of objects | |||||||||||
Array
| |||||||||||
Array of objects | |||||||||||
sku | string [ 1 .. 255 ] characters ^[a-zA-Z0-9_\\-–.]*$ 唯一商品ID。 SKU只能包含小写英文字母和数字字符、句点、破折号和下划线。 | ||||||||||
Array of objects | |||||||||||
虚拟物品已成功创建。
无效的请求。
{- "attributes": [
- {
- "external_id": "craft-materials",
- "name": {
- "en": "Craft materials"
}, - "values": [
- {
- "external_id": "steel",
- "value": {
- "en-US": "5"
}
}, - {
- "external_id": "leather",
- "value": {
- "en-US": "1"
}
}
]
}
], - "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": {
- "de": "Ein Schwert ist eine Nahkampfwaffe mit Klinge, die zum Schneiden oder Stechen bestimmt ist, länger als ein Messer oder Dolch ist und aus einer langen Klinge besteht, die an einem Griff befestigt ist.",
- "en": "A sword is a bladed melee weapon intended for cutting or thrusting that is longer than a knife or dagger, consisting of a long blade attached to a hilt."
}, - "groups": [
- "weapons"
], - "is_enabled": true,
- "is_free": false,
- "is_show_in_store": true,
- "limits": {
- "per_item": 100,
- "per_user": 5
}, - "name": {
- "de": "Schwert",
- "en": "Sword"
}, - "order": 1,
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "prices": [
- {
- "amount": 100,
- "currency": "USD",
- "is_default": true,
- "is_enabled": true
}, - {
- "amount": 200,
- "country_iso": "CZ",
- "currency": "CZK",
- "is_default": true,
- "is_enabled": false
}
], - "sku": "sword",
- "vc_prices": [ ]
}
{- "sku": "new-sku"
}