Add the appointment info in the WC New Order endpoint

Issue #1048 new
Valentina R created an issue

It’s very hard to retrieve the appointment info via REST API when a new order is created. There is no info in the order. One has to use the Appointments controller with the combo of product_id and customer_id and then loop through and match it to the order_id to get the needed data. Probably it’s harder with a guest user.

It would be great to get the basic info like the:

  • appointment ID
  • start time
  • end time
  • staff ids

Requested here.

Comments (1)

  1. Log in to comment