Change triggered by the following update actions:

- [SetParcelMeasurements](ctp:api:type:OrderSetParcelMeasurementsAction) on Orders.
- [SetParcelMeasurements](ctp:api:type:StagedOrderSetParcelMeasurementsAction) on Staged Orders.
interface SetParcelMeasurementsChange {
    change: string;
    nextValue: ParcelMeasurements;
    parcel: ParcelChangeValue;
    previousValue: ParcelMeasurements;
    type: "SetParcelMeasurementsChange";
}

Properties

change: string

Value after the change.

Information about the updated Parcel.

previousValue: ParcelMeasurements

Value before the change.

type: "SetParcelMeasurementsChange"