SetCartLineItemCustomType
type SetCartLineItemCustomType = {
lineItemId: Scalars['String'];
fields?: InputMaybe<Array<CustomFieldInput>>;
type?: InputMaybe<ResourceIdentifierInput>;
typeKey?: InputMaybe<Scalars['String']>;
typeId?: InputMaybe<Scalars['String']>;
};