Landing Pages | GraphQL methods
Query
- amlanding (id: Int! @doc(description: "Landing Id"))
description: get information about a landing page
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 ...
Elastic Search and Advanced Search | GraphQL methods
Queries xsearchProducts (search: String) description: products matching customers' search query xsearchRelatedTerms (search: String) description: get related search terms by query xsearchRecentlyViewed description: get an array of recently viewed ...
Landing Pages API
We have created a public API collection for Landing Pages 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 ...
How to show the matching child option of a configurable product on the landing page?
By default, the Landing Pages extension allows showing child options of configurable products matching the specified conditions. It means that if a landing page is configured to display green items, and the configurable product has a child item with ...
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 ...