Home > @vsf-enterprise/bigcommerce-api > GraphQL > WishlistItem
# GraphQL.WishlistItem type
Signature:
export declare type WishlistItem = {
__typename?: 'WishlistItem';
entityId: Scalars['Int'];
product: Product;
productEntityId: Scalars['Int'];
variantEntityId?: Maybe<Scalars['Int']>;
};