WooCommerce’s Web API: We want to hear from you!

We’re looking to gather feedback from folks using the WooCommerce Web API to build tools, extensions, and more! 

As you may know, WooCommerce ships with several server-side web APIs, collectively called the “Web API”. It includes the REST API, Store API, webhooks, and AJAX endpoints.

If you build things that use the Web API, we’d love to hear your feedback. Specifically, we’d love to hear what, if anything, is currently missing and what could be improved. We’ll use this data to inform our product roadmap and to design future projects. There are three quick and easy ways to help us:

Thanks in advance for your feedback! We appreciate your perspectives, and your insights are invaluable to us when shaping the roadmap.


3 responses to “WooCommerce’s Web API: We want to hear from you!”

  1. Hi, I´m using the .NET nuget package to connect with woocommerce. It works very fine, but i have one problem by sending metadata to woocommerce based on the products. In woocommerce there is used a plugin for group prices or bulk prices. To store the correct value i have to send the data in a specific format:
    a:1:{i:0;a:4:{s:11:”group_price”;s:5:”100.50″;s:16:”group_price_type”;s:3:”fix”;}}

    At the moment i have no idea how to get this format. I tried an array inside the array but then its like that:
    a:1:{i:0;a:4:{i:0;s:12:”group_price”;i:1;s:6:”100.50″;i:2;s:16:”group_price_type”;i:3;s:3:”fix”;}}

    If i try a dictionary or a class i get an error from the API by serialization.

    Maybe you can tell me how to get this specific value in .NET? The plugin in woocommerce is from MarketPress.

    Thanks and best regards!
    Patrick Hager

    1. Corey McKrill Avatar
      Corey McKrill

      Hey Patrick! That format is called serialization. Not sure how to do that in .NET. In the interest of keeping this post’s comments focused on Web API feedback, I would recommend taking your question to the Community Slack or perhaps the MarketPress folks.

  2. I have tried to make telegram bot which can make products on site. For me, big pain was to handle images and set them as featured image and galleries. But it’s more WP problem then Woo

Leave a Reply

Your email address will not be published. Required fields are marked *