> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/store-front/goods/undefined-2.md).

# 상품공급 협력사

상품 및 주문 시 협력사의 기본 정보를 조회하는 데 사용됩니다. 협력사 정보 목록을 효과적으로 관리하고, 필요한 정보를 신속하게 가져와 업무 프로세스를 최적화하는 데 도움이 됩니다. 또한 협력사 평가등급 조회(GET /v1/vendor/getEvltGrade) 기능을 제공하며, 협력사번호(entrNo)를 기준으로 전월 평가등급코드(공통코드 VD009)와 통합점수를 반환합니다.

***

## 주요 기능

* 등록된 협력사의 기본 정보를 목록으로 제공

## API 기능 목록

<table><thead><tr><th width="95.6666259765625">API</th><th width="338.111083984375">설명</th><th width="93.5555419921875">Server</th><th width="91.22216796875">메소드</th><th>비고</th></tr></thead><tbody><tr><td>협력사 <br>정보 조회</td><td>• 협력사번호 배열 값으로 해당 협력사 <br>정보 목록을 조회합니다.</td><td>Goods</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=goods&#x26;depth=%EC%83%81%ED%92%88%EA%B3%B5%EA%B8%89%ED%98%91%EB%A0%A5%EC%82%AC&#x26;path=getEntrList">🔗API 확인하기></a></td></tr></tbody></table>

## 용어 정의

<table><thead><tr><th width="119.5555419921875">명칭</th><th>설명</th></tr></thead><tbody><tr><td>협력사</td><td>사이트 및 쇼핑몰에 입점해 브랜드 및 상품품정보를 제공하고 판매에 대한 수익을 분배하는 주체를 의미합니다.</td></tr><tr><td>직매입</td><td>상품공급업체로부터 상품을 매입하여 판매하는 상품으로, 재고에 대한 책임, 대금 수령권 등이 유통 업체에있는 거래 형태를 의미합니다. <br>상품 판매 전 선매입 후 판매하여 매출이 발생하는 상품 매입 유형입니다.</td></tr><tr><td>위탁판매</td><td>- 유통 주체가 상품의 생산자 또는 상품공급업체로부터 그 상품의 판매를 위탁 받아 판매하고 그에 대한 보수로서 매출금액의 일정 비율의 수수료를 지급받는 방식의 <br>거래 형태를 의미합니다.</td></tr><tr><td>판매분 매입</td><td>- 위탁판매와 유사, 실 판매분에 대한 상품을 매입하여 직매입 형태로 제공합니다. <br>(직매입+위탁 결합형태)<br>- 상품 판매 후 매입/매출이 발생하는 상품 매입 유형입니다.</td></tr></tbody></table>


---

# 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://tech.x2bee.com/api-guide/store-front/goods/undefined-2.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.
