Gets the NFT item 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 |
Specified NFT was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "sku": "nft_item_1",
- "name": {
- "en": "Maximum Armor Xsolla Skin"
}, - "type": "nft",
- "description": {
- "en": "Suit up with flair showcasing your allegiance to Xsolla"
}, - "long_description": {
- "en": "The metal coverings formerly worn by soldiers or warriors to protect the body in battle."
}, - "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": [
- {
- "id": 11,
- "external_id": "featured",
- "name": {
- "en": "featured"
}, - "description": {
- "en": "featured"
}, - "image_url": null,
- "level": 0,
- "order": 1,
- "parent_group_id": null,
- "children": [ ],
- "parent_external_id": null,
- "is_enabled": false
}, - {
- "id": 12,
- "external_id": "Xsolla",
- "name": {
- "en": "Xsolla"
}, - "description": {
- "en": "Xsolla"
}, - "image_url": null,
- "level": 0,
- "order": 1,
- "parent_group_id": null,
- "children": [ ],
- "parent_external_id": null,
- "is_enabled": false
}, - {
- "id": 107,
- "external_id": "Premium",
- "name": {
- "en": "Premium"
}, - "description": {
- "en": "Premium"
}, - "image_url": null,
- "level": 0,
- "order": 1,
- "parent_group_id": null,
- "children": [ ],
- "parent_external_id": null,
- "is_enabled": true
}, - {
- "id": 113,
- "external_id": "NonConsumableGroupCode",
- "name": {
- "en": "Non-consumable"
}, - "description": {
- "en": "Non-consumable items"
}, - "image_url": null,
- "level": 0,
- "order": 1,
- "parent_group_id": null,
- "children": [ ],
- "parent_external_id": null,
- "is_enabled": false
}
], - "prices": [
- {
- "amount": 12.99,
- "currency": "USD",
- "is_default": true,
- "is_enabled": true
}, - {
- "amount": 20.99,
- "currency": "CZK",
- "country_iso": "CZ",
- "is_default": false,
- "is_enabled": true
}
], - "media_list": [ ],
- "vc_prices": [ ],
- "is_enabled": true,
- "is_show_in_store": true,
- "regions": [ ],
- "limits": {
- "per_user": null,
- "per_item": {
- "total": 1,
- "available": 1,
- "reserved": 0,
- "sold": 0
}, - "recurrent_schedule": null
}, - "is_minted": true,
- "blockchain": "blockchain_name_1",
- "token_id": "115792089237316195423570985008687907853269984665640564039457584007913129639930",
- "smart_contract_address": "t1qskq33nssskznn0118oh355qjigmkpn8vekye6mctcgstrtrkibj2v7cf3tyk4ls05bdxr8nha02",
- "cryptoaccount": "cryptoaccount_name_1",
- "is_sales_exist": false
}