> ## 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.

# Linnworks

> Connect Linnworks with Jetpack to manage orders from 200+ sales channels through powerful automation and customization.

<div className="page-intro">
  Linnworks is a world-class order management software that connects product and order data from various sources like Shopify, Walmart, and Target.com, processing orders using a flexible, powerful rules engine. When paired with Jetpack, Linnworks connects over 200 sales channels, automating and customizing your order flow for efficient fulfillment.
</div>

<div
  style={{
backgroundColor: 'var(--color-background-secondary, #f8f9fa)',
padding: '8px 24px',
borderRadius: '8px',
marginTop: '16px',
marginBottom: '20px',
border: '1px solid var(--color-border, #e5e7eb)'
}}
>
  <div
    style={{
display: 'flex',
alignItems: 'center',
gap: '10px',
marginBottom: '0px'
}}
  >
    <img
      src="https://mintcdn.com/jetpack/l0jHEdf4TBXptPmb/images/shipbob-logomark.svg?fit=max&auto=format&n=l0jHEdf4TBXptPmb&q=85&s=12e573fede92cef73c1e1c767cd19643"
      alt="ShipBob"
      style={{
    height: '20px',
    width: 'auto'
  }}
      width="22"
      height="22"
      data-path="images/shipbob-logomark.svg"
    />

    <div
      style={{
  fontSize: '16px',
  fontWeight: '600',
  color: 'var(--color-text-primary, #1f2937)',
  letterSpacing: '0.3px'
}}
    >
      About ShipBob Integration References
    </div>
  </div>

  <div
    style={{
fontSize: '15px',
lineHeight: '1.7',
color: 'var(--color-text-secondary, #4b5563)',
marginTop: '0'
}}
  >
    During setup, you'll work with the <strong>"ShipBob"</strong> integration in Linnworks. This is expected—Jetpack has licensed ShipBob's integration infrastructure to provide reliable connections. Your data flows seamlessly to your Jetpack dashboard.
  </div>
</div>

## Key Features

Linnworks allows you to manage orders from a diverse range of sources by integrating with ecommerce carts like Shopify, Magento, and Prestashop, marketplaces like Walmart, Amazon, and Wish, shipping services like Shipstation and Easypost, and ERPs like NetSuite.

The platform provides powerful customization capabilities for order management. You can customize how orders are split, combined, modified, canceled, or even skipped based on nearly any parameter. Although the Jetpack integration does not currently support custom rules within Jetpack, you can leverage Linnworks' robust engine to pre-process orders before they are sent.

Linnworks provides real-time, fulfillable inventory counts from Jetpack, whether as a total across all fulfillment centers or per individual center, depending on your setup.

***

## Integration Details

### Unique Product Identifier

A SKU acts as the unique identifier between Linnworks and Jetpack. When a product is created in Linnworks, a corresponding SKU is generated and can be viewed on the Jetpack dashboard.

***

## Syncing Product SKUs via the Composite Field

By default, products will sync to the Jetpack dashboard using the SKU field. To allow your product SKUs to sync using the Composite or SKU field, you must configure the Consider Composite Products Sub Items feature in your Jetpack dashboard.

<Steps>
  <Step title="Navigate to Integrations in your Jetpack dashboard">
    Click **Integrations** on the left-hand navigation bar. Additional menu options will appear.
  </Step>

  <Step title="Select My Apps">
    <img src="https://mintcdn.com/jetpack/jkR7KU2qKWzZ0qOM/images/other-integrations/linnworks-my-apps-navigation.png?fit=max&auto=format&n=jkR7KU2qKWzZ0qOM&q=85&s=64645b48410a7d97db0f9292cde12b5b" alt="Integrations menu showing My Apps option" className="screenshot" width="286" height="568" data-path="images/other-integrations/linnworks-my-apps-navigation.png" />
  </Step>

  <Step title="Open Linnworks connection settings">
    Locate the Linnworks app tile and select the **3 horizontal dots icon**. Additional menu options will appear.

    <img src="https://mintcdn.com/jetpack/jkR7KU2qKWzZ0qOM/images/other-integrations/linnworks-connection-settings.png?fit=max&auto=format&n=jkR7KU2qKWzZ0qOM&q=85&s=0a761dd044d777cddf97b12cfc2edbf0" alt="Linnworks app tile with Connection Settings menu" className="screenshot" width="390" height="361" data-path="images/other-integrations/linnworks-connection-settings.png" />
  </Step>

  <Step title="Select Connection Settings">
    You will be redirected to the Configure Your Integrations Settings page for Linnworks.
  </Step>

  <Step title="Enable Consider Composite Products Sub Items">
    Check the box next to **Consider Composite Products Sub Items**, then click **SAVE**.

    <img src="https://mintcdn.com/jetpack/jkR7KU2qKWzZ0qOM/images/other-integrations/linnworks-composite-products-setting.png?fit=max&auto=format&n=jkR7KU2qKWzZ0qOM&q=85&s=afe15b1cc408ae3f4524f7a1a8ac328d" alt="Linnworks connection settings showing Consider Composite Products Sub Items checkbox" className="screenshot" width="732" height="456" data-path="images/other-integrations/linnworks-composite-products-setting.png" />
  </Step>
