Interface StagedOrderRemoveItemShippingAddressAction

interface StagedOrderRemoveItemShippingAddressAction {
    action: "removeItemShippingAddress";
    addressKey: string;
}

Properties

Properties

action: "removeItemShippingAddress"
addressKey: string

Generated using TypeDoc