Skip Navigation

[Resolved] Woocommerce Order Management Integration via REST API

This support ticket is created 6 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 3 replies, has 2 voices.

Last updated by Nigel 6 years ago.

Assisted by: Nigel.

Author
Posts
#1140987

Tell us what you are trying to do?

Hello,

We need to integrate a client WP/WooCommerce website with their order management system via a REST API.

The desired functionality is:

After a successful order, we need to sent order (product, date, SKU, custom fields and order notes) and buyer information (name, shipping and billing addresses, etc.) to the order management system via predefined REST endpoint.

This api call will provision a subscription account in the order management system and alert the order management team to configure the purchased subscription and deliver system access credential(s) to the buyer. Does Toolset provides capabilities to facilitate this kind of system integration?

Thanks!

Is there any documentation that you are following?

We are attempting to accomplish what is described here: hidden link

Is there a similar example that we can see?

Not yet.

What is the link to your site?

The Toolset and other required capabilities will be added to this site: hidden link

Thanks!

#1141245

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Donovan

Toolset doesn't provide any particular integration with the REST API, beyond the basic option when registering a post type as to whether to expose it to the REST API. So you would be able to retrieve such posts (and their post meta) when using standard WordPress REST API endpoints, but that's it.

But from your description it sounds like this is really a question of WooCommerce support for the REST API, which I believe is fairly extensive, and so you may be able to build what you describe above, but it wouldn't involve Toolset as such.

Check out their documentation as a starting point: https://docs.woocommerce.com/document/woocommerce-rest-api/

#1141273

Thank you Nigel. Yes, this is about hooking into the woocommerce order flow and triggering a call to ant EXTERNAL REST endpoint upon successful e-commerce transaction. I wondered if a Toolset Woocommerce view might enable this operation. Thanks for clarifying that it does not.

#1145692

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Donovan

I'm just cleaning up my queue. Although I didn't have a solution for you, I think we can close this. (If not, feel free to re-open.)