> ## Documentation Index
> Fetch the complete documentation index at: https://help.jetpack3pl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk Actions on Orders

> Select multiple orders and perform bulk actions like releasing holds, canceling orders, and managing line items.

<div className="page-intro">
  When you need to manage multiple orders at once, bulk actions let you efficiently process dozens or even hundreds of orders simultaneously. Whether you're releasing order holds, canceling problematic orders, or updating line items across multiple shipments, the Orders page gives you the tools to select and manage orders in bulk.
</div>

## Available Bulk Actions

From the Orders page, you can select multiple orders and perform a variety of bulk actions to streamline your order management workflow:

| Bulk Action                  | What It Does                                                                                                                                                               |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Move Orders to On-hold**   | Places selected orders on hold, with optional inventory reservation. [Learn more about putting orders on hold](/fulfillment/tools-techniques/putting-orders-on-hold).      |
| **Release Order Hold**       | Removes the hold status from selected orders, allowing them to proceed to fulfillment.                                                                                     |
| **Clean Sweep Orders**       | Clears and reprocesses selected orders. [Learn more about clean sweep](/fulfillment/tools-techniques/copy-cancel-clean-sweep).                                             |
| **Cancel Orders**            | Cancels selected orders. [Learn more about canceling orders](/fulfillment/tools-techniques/copy-cancel-clean-sweep#canceling-orders).                                      |
| **Add or Remove Line Items** | Adds new products or removes existing products from multiple orders at once. [Learn more about editing orders](/fulfillment/tools-techniques/bulk-editing-orders).         |
| **Copy Orders**              | Duplicates selected orders (up to one page of results at a time). [Learn more about copying orders](/fulfillment/tools-techniques/copy-cancel-clean-sweep#copying-orders). |

<Info title="Action Availability">
  Some bulk actions aren't available for every order. For example, you can't release a hold on an order that isn't currently on hold, or cancel an order that's already shipped.
</Info>

***

## Selecting Orders for Bulk Actions

Follow these steps to select the orders you want to manage:

<Steps>
  <Step title="Navigate to the Orders page and apply filters">
    Click **Orders** in the left-hand navigation menu, then select **All Orders** or choose a saved filter to display the specific orders you want to manage.

    <img src="https://mintcdn.com/jetpack/vowpUVk9ga2bYYSi/images/tools-techniques/bulk-actions-navigation-all-orders.png?fit=max&auto=format&n=vowpUVk9ga2bYYSi&q=85&s=1c9e5a6a7e8d42125798eaab5ef97bf9" alt="Orders navigation showing All Orders selection in left sidebar" className="screenshot" width="1274" height="1567" data-path="images/tools-techniques/bulk-actions-navigation-all-orders.png" />
  </Step>

  <Step title="Select individual orders">
    Check the box next to each order you want to include in your bulk action.

    <img src="https://mintcdn.com/jetpack/vowpUVk9ga2bYYSi/images/tools-techniques/bulk-actions-select-orders.png?fit=max&auto=format&n=vowpUVk9ga2bYYSi&q=85&s=7de8156d4316137da50d2b6d7db234e6" alt="Orders table with checkboxes next to individual orders" className="screenshot" width="973" height="149" data-path="images/tools-techniques/bulk-actions-select-orders.png" />

    <Info title="Select All Orders Under a Filter">
      To select every order displayed under your current filter, check the box in the top row of the table header, then click **Select all** in the confirmation prompt that appears.
    </Info>
  </Step>
</Steps>

***

## Performing Bulk Actions

Once you've selected your orders, you can execute your bulk action:

<Steps>
  <Step title="Click the Actions button and choose your action">
    With your orders selected, click the **Actions** button located above the orders table, then select the desired bulk action from the dropdown list. The system will begin processing your request.

    <img src="https://mintcdn.com/jetpack/vowpUVk9ga2bYYSi/images/tools-techniques/bulk-actions-select-all-actions.png?fit=max&auto=format&n=vowpUVk9ga2bYYSi&q=85&s=0870d5e31cc3f39c36ce6cc178584b4f" alt="Orders page with selected orders and Actions button highlighted" className="screenshot" width="1002" height="561" data-path="images/tools-techniques/bulk-actions-select-all-actions.png" />
  </Step>

  <Step title="Review the summary email">
    Once Jetpack completes the bulk action, you'll receive a summary email that includes:

    * A description of the action performed
    * Whether each order succeeded or failed
    * Failure reasons for any orders that weren't processed successfully

    <img src="https://mintcdn.com/jetpack/vowpUVk9ga2bYYSi/images/tools-techniques/bulk-actions-email-summary.png?fit=max&auto=format&n=vowpUVk9ga2bYYSi&q=85&s=ef412fc8443c0fbfc82b8c54b8306409" alt="Bulk action summary email showing success and failure results" className="screenshot" width="637" height="857" data-path="images/tools-techniques/bulk-actions-email-summary.png" />
  </Step>
</Steps>

This summary email helps you quickly identify which orders processed successfully and which may require additional attention or manual intervention.

***

## Let's Dive Deeper

<CardGroup cols={3}>
  <Card title="Tools and Techniques Overview" icon="diagram-project" href="/fulfillment/tools-techniques">
    Back to the main tools and techniques guide
  </Card>

  <Card title="Putting Orders on Hold" icon="hand" href="/fulfillment/tools-techniques/putting-orders-on-hold">
    Manage order holds and inventory reservation
  </Card>

  <Card title="Bulk Editing Orders" icon="pen-to-square" href="/fulfillment/tools-techniques/bulk-editing-orders">
    Add or remove line items from orders
  </Card>

  <Card title="Copy, Cancel, or Clean Sweep Orders" icon="copy" href="/fulfillment/tools-techniques/copy-cancel-clean-sweep">
    Duplicate, cancel, or reprocess orders
  </Card>

  <Card title="How Jetpack's Order Flow Works" icon="diagram-project" href="/fulfillment/tools-techniques/order-flow">
    Understand order processing stages
  </Card>

  <Card title="Controlling Processing Speed" icon="gauge" href="/fulfillment/tools-techniques/controlling-processing-speed">
    Use dummy SKUs to manage order timing
  </Card>
</CardGroup>

<div className="jetpack-callout">
  <div className="jetpack-callout-header">Questions? Contact Jetpack Care.</div>

  <div className="jetpack-callout-body">
    If you have any questions or run into issues, you can always contact Jetpack Care for help. Our team is always here to assist via Slack, phone, or email!
  </div>
</div>
