Improved Sorting | GraphQL methods

Improved Sorting | GraphQL methods

Queries 
  1. amfeaturedWidget (sortBy: String!, amsortingSortOrder: String!, productsCount: Int!, conditions: String!, showPager: Boolean, productsPerPage: Int, currentPage: Int)
    description: get information about Sorting Featured Products widget

  2. amOrderList 
    description: get available sorting order options

  3. efaultSorting (pageType: PageTypeEnum!)
    description: get default sorting order options
      • Related Articles

      • 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 ...
      • 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 ...
      • Instagram Feed | GraphQL methods

        Queries getInstagramWidget (widgetId: Int!) description: get data about an Instagram widget getInstagramPosts (page: Int!, sortField: Int, limit: Int = 20) description: get array of post data for the requested page and with the specified sorting ...
      • Shop by Brand | GraphQL methods

        Queries ambrandlist (imageWidth: Int, imageHeight: Int, showCount: Boolean, displayZero: Boolean) description: show brands without products ambrandslider (imageWidth: Int, imageHeight: Int, sortBy: String, displayZero: Boolean) description: show ...