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