Alokai

CreateWishlistParams

Necessary props for calling the create wishlist API.

interface CreateWishlistParams extends CreateWishlistProps {
	customer_id: number;
}

Properties

NameRequiredTypeDescription
customer_idRequirednumberThe customer id.

Referenced Types

On this page