Interface CartSetShippingAddressAndCustomShippingMethodAction

interface CartSetShippingAddressAndCustomShippingMethodAction {
    action: "setShippingAddressAndCustomShippingMethod";
    address?: _BaseAddress;
    externalTaxRate?: ExternalTaxRateDraft;
    shippingMethodName: string;
    shippingRate: ShippingRateDraft;
    taxCategory?: TaxCategoryResourceIdentifier;
}

Properties

action: "setShippingAddressAndCustomShippingMethod"
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.

externalTaxRate?: ExternalTaxRateDraft
shippingMethodName: string
shippingRate: ShippingRateDraft

Generated using TypeDoc