Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Example

Description

targetItemIds

12345

List of item ids of your assets that must be have its metadata updated

metaFieldLabelId

12345

The id of the metafield label that must be updated

skipAutoTranslateBehavior

true

Do you wish to skip auto-translate or not

Optional parameters

Name

Example

Description

comboValue

1

Updating field type SingleComboValue

value

abc

Updating field type SingleValue such as a string or int

comboValues

[1,2,3]

Updating field typeComboValues

...

Code Block
{
  targetItemIds: [1234],
  metaFieldLabelId: 5421,
  skipAutoTranslateBehavior: true,
  value: "My description"
}

...