Home > @vsf-enterprise/bigcommerce-theme > GuestWishlistItem
# GuestWishlistItem interface
Guest wishlist stored item.
Signature:
export interface GuestWishlistItem
# Properties
Property | Type | Description |
---|---|---|
id | string | Item it created from product id and variant id in ${product_id}_${variant_id} format. |
product_id | number | Id of the product from wishlist. |
variant_id? | number | (Optional) Id of the product vartiant. |