Change triggered by the following update actions:

- [Set Asset Key](ctp:api:type:CategorySetAssetKeyAction) on Categories.
- [Set Asset Key](ctp:api:type:ProductSetAssetKeyAction) on Products.
interface SetAssetKeyChange {
    asset: AssetChangeValue;
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetAssetKeyChange";
}

Properties

Information about the updated Asset.

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetAssetKeyChange"