Open
Conversation
MartaBerman
suggested changes
Apr 20, 2023
| Bookings are automatically set as `PENDING` when an eCommerce order related to the booking has been created (coming soon). | ||
| | `WAITING_LIST` | The booking is pending on a waiting list. | ||
| You must use the [Waitlist APIs](https://dev.wix.com/api/rest/wix-bookings/waitlist/introduction) | ||
| to create bookings in status `WAITING_LIST`. You can't change a booking's status from `CREATED` to `WAITING_LIST` with the Bookings V2 APIs. |
Contributor
There was a problem hiding this comment.
"You can't change a booking's status from CREATED to WAITING_LIST with the Bookings V2 APIs."
Huh? Is this a limitation for now? This should be in the Intro "Before you begin" section also. As is written in our guidelines in the cafe, step 6: "The section helps us inform app developers and Velo users about missing or unexpected functionality. It's important to do this before they start working. This way they won’t get stuck in the middle of their project."
Contributor
Author
There was a problem hiding this comment.
adding to before you begin for BV2
| | `DECLINED` | The booking has been declined by the site owner. | ||
| + You can manually decline a booking with | ||
| [Decline Booking](https://dev.wix.com/api/rest/wix-bookings/bookings-v2/decline-booking). | ||
| + Bookings are automatically declined when an eCommerce order has been |
Contributor
There was a problem hiding this comment.
You forgot your "coming soon"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.