Last update:
March 19, 2024
addWishListBulkItem mutation¶
This mutation adds products to various wish lists.
Arguments¶
The InputAddWishlistBulkItemType
is an input object type used for adding multiple items to one or more wishlists.
Field | Description |
---|---|
listIds [String] |
An array of wishlist Ids to which the items will be added. |
productId String |
The Id of the product to be added to the wishlists. |
quantity Int |
The quantity of the product to be added. This field is optional and can be omitted if not needed. |
Possible returns¶
Possible return | Description |
---|---|
BulWishListType |
The properties and fields associated with a shopping cart. |