Interface MyCartUpdateItemShippingAddressAction

Updates an address in itemShippingAddresses by keeping the Address key.

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

Properties

Properties

action: "updateItemShippingAddress"
address: _BaseAddress

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

Generated using TypeDoc