Interface StagedOrderSetShippingAddressAndCustomShippingMethodAction

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

Properties

action: "setShippingAddressAndCustomShippingMethod"
address: _BaseAddress

Polymorphic base type that represents a postal address and contact details. Depending on the read or write action, it can be either Address or AddressDraft that only differ in the data type for the optional custom field.

externalTaxRate?: ExternalTaxRateDraft

Controls calculation of taxed prices for Line Items, Custom Line Items, and Shipping Methods as explained in Cart tax calculation.

shippingMethodName: string
shippingRate: ShippingRateDraft

Generated using TypeDoc