> 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/bulk-management.md).

# 상품 일괄 수정

{% hint style="info" %}
**쇼핑몰에 등록된 상품 정보를 일괄 수정할 수 있는 메뉴입니다.**
{% endhint %}

## 상품 정보 일괄 수정 <a href="#undefined2" id="undefined2"></a>

### 1. 일괄 수정

<figure><img src="/files/92IAuXkMIFbVmtlBnJzh" alt=""><figcaption></figcaption></figure>

1. 일괄 수정할 쇼핑몰을 선택합니다.
2. \[엑셀 양식 다운로드] 버튼을 클릭하여 일괄 수정 양식을 다운로드 합니다.\
   \- 양식 다운로드 후, 일괄 수정 양식 파일 내 가이드 내용에 맞추어 수정할 항목에 값을 입력합니다.\
   \- 일괄 수정 양식에서 상품번호와 수정할 항목열과 항목값을 남기고 이외의 항목의 열을 삭제합니다.
3. 배송비 템플릿을 변경하고자 하시는 경우, \[배송비 템플릿] 버튼 클릭 후 출력되는 배송비 템플릿 조회 팝업을 통해 템플릿 번호를 확인하세요.
4. \[파일찾기] 버튼을 통하여 수정한 일괄 수정 엑셀 파일을 업로드해 주세요.
5. 마지막으로 \[일괄 수정 요청] 버튼을 클릭합니다.\
   \- 이후 하단의 진행 현황에서 업로드 처리 결과를 확인할 수 있습니다.

{% hint style="info" %}
**주의사항**

* 1회 업로드 시 상품 최대 1,000개 까지 일괄 수정 가능합니다.
* 수정 대상 상품이 많을 경우 반영에 다소 시간이 소요 될 수 있으며, 수정 완료 이전에 개별 상품을 수정하는 경우 정상 반영이 되지 않을 수 있습니다.
* 특정 상품의 경우 전체/일부 상품정보 수정이 불가할 수 있습니다.
* 삭제 상품과 판매금지 상품은 수정이 불가능합니다.
* 이미지 파일의 일괄 수정은 불가능합니다.
* 상품에 등록된 옵션/재고 정보는 일괄 수정이 불가능합니다. 상품의 옵션 및 재고 정보는 상품수정 페이지에서 직접 수정하시거나, 상품재고관리 메뉴를 이용해주세요.
* 변경 처리 중 담당자 권한이 변경될 경우 실패처리 되오니, 중간에 권한이 변경되지 않도록 주의해주세요.
* 파트너사 상품의 배송비 템플릿을 변경하려는 경우, 파트너 배송비 템플릿 조회 팝업에서 배송비 템플릿 번호를 확인 후 엑셀 양식에 입력해주세요.
* **상품의 일부 내용만 수정하려는 경우, 수정을 원하지 않는 항목의 엑셀 열을 삭제한 후 업로드 해주세요.**
* **상품 정보를 미입력인 상태로 업로드 할 경우, 해당 항목은 미입력 또는 시스템 기본값으로 수정되고, 항목에 따라 수정이 불가능할 수 있습니다.**
  {% endhint %}

### 2. 일괄 수정 결과

상품 일괄 수정 건의 성공/실패 여부를 확인 하실 수 있습니다.

![](/files/KSycTAlI8KmbsIIy3Wc5)<br>

상품 일괄 수정 실패 시

* 상품 일괄 수정 실패 시 실패 결과 란에 \[다운로드] 버튼이 출력되며. 버튼 클릭 시 실패한 수정 항목을 알 수 있습니다.
* 해당 상품의 실패 사유에 해당하는 상품 정보 항목이 빨간색으로 표기됩니다.

![상품 수정 실패 사유 예시 ](/files/dRZNuB7oVh05NIk2f1hE)<br>


---

# 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/bulk-management.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.
