Alokai

setLineItemSupplyChannelAction

Signature

setLineItemSupplyChannelAction: (
	input: {
  id: any;
},
	supplyChannelId: any
) => {
  setLineItemSupplyChannel: {
    lineItemId: any;
    supplyChannel: {
      id: any;
    };
  };
}

Parameters

NameRequiredTypeDescription
{ id }Required
inputRequired{ id: any; }
supplyChannelIdRequiredany

On this page