> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adriel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to connect

> How to connect the Godomall data source to Adriel: provide a User API Key, name the store, and import orders and products in KRW.

Godomall (고도몰) is a Korean e-commerce platform that hosts independent merchant malls. The connector retrieves orders and products from Godomall's OpenHub REST API and reconstructs sales metrics from the raw order data, surfacing daily revenue, SKU performance, and order-status breakdowns in KRW.

## Before you connect

The following are required:

* A Godomall (NHN Commerce) shop.
* A Godomall **User API Key**. Register on the Godomall User API Key Application page to receive one; the key is delivered by email after registration. Save it for the connection step.

## Connect Godomall

<Steps>
  <Step title="Select Godomall and enter the API key">
    On the **Data Sources** page, search for **Godomall** and select it. Enter the **User API Key** obtained from Godomall, then click **Submit** to proceed.
  </Step>

  <Step title="Name the data source">
    Enter a **Shop Name** or any identifiable name for the store.
  </Step>

  <Step title="Choose the revenue calculation basis">
    Under **Other settings**, optionally select **Based on payment date** to match the values shown in the Godomall UI. When left unselected, the connector sorts Godomall API values by **order date**, which may cause differences from the UI values.
  </Step>

  <Step title="Submit">
    Click **Submit** to complete the connection. Initial data availability can take up to one business day.
  </Step>
</Steps>

## What gets imported

The connector imports products and orders for the selected mall. Order data includes revenue in KRW, order counts, status transitions, and product order lines; product data includes names, SKUs, and category metadata. Order sync runs as sequential per-hour queries to work around the OpenHub API's per-response size and latency limits.

For the complete list of metrics and breakdowns, see the [Godomall data reference](/data-sources/g-n/godomall/data-reference).

## Troubleshooting

<AccordionGroup>
  <Accordion title="Initial sync takes longer than expected">
    Order sync runs as sequential per-hour queries rather than a single daily query. Higher-volume malls and longer historical windows therefore take more time to complete the first import. Subsequent refreshes re-pull only recently modified orders.
  </Accordion>

  <Accordion title="Status transitions after a day are missing">
    Each refresh re-fetches orders modified in the last 24 hours. Cancellations, refunds, or status changes occurring more than a day after the order date may not be reflected.
  </Accordion>

  <Accordion title="Order totals differ from the Godomall dashboard">
    Sales metrics are reconstructed from raw orders rather than pulled from a pre-aggregated analytics endpoint. Small discrepancies versus Godomall's own dashboards can occur during settlement cycles.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Godomall data reference" href="/data-sources/g-n/godomall/data-reference">
    Metrics, breakdowns, and limits for Godomall.
  </Card>

  <Card title="Godomall FAQs" href="/data-sources/g-n/godomall/faqs">
    Common questions and expected behaviors for the Godomall data source.
  </Card>

  <Card title="How to connect Cafe24" href="/data-sources/a-f/cafe24/how-to-connect">
    Connect the Cafe24 Korean commerce platform.
  </Card>

  <Card title="How to connect Imweb" href="/data-sources/g-n/imweb/how-to-connect">
    Connect the Imweb Korean shopping-cart platform.
  </Card>
</CardGroup>
