Skip to main content

WishlistItem

An item in a wishlist.

type WishlistItem implements Node {
id: ID!
note: String
quantity: Int!
expiryDate: DateTime
wishlist: Wishlist!
product: Product
variant: ProductVariant
requestedPrice: Money
}

Fields

WishlistItem.id ● ID! non-null scalar

The Globally Unique ID of this object

WishlistItem.note ● String scalar

Note for this item

WishlistItem.quantity ● Int! non-null scalar

Quantity

WishlistItem.expiryDate ● DateTime scalar

Expiry date for this item

WishlistItem.wishlist ● Wishlist! non-null object

The wishlist this item belongs to

WishlistItem.product ● Product object

The product this item refers to

WishlistItem.variant ● ProductVariant object

The variant this item refers to

WishlistItem.requestedPrice ● Money object

Requested price for this item

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

WishlistAddProduct object ● WishlistAddProductVariant object ● WishlistItemCountableEdge object ● WishlistItemUpdate object ● WishlistRemoveProduct object ● WishlistRemoveProductVariant object

Was this page helpful?