# 네이버 커머스 API 발급받기

## 네이버 커머스 API 발급받기

네이버 스마트스토어와 바티를  연동하기 위해, 네이버 커머스 API 발급받는 방법을 알려드립니다.\
간단한 입력만으로 발급이 가능하며 자세한 방법은 아래 순서를 참고해 주세요.

> <mark style="background-color:yellow;">🔎Click! 이미지를 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

1. 스마트스토어 ID로 로그인한 후 커머스 API 계정을 생성합니다.\
   <https://apicenter.commerce.naver.com/ko/basic/join/step1>\
   계정 생성 시 아래와 같이 입력해 주세요.<br>

   <figure><img src="/files/qPHAPBt7zDwN3o2jMWrG" alt="" width="300"><figcaption></figcaption></figure>
2. 애플리케이션 등록하기를 클릭합니다.<br>

   <figure><img src="/files/fJePhsplcsJasR00B80J" alt=""><figcaption></figcaption></figure>
3. 애플리케이션 이름, 설명, API호출 IP를 입력해 주세요. 이름과 설명은 자유롭게 입력하셔도 무방합니다.\
   \&#xNAN;*※ API호출 IP의 경우* [***문의***](https://3zd79.channel.io/home)*로 요청주시기 바랍니다.*

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

1. **주문 판매자 API**를 추가한 뒤, 등록 버튼을 클릭해 주세요.

   <figure><img src="/files/Wd8VPQO8ipozSaL2yWiK" alt=""><figcaption><p>API 추가</p></figcaption></figure>

   <figure><img src="/files/Y4AGPwtd586tUS0d94Cr" alt=""><figcaption><p>API 등록</p></figcaption></figure>
2. 생성된 애플리케이션 ID와 시크릿을 바티에 연동해 주세요.<br>

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

***

## 네이버 커머스 API 연동하기

<figure><img src="/files/0WFcEiAIHN20LR4qnvg4" alt=""><figcaption></figcaption></figure>

* 별칭 : 애플리케이션 생성 시 입력한 이름 또는 계정을 구분할 수 있는 별칭을 자유롭게 입력해 주세요.
* 애플리케이션 ID : 생성한 애플리케이션 ID를 입력해 주세요.
* 애플리케이션 시크릿 : 생성한 애플리케이션 시크릿을 입력해 주세요.


---

# 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://guide.bati.ai/service/api/naver-commerce.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.
