Home > @vsf-enterprise/commercetools-api > cartActions > setLineItemSupplyChannelAction
# cartActions.setLineItemSupplyChannelAction variable
Signature:
setLineItemSupplyChannelAction: ({ id }: {
id: any;
}, supplyChannelId: any) => {
setLineItemSupplyChannel: {
lineItemId: any;
supplyChannel: {
id: any;
};
};
}