Interface StagedOrderSetCustomShippingMethodAction

interface StagedOrderSetCustomShippingMethodAction {
    action: "setCustomShippingMethod";
    externalTaxRate?: ExternalTaxRateDraft;
    shippingMethodName: string;
    shippingRate: ShippingRateDraft;
    taxCategory?: TaxCategoryResourceIdentifier;
}

Properties

action: "setCustomShippingMethod"
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