> For the complete documentation index, see [llms.txt](https://assistantdocs.tempomonitors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assistantdocs.tempomonitors.com/stock-checkers/in-store-stock-check-command.md).

# In-Store Stock Check Command

Use this command to fetch the stock information for the product from nearby stores. This command <mark style="color:purple;">requires</mark> the <mark style="color:purple;">name of the store</mark> where you want to check the stock, the <mark style="color:purple;">SKU</mark> of the product you wish to check, and, the <mark style="color:purple;">ZIP code</mark> of the area where you want to find nearby stores.

{% hint style="info" %}
SKU can be found towards the end of the URL, after the product name or description
{% endhint %}

***

#### Commands:

{% code overflow="wrap" %}

```
!ta stock store <STORE_NAME> <PRODUCT_SKU> <ZIP>
```

{% endcode %}

*Example:*

{% code overflow="wrap" %}

```
!ta stock store target 87716467 90210
```

{% endcode %}

{% hint style="info" %}
A shorter command can also be used to complete stock checks. Find out more here [Shortened Stock Check Commands](/stock-checkers/shortened-stock-check-commands.md)
{% endhint %}


---

# 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://assistantdocs.tempomonitors.com/stock-checkers/in-store-stock-check-command.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.
