Booqable
Booqable is equipment and inventory rental management software for rental businesses - it handles online bookings, product and stock-item inventory, orders, scheduling and availability, documents and invoicing, payments, and a customer-facing online store. Booqable exposes a documented REST API (v4, "Boomerang") that follows the JSON:API specification. Requests are directed to a company-specific host, https://{company}.booqable.com/api/4, and authenticated with an access token (Bearer) or a signed single-use request. A legacy v1 API remains documented. The API lets developers manage orders, products, product groups, customers, stock items, availability and plannings, documents, payments, and webhooks.
APIs
Booqable Orders API
Create, list, search, fetch, and update rental orders. Start a new order from a template, add products and stock, and drive the order through its booking and status lifecycle. T...
Booqable Order Fulfillment API
Reserve, book, start, and stop the fulfillment of order lines, and move an order between statuses. Covers order fulfillments (book, specify, start, stop), order status transitio...
Booqable Products API
Manage the rentable and sellable products in the catalog - create, list, search, fetch, update, and archive products, including trackable, bulk, consumable, and service types wi...
Booqable Product Groups API
Manage product groups - the parent records that hold one or more product variations and their shared pricing, images, and metadata. Create, list, search, fetch, update, and arch...
Booqable Customers API
Manage the people and companies that place rental orders - create, list, search, fetch, update, and archive customers, along with their contact details, addresses, tax profile, ...
Booqable Stock Items API
Manage the individually identifiable units of trackable products - create, list, fetch, and update stock items and read their plannings, plus barcodes for scanning items in and ...
Booqable Availability API
Check what inventory is available for a given period before booking - query availabilities, inventory availabilities, and inventory levels by location, and list the plannings th...
Booqable Documents & Invoices API
Manage the financial documents attached to orders - invoices, quotes, contracts, and packing slips - via the documents resource, and read the payments and payment methods record...
Booqable Bundles & Collections API
Group products for merchandising and packaged rentals - manage bundles and their bundle items, and organize catalog items into collections for the online store.
Booqable Webhooks API
Subscribe to Booqable events so external systems are notified when orders, customers, products, and other resources change. Webhooks deliver server-to-endpoint HTTPS POST callba...
Booqable Settings & Locations API
Configure the account-level records that orders reference - physical locations, tax rates, coupons and discounts, employees, and free-form notes on any resource.