# Online Stock Check Command

Use this command to fetch the stock information for a product online. This command <mark style="color:purple;">requires the name of the online store</mark> where you want to check the stock and the <mark style="color:purple;">SKU</mark> *or* <mark style="color:purple;">URL</mark> of the product you wish to check.

{% hint style="info" %}
The URL of the product can usually be found in the address bar of your web browser when you are viewing the product page
{% endhint %}

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

*URL Example:*

{% code overflow="wrap" %}

```
https://www.fanatics.com/mlb/new-york-yankees/new-york-yankees-antigua-victory-pullover-hoodie-navy/o-3465+t-81444321+p-24835868607+z-9-1088804734
```

{% endcode %}

***

#### Command:

```
!ta stock online <STORE_NAME> <PRODUCT_SKU> OR <PRODUCT_URL>
```

*Example:*

{% code overflow="wrap" %}

```
!ta stock online fanatics https://www.fanatics.com/mlb/new-york-yankees/new-york-yankees-antigua-victory-pullover-hoodie-navy/o-3465+t-81444321+p-24835868607+z-9-1088804734
```

{% 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: 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/online-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.
