# Emporix and Make

Here you can find an overview of the Emporix Maker app for the [make.com](https://www.make.com/en) Marketplace, along with its features and benefits.

## Purpose

The Emporix Maker app allows Make customers to integrate with Emporix API services. Thanks to Make's no-code platform, you can create automations that connect multiple systems without writing any code.

## Features

| Features     | Benefits                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Triggers** | Build no-code automations that are triggered by events in the Emporix platform or external systems, such as the creation of new orders.                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Actions**  | <p>Build no-code automations that interact with Emporix utilising the following modules:</p><ul><li>Create Prices for Products</li><li>Apply Discounts to Products</li><li>Create Customer and Category Restricted Coupons</li><li>Fetch the Delivery Details of an Order</li><li>Fetch a Product</li><li>Fetch a Category</li><li>Assign a Product to a Category</li><li>Fetch an Order</li><li>Fetch a Supplier</li><li>Assign a Supplier to an Order</li></ul><p>Additionally you can call any other Emporix API with the Generic Make an API Call Module.</p> |
| **Searches** | <p>Build no-code automations that can query groups of Emporix entities utilising the following modules:</p><ul><li>Search Categories and Category Assignments</li><li>Search Carts by Customer or Session ID</li><li>Search Orders</li><li>Search Products</li><li>Search Prices</li><li>Search Coupons</li><li>List Suppliers</li></ul>                                                                                                                                                                                                                          |

## FAQ

Here you can find answers to the most popular questions regarding the usage of the Emporix Maker app. For more information, check out the Make documentation for [Connect Emporix Commerce Engine integrations](https://www.make.com/en/integrations/emporix-commerce).

**How do I set up a connection?**

To start working with the Emporix Maker app, you need to establish a connection between Make and Emporix API by using Emporix API credentials. For more information, check out the [Emporix Commerce Engine](https://apps.make.com/emporix-commerce) in the official Make documentation.

**Where can I find Emporix API credentials?**

Your tenant credentials for Emporix API (ClientID and ClientSecret) are located on the [Developer Portal](https://app.emporix.io/) under **API keys** → **Manage API Keys**.

**Are all Emporix API endpoints available through Make?**

Yes, all Emporix API endpoints are available either through dedicated Make Modules or the Generic **Make an API Call** Module.

For a full list of modules and see the [Emporix Commerce Engine](https://apps.make.com/emporix-commerce) Make documentation.

**How do I interact with Emporix API?**

You can use modules from the Emporix Maker app to call Emporix API endpoints through Make's scenario editor.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/api-references/integrations/integrations/workflow-automation/emporix-and-make.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
