Update multiple catalog entries in a single operation. You can update up to 250 entries at once. This operation is atomic - either all entries are updated successfully, or none are updated.
The unique identifier of the catalog type containing the entries
"01GW2G3V0S59R238FAHPDS1R66"
A list of entries to update with their new values. Maximum 250 entries per request.
1 - 250 elements[
{
"aliases": ["abc123"],
"attribute_values": {
"abc123": {
"array_value": [{ "literal": "SEV123" }],
"value": { "literal": "SEV123" }
}
},
"entry_id": "abc123",
"external_id": "abc123",
"name": "abc123",
"rank": 1
},
{
"aliases": ["abc123"],
"attribute_values": {
"abc123": {
"array_value": [{ "literal": "SEV123" }],
"value": { "literal": "SEV123" }
}
},
"entry_id": "abc123",
"external_id": "abc123",
"name": "abc123",
"rank": 1
}
]
Optional list of specific attribute IDs to update across all entries. When provided, only these attributes in attribute_values will be updated and all other attributes will be preserved. This parameter only affects attribute_values - it does not affect core entry fields like name, rank, aliases, or external_id, which follow their individual omission rules.
[
"01GW2G3V0S59R238FAHPDS1R66",
"01GW2G3V0S59R238FAHPDS1R67"
]
No Content response.