This update action sets a new ID that can be used as an additional identifier for external systems like Customer Relationship Management (CRM) or Enterprise Resource Planning (ERP).

interface CategorySetExternalIdAction {
    action: "setExternalId";
    externalId?: string;
}

Properties

Properties

action: "setExternalId"
externalId?: string

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc