Update an Item's Name & Description

Update item name and description

Usage in your script

const updateItemData = await alturaItem.updateItemData(ITEMNAME, ITEMDESC);

Parameters

ParameterTypeRequiredDescription

ITEMNAME

String

Optional

New name of the Item

ITEMDESC

String

Optional

New description for the item

Last updated