Last update:
July 26, 2024
WishlistType object¶
This type represents the details and properties of a wishlist.
Fields¶
Field | Description |
---|---|
id String! |
The Id of the wishlist. |
name String! |
The name of the wishlist. |
storeId String! |
The Id of the store associated with the wishlist. |
customerId String |
The Id of the customer associated with the wishlist. |
customerName String |
The name of the customer associated with the wishlist. |
currency CurrencyType |
The currency associated with the wishlist. |
items LineItemType |
A list of line items (products) in the wishlist. |
itemsCount Int |
The total number of items in the wishlist. |
scope WishlistScopeType |
The accessibility of the wishlist. |
description String |
A description of the wishlist. |
modifiedDate DateTime |
The date the wishlist was modified. |