Multiple Wishlist | GraphQL methods

Multiple Wishlist | GraphQL methods

Query
  1. amGetWishlists
    description: get array of wishlists for the requested page

  2. amGetRecentlyUpdatedWishlists
    description: get recently updated wishlists

Mutations

  1. amCreateWishlist
    description: create new wishlist

  2. amAddProductsToWishlist
    description: add product to wishlist

  3. amDeleteWishlist
    description: delete wishlist

  4. amEditWishlist
    description: edit current wishlist

  5. amDeleteProductsFromWishlist
    description: delete product from wishlist

  6. amAddToCartFromWishlist
    description: add wishlist item to cart

  7. amAddToWishlistFromCart
    description: Add cart item to wishlist

  8. amMoveProductsBetweenWishlists
    description: Move products from one wish list to another

      • Related Articles

      • What Amasty extensions support GraphQL?

        Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module. To ...
      • Multiple Coupons | GraphQL methods

        Kindly note that the GraphQL functionality for Multiple Coupons is available as a part of an active product subscription or support subscription. Query amGetCouponsByCartId description: get coupons by cart id Mutations amApplyCouponsToCart ...
      • Multiple Wishlist API

        1. Amasty\MWishlist\Api\WishlistRepositoryInterface - class for managing wishlists. POST /V1/amasty_mWishlist/wishlist, method="save" - create a wishlist; PUT /V1/amasty_mWishlist/wishlist/:wishlistId, method="save" - edit a wishlist; DELETE ...
      • Improved Layered Navigation | GraphQL methods

        The Improved Layered Navigation extension doesn't have its own GraphQL requests. Instead, it extends the default Magento requests by introducing supplementary details. You can get additional information stored by the Improved Layered Navigation ...
      • One Step Checkout | GraphQL methods

        Queries getAdditionalFields (cartId: String!) description: get information about additional fields getDefaultIpData description: get information about default IP address getAvailableShippingMethods (cartId: String!) description: get the information ...