On this pageAddItemResult.itemIdpublic string itemId { get; }CopyDescription#Gets the id of the item that was addedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddItemResult target) { string result = target.itemId; } }Copy