• Resolved Mohammed Faragallah

    (@mohamedfaragallah)


    I’m trying to get all products created by a specific user using REST API is it possible?

    i tried woocommerce_rest_product_object_query didn’t word

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @mohamedfaragallah ,

    In WooCommerce all products are added under the admin account. If you have multiple admin accounts still the products are not saved differently from them.

    So, the rest API call will give you all products on the site.

    If you are interested in making a multi-vendor site where you can list products from different vendors you can choose either the official WooCommerce’s Product Vendors extension or use the Dokan Multivendor plugin.

    Thank you 🙂

    Thread Starter Mohammed Faragallah

    (@mohamedfaragallah)

    @rur165 thats really helpful thank you very much 😊

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

The topic ‘get products by user id’ is closed to new replies.