interface SetLineItemProductKeyChange {
    change: string;
    lineItem: LocalizedString;
    lineItemId: string;
    nextValue: string;
    previousValue: string;
    type: "SetLineItemProductKeyChange";
    variant: string;
}

Properties

change: string
lineItem: LocalizedString

Name of the Product the Line Item is based on.

lineItemId: string

id of the updated LineItem.

nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetLineItemProductKeyChange"
variant: string

sku or key of the updated ProductVariant.