API
Use an API the interface with Booking Live.
This section lists all APIs that can be accessed through the BookingLive platform, providing detailed information on authentication and the available API...
Thu, 16 Jan, 2025 at 10:30 AM
APIStartOrder Start a new order All orders created have standard website behaviour applied to them so they will be Pending until completed via the API and w...
Tue, 28 Jan, 2020 at 9:41 AM
In this article, we will guide you through the process of creating a payload and hashstring to access the BookingLive API effectively. By following these st...
Fri, 10 Jan, 2025 at 12:47 PM
APIGetOrderDetails This method returns details on a requested order. /api/plain/?type=APIGetOrderDetails&[payload]&HashString=[hashstring] URL ...
Mon, 27 Jan, 2020 at 2:56 PM
APIOrderNotification This method allows you to set an order notification for email and SMS /api/plain/?type=APIOrderNotification&[payload]&HashS...
Tue, 28 Jan, 2020 at 9:53 AM
APIAddToOrder The APIAddToOrder method is a crucial component of our e-commerce system, allowing you to efficiently add items to an order. This method pro...
Thu, 16 Jan, 2025 at 10:36 AM
APIAbortOrder Call to abort an order - this might be because you have made errors and you wish to ensure there are no pending items remaining in the syste...
Mon, 27 Jan, 2020 at 2:57 PM
APICancelOrder Call to cancel an order and send email of cancellation. /api/plain/?type=APICancelOrder&[payload]&HashString=[hashstring] URL P...
Mon, 27 Jan, 2020 at 2:57 PM
APICompleteOrder Call to Complete an Order /api/plain/?type=APICompleteOrder&[payload]&HashString=[hashstring] URL Parameters Field TypeDes...
Mon, 27 Jan, 2020 at 2:57 PM
APIGetOrdersByEmail Returns all orders for a specific user email /api/plain/?type=APIGetOrdersByEmail&[payload]&HashString=[hashstring] URL P...
Mon, 27 Jan, 2020 at 2:57 PM