Interface CartApplyDeltaToLineItemShippingDetailsTargetsAction

To override the shipping details, see Set LineItemShippingDetails.

interface CartApplyDeltaToLineItemShippingDetailsTargetsAction {
    action: "applyDeltaToLineItemShippingDetailsTargets";
    lineItemId: string;
    targetsDelta: ItemShippingTarget[];
}

Properties

action: "applyDeltaToLineItemShippingDetailsTargets"
lineItemId: string

id of the LineItem to update.

targetsDelta: ItemShippingTarget[]

Using positive or negative quantities increases or decreases the number of items shipped to an address.

Generated using TypeDoc