INPUT_OBJECT

UpdateWishlistBodyParameterDescInput

Description of the post input body to update the wishlist or item.

link GraphQL Schema definition

1input UpdateWishlistBodyParameterDescInput {
4
2# Wish list description.
3description: String
7
5# Wish list description name.
6descriptionName: String
10
8# Wish list item to add or updated.
9item: [ComIbmCommerceRestWishlistHandlerWishlistHandlerUpdateBodyParameterDescriptionWishlistItemBodyDescriptionInput]
11}

link Required by