Gets the virtual currency package within a project for administration.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
item_sku required | string Item SKU. Example: booster_mega_1 |
The specified virtual currency package was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "sku": "crystal_pack_1",
- "name": {
- "en": "Small crystal pack"
}, - "type": "bundle",
- "description": {
- "en": "Crystals x100"
}, - "long_description": null,
- "attributes": [
- {
- "external_id": "attr_1",
- "name": {
- "en-US": "OK"
}, - "values": [
- {
- "external_id": "val1",
- "value": {
- "en-US": "VALUE"
}
}, - {
- "external_id": "val2",
- "value": {
- "en-US": "VALUE2"
}
}
]
}
], - "is_free": false,
- "order": 1,
- "groups": [ ],
- "prices": [
- {
- "amount": 5,
- "currency": "USD",
- "is_default": true,
- "is_enabled": true,
- "country_iso": "US"
}
], - "media_list": [ ],
- "vc_prices": [ ],
- "is_enabled": true,
- "is_show_in_store": true,
- "regions": [ ],
- "bundle_type": "virtual_currency_package",
- "content": [
- {
- "description": {
- "en": "Main in-game currency"
}, - "sku": "crystal",
- "name": {
- "en": "Crystals",
- "ru": "Crystals"
}, - "type": "virtual_currency",
- "inventory_options": {
- "consumable": true,
- "expiration_period": null
}, - "quantity": 100
}
], - "limits": {
- "per_user": null,
- "per_item": null,
- "recurrent_schedule": null
}, - "periods": [ ],
- "custom_attributes": {
- "purchased": 0,
- "attr": "value"
}
}