How do I connect to Woocommerce and set up the payment process?
Welcome to Wappler!
Sorry there is no documentation for WooCommerce. The only built in Wappler support is Stripe.
You can certainly use WooCommerce but you may have to refer to their documentation.
Edit: Actually I just had a look at WooCommerce. Seems that is a platform of its own. Not sure how you would want to work with Wappler with it?
Woocommerce can only be used in conjunction with WordPress.
I presume he/she wants to interact with Woocommerce API to setup orders and such, which is technically possible although rare to find someone here that did so
Learning about APIs is a good start
Yes, I understand that I need a WP installation on which I install the woocommerce plugin… But how to implement it are there tutorials?
Yes, that’s right, I want to interact with the woocommerce api. If you type in a github search, for example, that people do this with popular frameworks such as next.js, vue.js you can see such examples, but there people write api calls and wappler seems to make it easier to work with the api, so I thought someone did it here…
@jellederijke has worked with WooCommerce before, maybe he can give you some advice
And, indeed, Wappler makes it easier to play with APIs Although I understand it can be hard if you have no prior experience with APIs
This is the API to create an order:
https://woocommerce.github.io/woocommerce-rest-api-docs/?shell#create-an-order
This is Wappler’s documentation to create an API request:
Just note the example is slightly different, as it doesn’t use JSON to post data - WooCommerce requires JSON
Most people here have worked with APIs on Wappler, so if you ever get stuck we’re always here to help
I’m happy to help you for a bit with the Woocommerce api and wappler. Have you already tried to make some api calls with Postman?
Thank you very much I haven’t started yet just exploring the topic…if you suddenly have any questions, I will contact you…