> For the complete documentation index, see [llms.txt](https://shopping-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shopping-docs.toss.im/products.md).

# 상품 관리하기

- [상품 등록하기](https://shopping-docs.toss.im/products/add.md)
- [상품 일괄 등록하기](https://shopping-docs.toss.im/products/add/bulk_upload.md): 엑셀로 여러 상품을 한 번에 등록할 수 있어요. 1개의 상품당 300개의 옵션, 최대 1만행까지 등록할 수 있어요.
- [브랜드 입력 가이드](https://shopping-docs.toss.im/products/add/brand.md): 상품 등록 시 브랜드 입력에 대한 가이드에요.
- [배송 정보 입력 가이드](https://shopping-docs.toss.im/products/add/delivery.md): 토스쇼핑 파트너스 상품 단건 등록, 일괄 등록/수정의 배송 정보 입력 가이드에요.
- [상품 수정하기](https://shopping-docs.toss.im/products/edit.md)
- [상품 일괄 수정하기](https://shopping-docs.toss.im/products/edit/bulk_upload.md): 상품 정보를 대량으로 수정할 수 있는 기능이에요.
- [판매 제한 상품 안내](https://shopping-docs.toss.im/products/banned-products-list.md): 토스쇼핑에서 판매가 제한되는 상품을 안내합니다. 등록 전에 본인의 상품이 제한 대상인지 확인해 주세요.
- [브랜드 상품 등록 정책](https://shopping-docs.toss.im/products/brand-products-policy.md): 토스쇼핑 판매자와 구매자의 권익을 보호하기 위한 브랜드 상품 등록 정책과 필수 서류를  안내하고 있어요.


---

# 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:

```
GET https://shopping-docs.toss.im/products.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.
