Home > @vsf-enterprise/bigcommerce-api > AddWishlistItemsParams
# AddWishlistItemsParams interface
Necessary parameters to add items to the wishlist.
Signature:
export interface AddWishlistItemsParams
# Properties
Property | Type | Description |
---|---|---|
items | AddWishlistItem[] | Array of wishlist items. |
wishlistId | number | ID of the wishlist. |