Thanks for the suggestion — this is already available in WooCommerce Bookings.
The plugin ships with a REST API namespace at wc-bookings/v1 that exposes CRUD endpoints for bookings (create/read/update/delete), so you can create a new booking programmatically via POST. The standard WC REST API authentication applies.
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.
Hi there,
Thanks for the suggestion — this is already available in WooCommerce Bookings.
The plugin ships with a REST API namespace at wc-bookings/v1 that exposes CRUD endpoints for bookings (create/read/update/delete), so you can create a new booking programmatically via POST. The standard WC REST API authentication applies.
Full API reference: https://woocommerce.github.io/woocommerce-bookings-api-docs/#introduction
Marking this one as completed. Thanks again!
Yes 100% for at least basic REST support for bookings, as well as support in the Accommodations plugin.