WishlistItemUpdateInput
No description
input WishlistItemUpdateInput {
note: String
expiryDate: DateTime
requestedPriceAmount: PositiveDecimal
quantity: Int
}
Fields
WishlistItemUpdateInput.note ● String scalar
Note for the item in the wishlist.
WishlistItemUpdateInput.expiryDate ● DateTime scalar
Date when this item in the wishlist will expire.
WishlistItemUpdateInput.requestedPriceAmount ● PositiveDecimal scalar
The requested price for this item in latest transaction currency.
WishlistItemUpdateInput.quantity ● Int scalar
The number of items.
Member Of
wishlistItemUpdate mutation