In Magento 2, each product can be assigned with an attribute set, which varies based on the product category. My attribute set contains specific characteristics such as color and manufacturer, which I want to display on the frontend in the more information section. I am developing a mobile application using Magento 2 GraphQL API and need to retrieve the specific product attributes that are designated as characteristics of the product based on their attribute set. However, currently, I only have the attribute_set_id, which is not helping me. How can I solve this problem and retrieve the characteristics attributes of a product in Magento 2 GraphQL API based on their attribute set?
You may also like
Magento 2.4.2-p1 Porto theme I modified the Newsletter pop-up which can be found in the Magento Porto theme with my own image, […]
I have added a new plugin called “WordPress Registry” in http://wordpress.org/extend/plugins/wordpress-registry. The main reason for building this plugin was because wordpress doesn’t readily […]
Learn how you can use the STRICH JavaScript library to bring real-time 1D/2D barcode scanning to your web applications. Continue reading Introducing […]
By default in SublimeText, when you type a paren, bracket, or quote, the closing character is placed after your cursor. I find […]