> ## 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 Naver Smart Store data source to Adriel: register a Naver Commerce API application, allow Adriel's IP, and enter the Application ID and secret.

Naver Smart Store is Korea's largest online marketplace, operated by Naver, where merchants list products and fulfil orders through Naver Commerce Center. Connecting it retrieves orders and products through the Naver Commerce API and reconstructs sales analytics — revenue, order counts, and product-level metrics — from the raw data, reported in KRW.

## Before you connect

The following are required:

* A Naver Smart Store account and its commerce ID.
* A Naver Commerce Center (네이버 커머스 API 센터) account registered as a Smart Store seller.
* A registered application in Naver Commerce Center with **Product** and **Seller** (order status) API access.
* The **Application ID** issued by Naver Commerce Center.
* The **Application Secret** issued at registration — it is shown only once.
* Adriel's API call IP address, `3.37.49.210`, added to the application's allowed IPs.

## Connect Naver Smart Store

<Steps>
  <Step title="Get the Application ID and secret and configure the API call IP">
    Sign in to the [Naver Commerce API Center](https://apicenter.commerce.naver.com), then click **Register** on the application registration page. Open the application from the list, and on its detail page retrieve the **Application ID** and **Application Secret**. Add `3.37.49.210` to the **API Call IP** list and grant the application **Product** and **Seller** (order status) API access.
  </Step>

  <Step title="Select Naver Smart Store in Adriel">
    On the **Data Sources** page, search for **Naver Smart Store** and select it.
  </Step>

  <Step title="Enter the credentials">
    Fill in the **Application ID** and **Application secret** from the previous step, then give the data source an identifiable name.
  </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

Products and orders are imported for the connected Smart Store channel. Order data includes revenue in KRW, order counts, status transitions (paid, shipped, cancelled, refunded, returned), and product order lines. The full product catalog refreshes daily; orders refresh daily or hourly depending on shop volume, with a one-day re-fetch window for recently modified orders.

For the complete list of metrics and breakdowns, see the [Naver Smart Store data reference](/data-sources/g-n/naver-smart-store/data-reference).

## Troubleshooting

<AccordionGroup>
  <Accordion title="Authentication fails after entering credentials">
    The Application Secret is case-sensitive and shown only once at registration. If the original value is unavailable, regenerate the secret in Naver Commerce Center and re-enter both the Application ID and secret in the connector.
  </Accordion>

  <Accordion title="Revenue differs from the Smart Store dashboard">
    Sales metrics are reconstructed from raw orders rather than pulled from a pre-aggregated endpoint, so minor discrepancies against Naver's own dashboards can arise from settlement and cancellation timing.
  </Accordion>

  <Accordion title="Some orders have no product details">
    Orders are linked to products by SKU. If a product has been deleted from the catalog, the order remains visible but cannot be resolved through Product Order Amount, Product Order Count, or Product Order Quantity.
  </Accordion>

  <Accordion title="Status changes after a day are missing">
    Each refresh re-fetches only orders modified in the last 24 hours. Status transitions that occur later than that window may not be reflected in cancellation, refund, or return counts.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Naver Smart Store data reference" href="/data-sources/g-n/naver-smart-store/data-reference">
    Metrics, breakdowns, and limits for Naver Smart Store.
  </Card>

  <Card title="Naver Smart Store FAQs" href="/data-sources/g-n/naver-smart-store/faqs">
    Common questions and expected behaviors for the Naver Smart Store data source.
  </Card>

  <Card title="How to connect Naver Search Ads" href="/data-sources/g-n/naver-search-ads/how-to-connect">
    Attribute revenue back to Naver search ad spend.
  </Card>

  <Card title="How to connect Kakao Shopping" href="/data-sources/g-n/kakao-shopping/how-to-connect">
    Connect an alternative Korean marketplace.
  </Card>
</CardGroup>