</Steps>

***

## Product Syncing

Existing products can be synced from Linnworks to Jetpack on a scheduled basis or manually using the Sync Orders option. If an order contains a product that isn't yet synced, it will be automatically created in Jetpack.

| Sync Method     | How It Works                                                                                              |
| --------------- | --------------------------------------------------------------------------------------------------------- |
| **Manual Sync** | Initiated through your Linnworks account using the Sync Orders button located in the integration settings |
| **Auto Sync**   | Orders are automatically synced based on a configurable schedule                                          |

<Info title="Order Changes After Syncing">
  Any order changes made in Linnworks after syncing must be updated directly in Jetpack.
</Info>

***

## Inventory Quantity Sync

Enable inventory sync in the Linnworks connection settings to update inventory levels during each sync cycle.

You can choose between aggregated inventory counts (total across all Jetpack fulfillment centers) or per-fulfillment center counts.

For bundled products, the system calculates the fulfillable quantity based on the item with the lowest available units to prevent overselling. Linnworks can also decompose bundles, allowing you to either send individual line items to Jetpack or pass through a "parent SKU." This ensures that inventory calculations for bundles are accurate and help prevent overselling.

***

## Order Fulfillment Tracking

Once an order is fulfilled, a unique tracking number is uploaded to the Order Details page, linking to the carrier's website and marking the order as complete in Linnworks.

***

## Ship Start Date

Define a ship start date to control when Jetpack begins importing and shipping your orders, which can be set to a past date (up to 120 days) or a future date.

***

## Linnworks Implementation Options

<Warning title="Important">
  Once an implementation path is chosen, switching requires significant rework.
</Warning>

| Implementation Type            | How It Works                                                                                                   | Inventory Management                                                                                                                                |
| ------------------------------ | -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Single Location Setup**      | Jetpack manages fulfillment center routing automatically                                                       | Inventory counts in Linnworks reflect total inventory across all centers                                                                            |
| **Individual Locations Setup** | Each fulfillment center must be created in Linnworks, and orders are directed to a specific fulfillment center | Inventory counts are managed on a per-fulfillment center basis (e.g., 200 units in Fulfillment Center A, 400 in Fulfillment Center B, and so forth) |

***

## Let's Dive Deeper

<CardGroup cols={3}>
  <Card title="Other Integrations Overview" icon="grid" href="/fulfillment/account-setup/other-integrations">
    Back to the main integrations guide
  </Card>

  <Card title="Integrations + Apps Overview" icon="plug" href="/fulfillment/account-setup/integrations-overview">
    Understand integration types and management
  </Card>

  <Card title="Syncing Your Products" icon="arrows-rotate" href="/fulfillment/account-setup/syncing-products">
    Set up your product catalog
  </Card>

  <Card title="Importing Your Orders" icon="file-import" href="/fulfillment/account-setup/importing-orders">
    Understand how orders flow into Jetpack
  </Card>

  <Card title="Managing Inventory" icon="boxes-stacked" href="/fulfillment/managing-inventory">
    Monitor and manage your inventory levels
  </Card>

  <Card title="Order Management" icon="list-check" href="/fulfillment/order-management">
    View and manage your orders
  </Card>
</CardGroup>

<div className="jetpack-callout">
  <img src="https://mintcdn.com/jetpack/2iejPNBTYKEx6ntF/images/jetpack-logomark-256.png?fit=max&auto=format&n=2iejPNBTYKEx6ntF&q=85&s=340604ced4add3864f2641341826e1c9" alt="Jetpack" className="jetpack-callout-icon" width="256" height="256" data-path="images/jetpack-logomark-256.png" />

  <div className="jetpack-callout-content">
    <h4 className="jetpack-callout-title">Questions? Contact Jetpack Care.</h4>
    <p className="jetpack-callout-text">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!</p>
  </div>
</div>
