# Bundle Creation Automation

### 💼 Overview

PrimeLister's Bundle Creation Automation watches buyer activity in your closet and automatically does two things:

1. **Creates a bundle** when a buyer likes multiple items based on your rules
2. **Sends a private offer** with a discount on that bundle (optional)

Both happen in the background — no manual work needed. This guide walks you through setting it up to save time and increase your sales.

***

### 🔄 How It Works

Before configuring rules, here's the flow you're setting up:

1. A buyer likes multiple items in your closet
2. PrimeLister detects this and automatically creates a bundle for them
3. If you've enabled it, a private offer with your chosen discount is sent after a short delay
4. You track everything in your PrimeLister dashboard

***

### ⚙️ Prerequisites

Before configuring your rules:

1. Navigate to your [Automations](https://app.primelister.com/automations/poshmark/settings) page
2. Activate the **Bundle Creation** automation

<figure><img src="/files/VzvFkuvdwkI2G3ziJBPE" alt=""><figcaption></figcaption></figure>

That's all you need to start. Private offers, filters, and exclusions are configured in the next sections.

***

### 🛠️ Bundle Creation Rules

Click the gear icon ⚙️ next to Bundle Creation to open the settings panel.

#### Basic configuration

* **Minimum likes count** — the minimum number of items a buyer should like before PrimeLister creates a bundle for them.
* **Default bundle comment** — a message included automatically when a bundle is created.
  * Example: *"Thanks for your interest! I've created a bundle for you with special pricing."*

***

### 💰 Private Offer Rules

Once a bundle is created, you can have PrimeLister automatically send the buyer a private offer with a discount.

To enable automatic offers, toggle on **Private Offer Rules** at the top of this section.

* **Offer delay** ⏱️ — how long to wait before sending the offer (1–120 minutes).
  * Tip: a short delay (5–15 minutes) feels more personal than instant offers.
* **Discount percentage** 📉 — what percentage off the bundle total.
  * Choose a discount that's compelling but still maintains your profit margins.
* **Shipping offer** 📦 — free shipping or discounted shipping.
* **Bundle message** 💬 — a personalized message that goes with the offer.
  * Example: *"I noticed you liked these items! I've created a special bundle with 15% off just for you."*

<figure><img src="/files/6ieK2ArhhsOWQGhSg2y3" alt=""><figcaption></figcaption></figure>

### ⚙️ Advanced Filtering Options

Fine-tune which bundles receive an offer. An offer is sent only when **all** the conditions you enable are met.

<details>

<summary>⏳ Filter by age of listing</summary>

* Enable to create bundles only for items within your selected listing age range
* Great for promoting newer inventory or clearing older items

</details>

<details>

<summary>❤️ Filter by like count of listing</summary>

* Enable to create bundles only for items with like counts within your selected range
* Focus on popular items or give attention to less-noticed inventory

</details>

<details>

<summary>🔢 Filter by number of items in bundle</summary>

* Enable to create bundles only when the item count falls within your selected range
* Control minimum and maximum items per bundle

</details>

<details>

<summary>💵 Filter by total value of bundle</summary>

* Enable to create bundles only when the total price falls within your selected range
* Maintain control over order values

</details>

<details>

<summary>📊 Filter by minimum net earnings</summary>

* Enable to create bundles only when expected net earnings meet your minimum requirement
* Ensures profitability after discounts

</details>

<details>

<summary>📋 Filter by category of listing</summary>

* Enable to create bundles only for items within your selected categories
* Great for seasonal promotions or complementary products

</details>

***

### 🚫 Offer Exclusions

Sometimes you want bundle automation running on most of your closet but **exclude specific listings** from receiving offers — like new arrivals at full price, premium pieces, or items already on sale elsewhere.

The Offer Exclusions setting lets you cherry-pick listings that should be skipped. Bundles will still be created when buyers like these items, but **no automatic offer will be sent** for any bundle that includes an excluded listing.

#### How to set it up

1. In the Bundle Creation settings panel, scroll to the **Offer Exclusions** section
2. Toggle **Exclude Listings** on
3. Click **Select listings to exclude**
4. A modal opens showing your active listings
5. Use the **search bar** at the top to find specific listings by title
6. Click the **checkbox** on any listing card to mark it for exclusion
7. The selection counter (e.g. "3 of 100 selected") updates as you choose
8. Click **Show Selected Listings** at any time to review only your selected exclusions
9. Click **Save Selection (N)** to confirm

<figure><img src="/files/YkFqMAp6OA4M87EEiVyC" alt=""><figcaption></figcaption></figure>

#### 📌 Things to know

* **Selection is unlimited** — exclude as many listings as you need
* **Bundles are still created** — the exclusion only blocks the automatic offer, not the bundle itself
* **Editable anytime** — reopen the modal to add or remove listings from your exclusion list
* **New listings are not auto-excluded** — they participate in bundle offers unless you add them to the exclusion list

***

### ✅ Confirming It's Working

After enabling, you can check that the automation is running:

1. Go to your **Activity** page in PrimeLister
2. Filter by **Bundle Creation**
3. You'll see entries showing which bundles were created and when
4. If you've enabled Private Offer Rules, sent offers will also appear with the offer amount and the buyer's username

<figure><img src="/files/tYlB5FfkzlDvfXco1qOF" alt=""><figcaption></figcaption></figure>

***

By using PrimeLister's Bundle Creation Automation, you'll save time while providing a personalized shopping experience that can significantly increase your sales and average order value.


---

# 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://docs.primelister.com/features/poshmark-automation-tool/bundle-creation-automation.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.
