> For the complete documentation index, see [llms.txt](https://help.thenorthcop.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.thenorthcop.com/tnc-extras/nike-ca-monitor.md).

# Nike CA Monitor

Here you will learn how to utilize the add to cart function within the [Nike CA Monitors ](https://discord.com/channels/174704342912335873/707415046942228510)

## Nike CA v4 Monitor

This monitor in particular has the ability to add the item to your cart if it's not available on the frontend or if the website is having issues.&#x20;

&#x20;                                            <img src="/files/nRPSOn4vTBPhaqjVrKrQ" alt="" data-size="original">

**Monitor breakdown:**

* Clicking the title will take you to the product page if available
* SKU - references the Nike product code
* Status - status refers to the selling availability. Only ACTIVE status products are purchasable.
* Sizes - Sizes that are in stock. Selecting a size after setting up the ATC feature will add this to cart.&#x20;
* Stock Legend - next to each size you can view the stock breakdown. Red typically means low stock and close to out of stock.

## ATC Setup

ATC refers to add to cart.&#x20;

* By selecting a size from the monitor you can add any product to cart / favorites as long as the status is active.&#x20;

1\) The add to cart feature requires you to acquire your nike account authorization token. You can do this by going to <https://unite.nike.com/auth/unite_session_cookies/v1> and copying the information after *Access\_token but before Bearer\_Token.* The blue highlighted area is what we're looking to copy.

![red lines are just redacting information](/files/KDSoPSn6gC8CYoN7EFez)

2\) Navigate to <http://thenorthcop.herokuapp.com/api/v1/atc/addtoken> and input your copied token and select submit.&#x20;

3\) Select the size from the monitor and the item should show in your favorites section at the checkout page. &#x20;

&#x20;                                                 <img src="/files/8qiI8kEQ3YfCfedUMRo0" alt="" data-size="original">

4\) You can then have a quicker access to adding products to cart and checking out.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://help.thenorthcop.com/tnc-extras/nike-ca-monitor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
