Alokai

AddWishlistItemsParams

Necessary parameters to add items to the wishlist.

interface AddWishlistItemsParams {
	items: AddWishlistItem[];
	wishlistId: number;
}

Properties

NameRequiredTypeDescription
itemsRequiredAddWishlistItem[]Array of wishlist items.
wishlistIdRequirednumberID of the wishlist.

On this page