> For the complete documentation index, see [llms.txt](https://innertrip.gitbook.io/sellerguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innertrip.gitbook.io/sellerguide/onboard/seller.md).

# 판매자 등록

{% hint style="success" %}
**딱 한번만 등록하세요!**

판매자 등록 후에는 상품 퀄리티에만 집중할 수 있도록, 이너트립이 정산과 운영에 필요한 편리함을 제공해 드릴게요.
{% endhint %}

## 이너트립 판매자  회원가입 <a href="#join" id="join"></a>

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

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

1. 상품을 등록하고 판매하기 위해 이너트립에 가입해 주세요.
2. 판매자로 로그인 해주세요.

## 회사 정보 등록 <a href="#company" id="company"></a>

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

1. 사업자 유형을 선택하세요.
2. 사업자 유형에 따라 입력하는 정보와 정산 방식이 다릅니다.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>일반 사업자</strong></td><td>세금계산서 발행</td><td><ul><li>사업자등록번호 인증</li><li>사업자등록증 파일 첨부</li></ul></td></tr><tr><td><strong>간이 과세자</strong></td><td>현금영수증 발행</td><td><ul><li>사업자등록번호 인증</li><li>사업자등록증 파일 첨부</li></ul></td></tr><tr><td><strong>면세 사업자</strong></td><td>전자계산서 발행</td><td><ul><li>사업자등록번호 인증</li><li>사업자등록증 파일 첨부</li></ul></td></tr><tr><td><strong>프리랜서</strong></td><td>이너트립에서 원천징수 처리</td><td><ul><li>주민등록번호 입력</li></ul><p></p></td></tr></tbody></table>

## 정산 정보 등록

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

1. 은행, 계좌번호, 예금주 정보를 입력해 주세요.
2. 통장 사본 파일을 업로드해 주세요.

{% hint style="warning" %}
회사 정보와 정산 정보를 등록하지 않으면 상품을 관리할 수 없습니다.
{% endhint %}

## 입점 완료

이너트립 입점이 완료 되었습니다. 상품을 등록해 주세요.

{% content-ref url="/pages/DpO8D7SRRxni2IdenZjq" %}
[상품 등록 프로세스](/sellerguide/prod/create.md)
{% endcontent-ref %}

## 요약

{% tabs %}
{% tab title="💡 상품을 판매하기 위한 첫 번째 스텝" %}

1. 일반회원이 아닌 `판매자`로 회원가입하기
2. 회사 정보와 정산 정보를 등록하지 않으면 상품 등록이 불가능해요!
   {% endtab %}

{% tab title="📌 주의 사항" %}

* 사업자유형은 초기 설정 후 변경이 불가능합니다.
* 혹시 사업자유형에 변동이 생기면 카카오 채널로 문의해 주세요.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://innertrip.gitbook.io/sellerguide/onboard/seller.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
