> For the complete documentation index, see [llms.txt](https://nhn-commerce.gitbook.io/shopby_enterprise_manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nhn-commerce.gitbook.io/shopby_enterprise_manual/product/add-list/bulkadd.md).

# 대량 상품 등록

{% hint style="info" %}
**상품 정보 항목을 입력한 엑셀 파일을 이용해 쇼핑몰에 상품을 대량 등록할 수 있습니다.**

**대량 상품 등록은 쇼핑몰 자체 상품 등록만 가능하며, 파트너사 상품은 대량 등록을 지원하지 않는 점을 참고해 주세요.**
{% endhint %}

## 대량 상품 등록

<figure><img src="/files/wkeVXb3itVG4SIaOcZ7o" alt=""><figcaption><p>&#x3C;대량 상품 등록></p></figcaption></figure>

**① 쇼핑몰**\
대량 상품 등록을 진행할 쇼핑몰을 선택합니다.

**② 업로드 양식**\
\[엑셀양식 다운로드] 버튼을 클릭하면, 상품 정보 항목을 입력할 수 있는 엑셀 양식 파일이 다운로드 됩니다.

{% hint style="warning" %}
다운로드 받은 엑셀 양식 파일에서 상품 정보 항목별 데이터의 상세 입력 방법과 예시가 확인됩니다.
{% endhint %}

**③ 상품이미지 업로드**\
\[이미지 등록] 버튼을 클릭하면 상품 이미지를 등록할 수 있는 '이미지 등록' 창이 노출됩니다.

**④ 엑셀 일괄등록**\
\[엑셀 일괄 등록] 버튼을 클릭 해 상품 정보 항목을 입력한 엑셀 양식 파일을 업로드 합니다.

* 엑셀 파일을 업로드를 하면나타나는 '[대량 상품 등록 결과](#undefined)' 창에서 상품등록 성공 여부가인확됩니다.
* 등록 실패 건이 있는 경우, [상품 대량 등록 실패 결과](#undefined-3) 엑셀 파일이 자동으로 생성됩니다.

## 등록 성공 상품 목록

<figure><img src="/files/od8arcd7h9B1ssRP1gaR" alt=""><figcaption><p>&#x3C;등록 성공 상품 목록></p></figcaption></figure>

* 상품 대량 등록을 성공한 상품 리스트를 확인할 수 있습니다.
* 대량 상품을 등록한 총 상품 등록 건수와 등록이 완료된 성공 건수가 확인됩니다. &#x20;

***

#### <mark style="color:blue;">■   대량 상품 등록 결과</mark>

* 대량 상품  등록 성공 여부가 등록 / 성공  / 실패 건수로 각각 확인됩니다.

<div align="left"><figure><img src="/files/Ok7W0FwZ4Bb4If9WnXzx" alt=""><figcaption></figcaption></figure></div>

***

#### <mark style="color:blue;">■  상품 대량 등록 실패 결과</mark>

* 다운로드 받은 상품 대량 등록 실패 결과 엑셀 파일에서 등록 실패 상품 리스트를 확인할 수 있습니다.
* 해당 상품의 실패 사유에 해당하는 상품 정보 항목이 빨간색으로 표기됩니다.

<div align="left"><figure><img src="/files/e13y16coVNNmCEZfJtkZ" alt="" width="563"><figcaption><p>&#x3C;등록 실패 리스트></p></figcaption></figure></div>


---

# 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://nhn-commerce.gitbook.io/shopby_enterprise_manual/product/add-list/bulkadd.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.
