Last updated 1 year ago
Update item name and description
const updateItemData = await alturaItem.updateItemData(ITEMNAME, ITEMDESC);
const updateItemData: IAlturaItem = await alturaItem.updateItemData(ITEMNAME, ITEMDESC);
ITEMNAME
String
Optional
New name of the Item
ITEMDESC
New description for the item