Skip to content

Add WooCommerce support and functionality to your WPGraphQL server

License

Notifications You must be signed in to change notification settings

hwsiew/wp-graphql-woocommerce

 
 

WPGraphQL WooCommerce (WooGraphQL)

DocsAxisTaylor • Join Slack

Actions Status Actions Status Coverage Status Financial Contributors on Open Collective

Quick Install

  1. Install & activate WooCommerce
  2. Install & activate WPGraphQL
  3. Clone or download the zip of this repository into your WordPress plugin directory & activate the WP GraphQL WooCommerce plugin.
  4. (Optional) Install & activate WPGraphQL-JWT-Authentication to add a login mutation that returns a JSON Web Token.
  5. (Optional) Install & activate WPGraphQL-CORS to add an extra layer of security using HTTP CORS and some of WPGraphQL advanced functionality.

What does this plugin do?

It adds WooCommerce functionality to the WPGraphQL schema using WooCommerce's CRUD objects.

Features

  • Query product, product variations, customers, coupons, orders, refunds and more with complex filtering options.
  • Manipulate customer session data using customer and cart mutations while managing customer session token using HTTP headers or cookies (not recommended). HTTP header example w/ React/Apollo
  • Create orders using the order mutations with the checkout mutation.

Future Features

  • Payment Processing
  • Adminstrator mutations. Eg. Creating and deleting products, coupons, and refunds.

Playground

Feel free to test out the extension using this GraphiQL Playground. The playground allows you to execute queries and mutations, as well as view the schema.

Wanna help support WooGraphQL's future.

Follow alt textalt text

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

About

Add WooCommerce support and functionality to your WPGraphQL server

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 98.2%
  • Shell 1.4%
  • Dockerfile 0.4%