ItemTags
Jump to navigation
Jump to search
Represents a ItemTag object. Catalog Item is generic object that it can be any types of CatalogItemType.
Members
Field | Data Type | Description |
---|---|---|
ItemId | Int | |
ItemType | ItemType enum | |
RequiresPin | Boolean | |
TagType | TagType | |
TagValue | String |
Example
{ "ItemId": 28771, "ItemType": 256, "RequiresPin": false, "TagType": 3, "TagValue": "True" }
Known issues
None
Version history
See also
API Version Number | Change description | Changes author |
---|---|---|
7.0 | Initial data type implementation | José Manuel Escartín |