Home > @vsf-enterprise/commercetools-types > SetCartLineItemSupplyChannel
# SetCartLineItemSupplyChannel type
Signature:
export declare type SetCartLineItemSupplyChannel = {
    lineItemId: Scalars['String'];
    supplyChannel?: InputMaybe<ResourceIdentifierInput>;
};
References: Scalars, InputMaybe, ResourceIdentifierInput