• Resolved olelis

    (@olelis)


    Hello everybody.

    Currently I am doing integration to existing WordPress website that has WC Vendors plugin installed.

    Website has a shop, where there are owned items and vendor items. Our company will do shipping for vendor items and we already have own system for handling logistics. Currently, I am trying to understand how to do integration between systems.

    What I need to be done via API

    • way to read orders that should be fulfilled by our vendor only (others should be ignored)
    • way to “complete” our orders via api

    I already found a way that I can use woocommerce rest api to get all orders, and then just filter out orders that have metadata – wcv_vendor_id to be set to our vendor id. Is this correct way or is there other ways?

    After that, I can confirm orders such sub orders – will it be enought, or do I need to confirm orders some other way?

    Is there anything else that I should take into account in such case?

Viewing 1 replies (of 1 total)
  • Plugin Support Jeff Alvarez

    (@superlemon1998)

    Hi @olelis ,

    We currently don’t have an API for WC Vendors, there’s a request for this so I’ll add a +1 in favor of it being developed.

    Right now, the only way to fetch orders is through WooCommerce Rest API; so yes the way you thought of should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Confirm vendor orders via API’ is closed to new replies.