# Inventory

## Inventory API 소개

상품의 실시간 재고현황이나, 특정 기간내의 입출고 내역을 확인하는 등 재고와 관련된 서비스를 제공합니다.

## Inventory API 목록

{% tabs %}
{% tab title="get" %}

### 1. [재고조회](/api-guide/inventory/get.md#api-v1-inventory-get)

{% hint style="info" %}
<https://api.etomars.com/api/v1/inventory/get>
{% endhint %}

요청일 기준 상품번호에 해당하는 상품의 재고현황을 조회합니다.

### 2. [입출고 내역 조회](/api-guide/inventory/get.md#api-v1-inventory-get-history)

{% hint style="info" %}
<https://api.etomars.com/api/v1/inventory/get/history>
{% endhint %}

검색기간(최대30일)동안의 상품번호에 해당하는 상품의 입출고 내역을 조회합니다.
{% endtab %}
{% endtabs %}


---

# 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://api-guide.etomars.com/api-guide/inventory.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.
