-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WooCommerce support? #22
Comments
Awesome thanks @joshuaiz. WC support should work but I need to sort out what the endpoints would actually look like. Because all WP post objects are part of the API, they should be part of this too. |
Just tested A couple issues: WooCommerce requires authentication for certain endpoints, especially with creating/editing products. Another issue is the shopping cart is not made visible to the api so I've been using this as a bridge: https://github.com/seb86/cart-rest-api-for-woocommerce But to have that built-in to BRE would be amazing. |
Just an update on this from my end. As the only dev working on this project, and no longer working full time in the WordPress space, I don't see myself getting to this any time soon. I would absolutely be open to anyone spearheading this feature and adding it in. Not saying I won't ever but might be faster if someone else jumped in. |
No worries. I've been using the regular WC REST API calls and they seem to be suitable. Different calls for different endpoints are not that big of an issue for me. I'd love to say I have tons of time and could jump in on this...maybe in a month or two. |
First, this plugin is totally incredible and is already making things much easier.
Having a look at all the endpoints, there are some for products. Does this support WooCommerce out of the box? There wasn't anything in the docs about WC.
All I can say is thanks...this is like the coolest thing ever. I can't believe more people aren't using it.
The text was updated successfully, but these errors were encountered: