SetCartLineItemSupplyChannel
type SetCartLineItemSupplyChannel = {
lineItemId: Scalars['String'];
supplyChannel?: InputMaybe<ResourceIdentifierInput>;
};type SetCartLineItemSupplyChannel = {
lineItemId: Scalars['String'];
supplyChannel?: InputMaybe<ResourceIdentifierInput>;
};