AddWishlistItemsParams
Necessary parameters to add items to the wishlist.
interface AddWishlistItemsParams {
items: AddWishlistItem[];
wishlistId: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
items | Required | AddWishlistItem[] | Array of wishlist items. |
wishlistId | Required | number | ID of the wishlist. |