Product Labels | GraphQL methods
Queries
- amLabelSetting
description: get information about Product Labels module settings
- amLabelProvider (productIds: [Int], mode: AmLabelMode)
description: get information about labels by product ID
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 ...
What are the available GraphQL queries for Product Labels?
The Product Labels extension is read compatible with GraphQL out of the box. To install the corresponding package, please execute the following Composer command: composer require amasty/product-labels-graphql Once the package is installed, the latest ...
Product Labels API
We have created a public API collection for Product Labels module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
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 ...
Promo Banners | GraphQL methods
Kindly note that the GraphQL functionality for Promo Banners is available as a part of an active product subscription or support subscription Queries amPromoBanners (uid: Product|Category ID; cartId: Cart ID; searchQuery: Search keywords; pageType: ...