Interface CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction

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

Properties

action: "applyDeltaToCustomLineItemShippingDetailsTargets"
customLineItemId?: string

id of the CustomLineItem to update. Either customLineItemId or customLineItemKey is required.

customLineItemKey?: string

key of the CustomLineItem to update. Either customLineItemId or customLineItemKey is required.

targetsDelta: ItemShippingTarget[]

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