OBJECT

wishListResponse

link GraphQL Schema definition

1type wishListResponse {
2
3# Wish list descriptionName
4descriptionName: String
13
5# Wish list item to add or update.
6item: [ComIbmCommerceRestWishlistHandlerWishlistHandlerWishListResponseItem]
13
7# Wish list resource name
8resourceName: String!
13
9# The store identifier.
10storeId: String!
13
11# Wish list unique identifier.
12uniqueID: String!
14
15}

link Required by