Skip to main content

Cantemo Write Item Metadata

The metadata of an item are defined in the item's metadata group. It is a list of fields defined in the Cantemo admin part.

main

Item ID
It is the ID of the item that you wish to modify metadata;

Metadata fields
This is the list of metadata fields values assigned to that item. Metadata fields are specified using a JSON data structure. You may use Group/fields mapping syntax

{
"{metadatagroup.fieldName1}": value1,
"{metadatagroup.fieldName2}": value2
}