• Resolved ricoclark

    (@ricoclark)


    Hi there,

    We are using the WooCommerce REST API for a heavily used integration which handles many orders per day.

    /wp-json/wc/v3/orders

    Today I discovered 2 issues:
    – The status attribute only has any, pending, processing, on-hold, completed, cancelled, refunded, failed and trash. Some of our orders have status “active”, which means they are not found by the “any” option. Manually filtering on “active” gives an error that the status does not exist.
    – Orders that have a parent_id are not found in the order index endpoint, only orders with parent_id 0.

    These issues are crucial for our integration to work correctly.
    Am I doing something wrong, or could this be looked into shortly?

    Thanks a lot.

    Rico

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce REST API missing orders’ is closed to new replies.