woocommerce / woocommerce-accommodation-bookings

An accommodations add-on for the WooCommerce Bookings extension.
87 stars 31 forks source link

Error in Updating Accommodation Product Data via REST API: Unrecognized Product Type Response #435

Closed ankitguptaindia closed 1 month ago

ankitguptaindia commented 1 month ago

Description: When attempting to update Accommodation Product Data using the REST API, the update fails. After sending the POST request, the response returns an error: "type": "type is not one of simple, grouped, external, variable, and booking." indicating that the provided product type is not recognized by the system.

Screenshot 2024-05-23 at 8 47 15 PM

Reference taken for updating the product- https://woocommerce.github.io/woocommerce-bookings-api-docs/#update-a-bookable-product

What I expected

Accommodation Products should also be updated via REST API.

What happened instead

Doesn't update.

Steps to reproduce the issue

https://github.com/woocommerce/woocommerce-accommodation-bookings/assets/6384299/61b28cab-5757-4e4a-be71-0745d386a80d


faisal-alvi commented 1 month ago

Closing as duplicate of #401