Interface OrderSetCustomLineItemShippingDetailsAction

interface OrderSetCustomLineItemShippingDetailsAction {
    action: "setCustomLineItemShippingDetails";
    customLineItemId: string;
    shippingDetails?: ItemShippingDetailsDraft;
}

Properties

action: "setCustomLineItemShippingDetails"
customLineItemId: string
shippingDetails?: ItemShippingDetailsDraft

For order creation and updates, the sum of the targets must match the quantity of the Line Items or Custom Line Items.

Generated using TypeDoc