#WooCommerce

3 messages · Page 1 of 1 (latest)

distant python
#

Has anyone worked with woocommerce rest api? Haven't found any wpgraphql for woocommerce products. anyone?

mystic hollowBOT
#

Hi @distant python. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Hmm, I don't know enough to give you a confident answer yet. However, I can provide information on integrating WordPress with Astro using the built-in WordPress REST API (https://developer.wordpress.org/rest-api/) or optionally installing WPGraphQL (https://wordpress.org/plugins/wp-graphql/) for GraphQL support. You can find more details in the Astro documentation (https://docs.astro.build/en/guides/cms/wordpress).

As for WooCommerce specifically, I don't have any information in the provided extracts.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

WordPress Developer Resources

The WordPress REST API provides an interface for applications to interact with your WordPress site by sending and receiving data as JSON…

WPGraphQL is a free, open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site.