> 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/api-en/store-front-api-reference/goods-api/product-supply-vendor.md).

# Product Supply Vendor

## Vendor Information Retrieval

> \## Function Description\
> \* This API retrieves partner information.\
> \---\
> \## Detailed Description\
> \* Retrieves the list of partner information corresponding to the given array of partner numbers.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Goods API","version":"v1"},"servers":[{"url":"https://api-goods.x2bee.com/api/goods/","description":"prd"}],"security":[{"bearerAuth":[]}],"paths":{"/v1/vendor/list":{"post":{"tags":["Product Supply Vendor"],"summary":"Vendor Information Retrieval","description":"## Function Description\n* This API retrieves partner information.\n---\n## Detailed Description\n* Retrieves the list of partner information corresponding to the given array of partner numbers.\n","operationId":"getEntrList","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorRequest"}}},"required":true},"responses":{"200":{"description":"Vendor Information Retrieved Successfully","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorResponse"}}}}},"900":{"description":"Vendor Information Retrieval Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
