Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerShippingAddressAddedMessagePayload

    Generated after a successful Add Shipping Address ID update action.

    interface CustomerShippingAddressAddedMessagePayload {
        address: Address;
        type: "CustomerShippingAddressAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was added to the Customer shippingAddressIds.

    type: "CustomerShippingAddressAdded"