Wish List Item
@Serializable(with = WishListItemSerializer::class )
Represents a product within a wish list.
Parameters
product Id
The parent ID of the product.
in Stock
Whether the item is currently in stock.
sku
The specific SKU of the product/variant (optional).
price
The current unit price of the product after discount or sale pricing (optional).
regular Price
The regular price of the product before sales or discounts (optional).
title
The name or title of the product (optional).
image
The address of the product image (optional).
date Added
The date when the product was added to the list (optional).
price When Added
The price of the product when it was added to the list (optional).