# Sam's Club Online Stock Checker

This online stock checker <mark style="color:purple;">requires</mark> the <mark style="color:purple;">product's SKU.</mark>

{% 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.samsclub.com/p/hp-17-cn2070cl-notebook/P03020956
```

{% endcode %}

***

#### Command:

{% code overflow="wrap" %}

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

{% endcode %}

*Example:*

```
!ta stock online samsclub P03020956
```
