Shop by Brand | GraphQL methods

Shop by Brand | GraphQL methods

Queries
  1. ambrandlist (imageWidth: Int, imageHeight: Int, showCount: Boolean, displayZero: Boolean)
    description: show brands without products
  1. ambrandslider (imageWidth: Int, imageHeight: Int, sortBy: String, displayZero: Boolean)
    description: show brands without products
  1. amBrandGetMoreFromThisBrandBlock (productId: Int)
    description: show product from a specific brands

      • 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 ...
      • Improved Layered Navigation/Shop By Brand API

        API functionality for Improved Layered Navigation and Shop By Brand is added by its submodule Improved Layered Navigation Pages (shop-by-page). Amasty\ShopbyPage\Api\PageRepositoryInterface - class for pages: POST /V1/amasty_shopbypage/page, ...
      • 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 ...
      • 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 ...
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...