Home > @vsf-enterprise/bigcommerce-api > GraphQL > WishlistItemInput
# GraphQL.WishlistItemInput type
Signature:
export declare type WishlistItemInput = {
productEntityId: Scalars['Int'];
variantEntityId?: InputMaybe<Scalars['Int']>;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > WishlistItemInput
Signature:
export declare type WishlistItemInput = {
productEntityId: Scalars['Int'];
variantEntityId?: InputMaybe<Scalars['Int']>;
};
On this page