Updates an address in itemShippingAddresses by keeping the Address key.

interface MyCartUpdateItemShippingAddressAction {
    action: "updateItemShippingAddress";
    address: _BaseAddress;
}

Hierarchy (View Summary)

Properties

Properties

action: "updateItemShippingAddress"
address: _BaseAddress

The new Address with the same key as the Address it will replace.