# Bulk Actions

**Bulk Actions** let you perform the same operation on multiple items at once, saving significant time compared to editing items individually.

### Where to find it

Select items using the checkboxes in the [**Inventory Manager**](/inventory-management/inventory-manager.md), then use the **Bulk action bar** that appears at the bottom of the screen.

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

### How to select items

1. Click the checkbox next to individual items, or
2. Click the checkbox in the header row to select all items on the current page

{% hint style="info" %}
**Note:** Selection only applies to the current page (25 items). You cannot select items across multiple pages.
{% endhint %}

### Available bulk actions

#### Bulk Relist

Relist multiple items at once to refresh their position in marketplace search results.

1. Select the items you want to relist.
2. Click **Relist** in the **Bulk action bar**.
3. Choose which marketplace(s) to relist on.
4. Confirm the action.

#### Bulk Delist

Remove multiple items from one or more marketplaces.

1. Select the items you want to delist.
2. Click **Delist** in the **Bulk action bar**.
3. Choose which marketplace(s) to delist on.
4. Confirm the action.

#### Bulk Offers

Send offers to likers/watchers on multiple items (where supported by the marketplace).

1. Select the items.
2. Click **Send Offers** in the **Bulk action bar**.
3. Configure offer settings.
4. Confirm the action.

#### Bulk Update Price

Update prices on multiple items at once.

1. Select the items.
2. Click **Update Price** in the **Bulk action bar**.
3. Set prices based on fixed values or other marketplace prices.
4. Confirm the changes.

#### Bulk Apply Labels

Apply **Inventory Labels** to multiple items at once.

1. Select the items.
2. Click **Apply Labels** in the **Bulk action bar**.
3. Select one or more labels to use.
4. Confirm the changes.

#### Bulk Refresh

Refresh multiple items at once to bring in the latest marketplace data.

1. Select the items that appear out-of-date.
2. Click **Refresh** in the **Bulk action bar**.

#### Bulk Verify

After syncing, verify multiple items at once to enable **Auto-Delisting**.

1. Select the items you've reviewed.
2. Click **Verify** in the **Bulk action bar**.

### Limitations

| Limitation             | Details                                                                                          |
| ---------------------- | ------------------------------------------------------------------------------------------------ |
| Bulk crosslist         | Must crosslist items one at a time. No option to select multiple items and crosslist all at once |
| Bulk edit descriptions | Not available — edit one item at a time                                                          |
| Bulk edit COGS         | Not available — edit one item at a time                                                          |
| Bulk add SKUs          | Not available — edit one item at a time                                                          |
| Select across pages    | Selection limited to current page (25 items)                                                     |


---

# 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.nifty.ai/inventory-management/bulk-actions.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.
