Appearance
Set Item Attribute
Sets the attribute of an item. Other attributes are not deleted.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Item | array of string | Name of the dimension item ([Item]). | yes | ||
| Attribute | array of string | Attribute of the item ([Attribute].[Value]), e.g. [Size].[L],[Color].[Blue] | no |
Result
No fields
Code
text
SET ITEM ATTRIBUTE
DIMENSION=[string, Needed]
ITEM=[string, Multiple, Needed]
ATTRIBUTE=[string, Multiple]