Item attributes
Attributes are characteristics of items that can help you share additional information about an item.
Main features:
- specify additional characteristics of an item
- link items to events and conditions
Examples of item attributes
Item type | Item attribute name | Item attribute value |
---|---|---|
Game keys | Game type | New, Early access, Coming Soon, Special |
Genre | Action, Adventures, Casual, Simulator, Strategy, RPG | |
Virtual items | Quality | Epic, Legendary, Common |
Class | Warrior, Paladin, Hunter, Shaman, Druid | |
Virtual currency | Event | New year |
Quest | Completing quest 1, Completing quest 2 |
Integration flow
Set up item attributes
Every item attribute has the following parameters:
External ID — a unique attribute identifier.- Name (specified for every language used in a project).
- List of values.
To create and set up item attributes, you can:
Configuration via Publisher Account
- Go to Store > Catalog management.

- Click Configure in the Item attributes section.
- Click Create item attribute.
- Specify the
External ID and name of the item attribute.
- Click Save and continue.
- Specify all necessary values for the created item attribute. For every value, specify the
External ID . To add more values, click +.
- Click Finish.
Configuration via API calls
Use API calls from the
Configure item attribute values
Every item attribute value has the following parameters:
external_id
of a parent item attributeexternal_id
of a value- name (specified for every language used in the project)
To create and set up item attribute values, you can:
Configuration via Publisher Account
- Go to Store > Catalog management.

- Click Configure in the Item attributes section.
- Select a required item attribute in the list of item attributes.
- Open the Values tab and click Create new value.
- Specify the External ID and name for the value.
- Click Save changes.
Configuration via API calls
Use API calls from the
Configure attributes for item
To add attributes for items, you can:
Configuration via Publisher Account
To add an attribute for an item:
- Go to Store.
- Open a section with the required item type:
- Virtual items
- Virtual currency
- Game keys
- Bundles
- Create a new item or edit the existing one.
- While filling in the general information about the item, select a previously created item attribute in the Item attribute section.
- In the Value field that appears, select the identifier that corresponds to the required item attribute value.
Configuration via API methods
Pass an array of objects with identifiers and values of item attributes that you want to link to the
- http
"attributes": [
{
"external_id": "craft-materials",
"values": [
{
"external_id": "steel",
},
{
"external_id": "leather",
},
...
]
Was this article helpful?
Rate this page
Don’t want to answer
Thank you for your feedback!
Found a typo or other text error? Select the text and press Ctrl+Enter.