WooCommerce GraphQL API

plugin banner

Exposing WooCommerce as a GraphQL API

Author:Shopz.io (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:5.6.13
Plugin version:2.1.5
Added to WordPress repository:03-07-2018
Last updated:17-05-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/plugins/shopz-graphql-ap...
Total downloads:11 951
Active installs:90+
plugin download
Click to start download

Want to create a mobile application for your WooCommerce website ? Our plugin helps you to generate GraphQL API in seconds and start developing your Mobile Application immediately. Or create your FREE Android and iOS applications using our builder here.

About GraphQL

GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data.

How to use

  1. First install & active the plugin on your website.
  2. Install any GraphQL client like this one here: https://altair.sirmuel.design.
  3. Now the GraphQL is ready on https://yourwebsite/wp-json/shopz/graphql.
  4. Run this query ‘{ products { name } }’ which should return all your website products.