# shop by API, POSTMAN에 추가하기

업데이트 일자: 2022. 04. 11<br>

shop by API의 yml 경로를 활용하여 postman에 shop by API를 추가 할 수 있습니다.

postman에서 import 시 link로 선택하여 shop by의 API yml 경로를 추가 합니다.

필요하신 API 도메인에 따라 yml을 추가해서 사용할 수 있습니다.

각자 필요한 API의 yml 경로를 확인하여 추가 하셔서 사용해보세요.<br>

▶ shop by shop API

| 도메인       | yml                                                        |
| --------- | ---------------------------------------------------------- |
| admin     | <https://docs.shopby.co.kr/spec/admin-shop-public.yml>     |
| auth      | <https://docs.shopby.co.kr/spec/auth-shop-public.yml>      |
| claim     | <https://docs.shopby.co.kr/spec/claim-shop-public.yml>     |
| display   | <https://docs.shopby.co.kr/spec/display-shop-public.yml>   |
| marketing | <https://docs.shopby.co.kr/spec/marketing-shop-public.yml> |
| member    | <https://docs.shopby.co.kr/spec/member-shop-public.yml>    |
| manage    | <https://docs.shopby.co.kr/spec/manage-shop-public.yml>    |
| order     | <https://docs.shopby.co.kr/spec/order-shop-public.yml>     |
| product   | <https://docs.shopby.co.kr/spec/product-shop-public.yml>   |
| promotion | <https://docs.shopby.co.kr/spec/promotion-shop-public.yml> |

\
▶ shop by server API

| 도메인           | yml                                                                                                                                                            |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| admin         | <https://server-docs.shopby.co.kr/spec/admin-server-public.yml>                                                                                                |
| claim         | <https://server-docs.shopby.co.kr/spec/claim-server-public.yml>                                                                                                |
| delivery      | <https://server-docs.shopby.co.kr/spec/delivery-server-public.yml>                                                                                             |
| display       | <https://server-docs.shopby.co.kr/spec/display-server-public.yml>                                                                                              |
| manage        | <https://server-docs.shopby.co.kr/spec/manage-server-public.yml>                                                                                               |
| member        | <https://server-docs.shopby.co.kr/spec/member-server-public.yml>                                                                                               |
| order         | <https://server-docs.shopby.co.kr/spec/order-server-public.yml>                                                                                                |
| order-friends | <https://server-docs.shopby.co.kr/spec/order-friends-server-public.yml>                                                                                        |
| product       | <https://server-docs.shopby.co.kr/spec/product-server-public.yml>                                                                                              |
| promotion     | <p><a href="https://server-docs.shopby.co.kr/spec/promotion-server-public.yml"><https://server-docs.shopby.co.kr/spec/promotion-server-public.yml></a><br></p> |


---

# Agent Instructions: 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://workspace-help.nhn-commerce.com/contents/recommended/shop-by-api-postman.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.
