> 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/shopify-breakdown.md).

# Shopify Breakdown

Shopify releases are among the fastest releases and sellout times for products. Shopify has developed their own in house bot protection to do their best to stop bots.&#x20;

## Getting Started With Shopify

* Shopify releases are FCFS, meaning you have to be the fastest to add to cart and complete the checkout to have success,
* Measures are added like captchas and questions to try and slow down bots so non bot users can purchase successfully.&#x20;

The typical procedure for botting a shopify site is as follows:

1\) Bot is started and is waiting for product using keywords or early links

2\) Bot adds to cart

3\) Bot waits in queue (or bypasses with preload)

4\) Bot requires a **captcha** OR **question** to submit shipping information

5\) Bot submits shipping information

6\) Bot may require an additional checkout captcha

7\) Bot completes checkout and secures items

View a live cop using TNC monitors and the above shopify release procedure below.&#x20;

{% embed url="<https://youtu.be/gQExKXOKLAU?t=43>" %}

## Most Used Bot Features for Shopify

* Most bots have a **Preload** mode in their bot for shopify, these modes will bypass the queue once the release happens. These bots work by setting up a checkout session prior to release and then using that same checkout session on release to bypass the queue. It is important you start these bypass or preload tasks 3-5 minutes before release so they can setup properly.

## Shopify Captchas

There are afew different captchas you may encounter on a shopify release

#### Recaptchas

* Recaptchas are the standard captcha provided by google where you have to select traffic lights or signs, these captchas rely on your gmail score so signing into your captcha solvers will give you easier to solve captchas and aid you in success.

![](/files/-MXPcwMurhD4Lti45Wg1)

#### H captcha

* Hcaptcha is relatively a new concept on shopify, these captchas dont rely on any google accounts and are tougher than recaptcha as they show you random images and ask you to identify similar ones.&#x20;
* Hcaptchas often have a question you have to answer first like "What is the day" or "What are the last 3 letters in the alphabet"&#x20;

![](/files/-MXPd4r7aiSQ90Idqgg0)

## Best Bots for Shopify

* MekAIO
* Wrath


---

# 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/shopify-breakdown.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.
