-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
PAPPartners acceleration programPartners acceleration programPriority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: doneProject: GraphQL
Milestone
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.
Metadata
Metadata
Assignees
Labels
PAPPartners acceleration programPartners acceleration programPriority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: doneProject: GraphQL