Generated after a successful Set Delivery Address update action.

interface DeliveryAddressSetMessagePayload {
    address?: Address;
    deliveryId: string;
    oldAddress?: Address;
    shippingKey?: string;
    type: "DeliveryAddressSet";
}

Properties

address?: Address

Address after the Set Delivery Address update action.

deliveryId: string

Unique identifier of the Parcel.

oldAddress?: Address

Address before the Set Delivery Address update action.

shippingKey?: string

User-defined unique identifier of the Shipping Method in a Cart with Multi ShippingMode.

type: "DeliveryAddressSet"

Generated using TypeDoc