> For the complete documentation index, see [llms.txt](https://dynamite-1.gitbook.io/dynamite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dynamite-1.gitbook.io/dynamite/site-guides/kmart.md).

# Kmart

Card Only

AU + NZ

### Account Login Feature

* Load account login details in accounts.csv
* Will save login details in here.

### Task File Configuration (`tasks.csv`)

#### Required Columns

* **`product_url`** - The full product URL from Kmart (e.g., `https://www.kmart.com.au/p/product-name-123456`)
* **`profile_name`** - Must match a profile name in your `profiles.csv` file
* `solve` -  For akamai solving set to true or false

### Modes

#### 1. Normal Mode

* **Mode Value**: Leave empty or `"normal"`

#### 2. Loop Mode

* **Mode Value**: `"loop"`
* **Description**: Automatically restarts the task after completion
* **Use Case**: Continuous monitoring and purchasing

#### 3. Demon Mode

* **Mode Value**: `"demon"`
* **Description**: Cook mode
* **Requirements**: Only available for card payments (not PayPal)
* **Use Case**: High-stakes items requiring maximum checkout success

#### 4. Account Mode

* **Mode Value**: IF YOU HAVE AN EMAIL IN THE ACCOUNT COLUMN IT WILL RUN THAT ACCOUNT. YOU CAN SET MODE TO LOOP/DEMON/NORMAL/BLANK
* **Description**: Uses account from accounts.csv
* **Requirements**: Make sure you have logged into this account using the account login feature. Set this email in the `account` column of the tasks.csv
* **Use Case**: Account only items.

#### Required Fields

* **`profile_name`** - Unique identifier for the profile
* **`first_name`** - Customer first name
* **`last_name`** - Customer last name
* **`email`** - Customer email address
* **`phone`** - Customer phone number
* **`address1`** - Street address
* **`city`** - City name
* **`state`** - State abbreviation (e.g., NSW, VIC)
* **`zipcode`** - Postal code
* **`country`** - Must be set to "AU" for Kmart

### Example Task Entry

```csv
product_url,profile_name,payment_type,quantity,mode,account,solve
https://www.kmart.com.au/p/product-name-123456,JohnDoe,paypal,2,,,false
https://www.kmart.com.au/p/product-name-789012,JaneDoe,card,5,loop,,true
https://www.kmart.com.au/p/product-name-345678,BobSmith,card,1,demon,,false
https://www.kmart.com.au/p/product-name-345678,BobSmith,card,1,account,test@gmail.com,true
```

Thanks chatgpt. kek
