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