# Logs

Akinon Marketplace Dashboard seamlessly integrates with Omnitron e-commerce core product, enabling uninterrupted data transfer for orders, product stock status, pricing, and cancellation/refund processes. Detailed logs facilitate swift error detection and intervention for smooth operations.

## <mark style="color:red;">Reach Logs​</mark> <a href="#reach-logs" id="reach-logs"></a>

* The Marketplace Dashboard product is not a product with a separate URL. To access the product, first access is provided by clicking the marketplace opened in the brand on the left menu of Omnitron.<br>

  <figure><img src="/files/IKkST2osSeHxxz2w19X9" alt=""><figcaption></figcaption></figure>
* Click on the **Monitoring** option in the panel.<br>

  <figure><img src="/files/uLTn4WkkcqHXXuo7hO9e" alt=""><figcaption></figcaption></figure>
* Then click on the **Log** option in the panel.<br>

  <figure><img src="/files/xJunSPA4aDCMq8xcnJDY" alt=""><figcaption></figcaption></figure>
* When the log screen is opened, the **Flow Name** must be selected first in order to see the logs on the screen.<br>

  <figure><img src="/files/Kql8wj4OPx0vlu9rxmCo" alt=""><figcaption></figcaption></figure>
* After the Flow selection, the **Execution ID**, **Flow**, **Time**, **Status**,**Operator Name**,**Error Rate** and **Log Observation** columns will be displayed on the screen.<br>

  <figure><img src="/files/h6ITDnp1c52pT4EWCeO1" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Manage Logs​</mark> <a href="#manage-logs" id="manage-logs"></a>

Log viewing empowers users to monitor integration performance in real-time or retrospectively. Analyzing logs helps assess data transfers, API calls, and critical processes.

The following processes and information are critical for the management of logs in the Marketplace Dashboard:

* With the Filter field on the log screen of the Marketplace Dashboard, the desired log file can be accessed quickly with filters such as SKU (product number), Execution ID, Status and Date Range.
* The Marketplace Dashboard provides four types of status:
  * **Empty:** It is encountered when the endpoint that is used to extract data does not return any data to the Marketplace Dashboard.
  * **Processing:** It is encountered when data is returned from the endpoint from which the data was retrieved, but the processed data is not finished yet and continues to be processed.
  * **Failed:** It is encountered when the process cannot be completed between two endpoints that require data transfer.
  * **Success:** It is encountered when the process is completed successfully between two endpoints that need to be transferred.
* When the **view** icon is clicked on the log field in the table, the **main log** **observation** screen is opened as follows. This log contains all the details such as Request URL, Request Body, Response Body, and Process Details.

  <figure><img src="/files/RJZCHDNCwLDRpuH9rxmy" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/pxNso9GF5oIEicgwz45u" alt=""><figcaption></figcaption></figure>
* Click on the **Execution ID** at the beginning of each line to find out how much data is received in each transaction and to see product-based logs. The screen that comes up is the **Log Detail** screen.<br>

  <figure><img src="/files/Rtnj49ixumdaEWBzTH9z" alt=""><figcaption></figcaption></figure>
* Without the need to look at all logs on the log detail screen, the log of the relevant product can be accessed and errors can be detected directly.<br>

  <figure><img src="/files/SmugbTS0CpnY79sdtL0e" alt=""><figcaption></figcaption></figure>

Marketplace Dashboard's log viewing is a powerful tool for error identification, performance optimization, auditing, and proactive monitoring. It enhances integration processes, maintains data integrity, and optimizes e-commerce operations.


---

# 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://docs.akinon.com/tutorials/marketplace-dashboard/integration-log-monitoring.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.
