Improved Sorting | GraphQL methods
Queries
- amfeaturedWidget (sortBy: String!, amsortingSortOrder: String!, productsCount: Int!, conditions: String!, showPager: Boolean, productsPerPage: Int, currentPage: Int)
description: get information about Sorting Featured Products widget
- amOrderList
description: get available sorting order options
- 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 ...
How to add/hide particular sorting options from the entire list of available sorting options offered by the extension?
The Improved Sorting extension enhances the product sorting functionality by introducing additional options, offering customers a wide range of choices. If there's a necessity to deactivate particular sorting options, kindly proceed to Stores → ...
How does the “Biggest Saving” sorting option work?
The Biggest Saving sorting option arranges items with the most significant price reduction at the top of the product listing. To highlight the contrast between the regular and special prices, sorting can be based on either discount percentage or ...
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 ...