Store items
Retrieving store item objects
A store item can be retrieved from a store object. Use the get_items() function of the BlueConic store
object.
Using store item objects
- class StoreItem
- get_value(property_id)
Gets the first value of a property.
- get_values(property_id)
Gets all values of a property.
- property properties
Returns the properties of this object.
- property property_ids
Returns the property IDs of this object.