Interface CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction

interface CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction {
    action: "applyDeltaToCustomLineItemShippingDetailsTargets";
    customLineItemId: string;
    targetsDelta: ItemShippingTarget[];
}

Properties

action: "applyDeltaToCustomLineItemShippingDetailsTargets"
customLineItemId: string

id of the CustomLineItem to update.

targetsDelta: ItemShippingTarget[]

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

Generated using TypeDoc