API

Use an API the interface with Booking Live.

API
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
API - Start Order
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
Create Hashstring and payload to call API
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
API - Get Order Details
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
API - Set order notification
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
API - Add To Order
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
API - Abort Order
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
API - Cancel Order
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
API - Complete Order
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
API - Get all orders by user Email
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