Title: WooCommerce REST API Capability
Last modified: May 17, 2020

---

# WooCommerce REST API Capability

 *  Resolved [Rebusify](https://wordpress.org/support/users/rebusify/)
 * (@rebusify)
 * [6 years ago](https://wordpress.org/support/topic/woocommerce-rest-api-capability/)
 * I have a main site with WooCommerce on it. I have a custom plugin (Remote Sites)
   that I want to have people register and purchase free product (No credit card)
   on. Is this possible via WooCommerce REST API?
 * The flow would be like this: People find my plugin in the WP repoz. They download
   it and install it. They activate it and go to the admin of it. They see they 
   need an account. They click “Register” and the form pops up and they register
   just like the checkout form on the main site. The “Free” product is already selected
   then they click “Complete Registration”. It will create the account and the order
   on the main site as normal. I just need to do this remotely via the plugin and
   hope that the WooCommerce REST API can do this.
 * Thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [6 years ago](https://wordpress.org/support/topic/woocommerce-rest-api-capability/#post-12852429)
 * Hey [@rebusify](https://wordpress.org/support/users/rebusify/),
 * That’s a fascinating way to approach this. You can create customers and orders
   via the REST API. I don’t believe you can create both in a single request though.
   You may have to create the customer in one request and then the order in a second
   one.
 * You can find the documentation here:
 * Customers: [https://woocommerce.github.io/woocommerce-rest-api-docs/#customers](https://woocommerce.github.io/woocommerce-rest-api-docs/#customers)
   
   Orders: [https://woocommerce.github.io/woocommerce-rest-api-docs/#orders](https://woocommerce.github.io/woocommerce-rest-api-docs/#orders)
 * For more complex development discussions, you might head to either of these places.
   They can be good spots to get advice on various development scenarios.
    - WooCommerce Slack Community: [https://woocommerce.com/community-slack/](https://woocommerce.com/community-slack/)
    - Advanced WooCommerce group on Facebook: [https://www.facebook.com/groups/advanced.woocommerce/](https://www.facebook.com/groups/advanced.woocommerce/)
 * Cheers
 *  [con](https://wordpress.org/support/users/conschneider/)
 * (@conschneider)
 * Engineer
 * [6 years ago](https://wordpress.org/support/topic/woocommerce-rest-api-capability/#post-12892105)
 * Hi there,
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   if you have any further questions, you can start a new thread.
 * Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WooCommerce REST API Capability’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [con](https://wordpress.org/support/users/conschneider/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/woocommerce-rest-api-capability/#post-12892105)
 * Status: resolved