Promo Banners | GraphQL methods

Promo Banners | GraphQL methods

Info
Kindly note that the GraphQL functionality for Promo Banners is available as a part of an active product subscription or support subscription

Queries

  1. amPromoBanners (uid: Product|Category ID; cartId: Cart ID; searchQuery: Search keywords; pageType: Page Type - product, category, cart, home, search, other).
  2. description:  returns a list of promo banners information.


  3. StoreConfig
    description: extension of the StoreConfig type with additional fields related to Amasty_PromoBanners extension.
      • 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 ...
      • Promo Banners Lite API

        1. Amasty\BannersLite\Api\UploadFileInterface POST /V1/ambannerslite/banners/uploadFile, method="upload" - add a new banner via file upload.
      • 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 ...
      • Free Gift | GraphQL methods

        Queries amPromoGetAvailableFreeGifts (cartId: String!) description: get the list of available promo items Mutations amPromoAddFreeGiftsToCart (cartId: String!, promoItems: [amPromoItemInput!]) description: add promo items to the cart
      • 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 ...