CREATED FOR:
The GraphQL workspace allows administrators to build and test GraphQL queries using their own data.
This workspace supports the productSearch and attributeMetadata queries.
productSearch
attributeMetadata
query productSearch { productSearch(phrase: "a306") { total_count items { product { sku name } } facets { title } } }
Variables:
{ "Magento-Environment-Id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "Magento-Website-Code": "base", "Magento-Store-Code": "base", "Magento-Store-View-Code": "default", "X-Api-Key": "search_gql" }