-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first draft #692
base: master
Are you sure you want to change the base?
first draft #692
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot your "coming soon"
No description provided.