Home > @vsf-enterprise/commercetools-types > ChangeShoppingListTextLineItemQuantity
# ChangeShoppingListTextLineItemQuantity type
Signature:
export declare type ChangeShoppingListTextLineItemQuantity = {
textLineItemId: Scalars['String'];
quantity: Scalars['Int'];
};
References: Scalars