CreateWishlistParams
Necessary props for calling the create wishlist API.
interface CreateWishlistParams extends CreateWishlistProps {
customer_id: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
customer_id | Required | number | The customer id. |
Necessary props for calling the create wishlist API.
interface CreateWishlistParams extends CreateWishlistProps {
customer_id: number;
}| Name | Required | Type | Description |
|---|---|---|---|
customer_id | Required | number | The customer id. |