Interface StagedOrderSetLineItemShippingDetailsAction

interface StagedOrderSetLineItemShippingDetailsAction {
    action: "setLineItemShippingDetails";
    lineItemId: string;
    shippingDetails?: ItemShippingDetailsDraft;
}

Properties

action: "setLineItemShippingDetails"
lineItemId: 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