Interface CartSetShippingAddressAndShippingMethodAction

interface CartSetShippingAddressAndShippingMethodAction {
    action: "setShippingAddressAndShippingMethod";
    address?: _BaseAddress;
    shippingMethod?: ShippingMethodReference;
}

Properties

action: "setShippingAddressAndShippingMethod"
address?: _BaseAddress

Value to set. If not set, the shipping address is unset, and the taxedPrice and taxRate are unset in all Line Items of the Cart.

shippingMethod?: ShippingMethodReference

Generated using TypeDoc