Booqable
With Booqable modules in Make, you can create, update, list, retrieve, and delete orders, order lines, customers, product groups, and planning.
To get started with Booqable, create an account at booqable.com.
Connecting Booqable to Make
To connect to Booqable account, you need to obtain API Key from your account.
Log in to your Booqable account.
Click your profile icon > User Settings > New authentication method.
Enter a name for the token, select the token, and click Save.
Copy the token to your clipboard.
Log in to your Make account, insert Unleashed Software module in your scenario and click the Add button next to the Connection field.
In the Connection name field, enter a name for the connection.
In the Company Name field, enter the company name you have provided when creating the account.
In the API Key field, enter the token copied in step 4 and click Save.
You have successfully connected the Booqable app and can now build scenarios.
Customers
You can create, update, retrieve, list, restore and archive customers using the following modules.
Creates a new customer.
For field descriptions, see the Booqable API reference.
Updates an existing customer.
Connection | |
Customer ID | Select or map the Customer ID whose details you want to update. |
For field descriptions, see the Booqable API reference.
Retrieves an existing customer.
Connection | |
Customer ID | Select or map the Customer ID whose details you want to retrieve. |
Retrieves a list of customers.
Connection | |
Limit | Set the maximum number of customers Make will return during one execution cycle. |
Restores an existing customer.
Connection | |
Customer ID | Enter the Customer ID whom you want to restore. |
Archives an existing customer.
Connection | |
Customer ID | Select or map the Customer ID whom you want to archive. |
Product Group
You can create, update, retrieve, list, restore, and archive product groups using the following modules.
Creates a new product group.
For field descriptions, see the Booqable API reference.
Updates an existing product group.
Connection | |
Product Group ID | Select or map the Product Group ID whose details you want to update. |
For field descriptions, see the Booqable API reference.
Retrieves an existing product group.
Connection | |
Product Group ID | elect or map the Product Group ID whose details you want to retrieve. |
Retrieves a list of product groups.
Connection | |
Limit | Set the maximum number of product groups Make will return during one execution cycle. |
Retrieves the pricing structure of the product.
Connection | |
Product Group ID | Select or map the Product Group ID whose product details you want to retrieve. |
Product ID | Enter the Product ID whose pricing structure you want to retrieve. |
Restores an existing product group.
Connection | |
Product Group ID | Enter the Product Group ID whom you want to restore. |
Archives an existing product group.
Connection | |
Product Group ID | Enter the Product Group ID whom you want to archive. |
Orders
You can create, update, retrieve, list, reverse, start, stop, cancel, duplicate, and archive orders using the following modules.
Creates a new order.
For field descriptions, see the Booqable API reference.
Updates an existing order.
Connection | |
Order Number | Select or map the order number whose details you want to update. |
For field descriptions, see the Booqable API reference.
Retrieves an existing order.
Connection | |
Order Number | Select or map the Order Number whose details you want to retrieve. |
Retrieves a list of orders.
Connection | |
Term | Enter a term to search orders that match the specified term. For example, term=John would return all orders with the term John. |
Limit | Set the maximum number of product groups Make will return during one execution cycle. |
Reserves items for the duration of the order.
Connection | |
Order Number | Select or map the order number whose items you want to book. |
For field descriptions, see the Booqable API reference.
Saves an order as a concept.
Connection | |
Order ID | Enter the Order ID which you want to save as a concept. |
Reserves an order and book all the products in it.
Connection | |
Order ID | Enter the Order ID which you want to reserve. |
Starts an order.
Connection | |
Order Number | Select or map the order number whose order you want to start. |
For field descriptions, see the Booqable API reference.
Stops an order.
Connection | |
Order Number | Select or map the order number whose order you want to stop. |
For field descriptions, see the Booqable API reference.
Cancels an order.
Connection | |
Order Number | Select or map the order number whose order you want to cancel. |
Reverts an order to a given status.
Connection | |
Order ID | Select or map the Order ID whose status you want to revert. |
Status | Select the order status:
|
Duplicates an existing order.
Connection | |
Order ID | Select or map the Order ID which you want to duplicate. |
Recalculates the prices for the given order.
Connection | |
Order ID | Select or map the Order ID whose prices you want to recalculate. |
Archives an order.
Connection | |
Order ID | Select or map the Order ID you want to archive. |
Planning
You can delete planning from an order using the following module.
Deletes planning from an order.
Connection | |
Order Number | Select or map the Order Number whose details you want to delete. |
Planning ID | Enter the Planning ID you want to delete. |
Order Lines
You can create, update and delete order lines using the following modules.
Creates a new line in the order.
Connection | |
Order Number | Select or map the Order Number whose order line you want to create. |
For field descriptions, see the Booqable API reference.
Updates an existing order line.
Connection | |
Order Number | Select or map the Order Number whose order line you want to update. |
For field descriptions, see the Booqable API reference.
Deletes an existing order line.
Connection | |
Order Number | Select or map the Order Number whose order line you want to delete. |
Line ID | Enter the Line ID you want to delete. |
Other
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Connection | |
URL | Enter a path relative to |
Method | GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
Example of use - List Product Groups
The following API call returns all product groups from your account.
URL: /api/1/product_groups
Method: GET

The search matches can be found in the module's Output under Bundle > Body > product_groups.
In our example 5 product groups were returned:
