Performing this action has no impact on inventory that should be reserved.

interface CartSetLineItemSupplyChannelAction {
    action: "setLineItemSupplyChannel";
    lineItemId: string;
    supplyChannel?: ChannelResourceIdentifier;
}

Properties

action: "setLineItemSupplyChannel"
lineItemId: string

id of the LineItem to update.

  • If present, a Reference to the Channel is set for the LineItem specified by lineItemId.
    • If not present, the current Reference to a supply channel will be removed from the LineItem specified by lineItemId. The Channel must have the InventorySupply ChannelRoleEnum.

Generated using TypeDoc