Closed
Description
Implement coverage for this new mutation
addWishlistItemsToCart( wishlistUid: ID!, @doc(description: "unique Id of wishlist") wishlistItemUids: [ID!> @doc(description: "Optional param. selected wish list items that are to be added") ): AddWishlistItemsToCartOutput @doc(description: "Add Requisition List Items To Customer Cart")
AC
- The field wishlistItemUids in the input can be null. Which implies that all the items in the wishlist will be added to the cart when wishlistItemUids are null.
- The status field in the response conveys the result of the operation true/false
- The addwishlist_items_to_cart_usererrors field should aggregate all the errors occurred when adding the corresponding items to the cart.