# What is an inbound shipment?

An inbound shipment is a **stock delivery you send to the Linkolis warehouse**. Every time you want to replenish your inventory, you create an inbound shipment — Linkolis receives your products, performs a quality check and updates your stock in real time.

{% hint style="info" %}
Products are automatically created in your catalogue when you create an inbound shipment. See Product management for details.
{% endhint %}

\---

### The inbound list

The Inbounds page shows all your shipments with the following columns:

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

| Column                | Description                                           |
| --------------------- | ----------------------------------------------------- |
| **Inbound reference** | Unique identifier of the shipment (e.g. I24719285867) |
| **Status**            | Current status of the inbound                         |
| **Created on**        | Date the inbound was created                          |
| **Packing received**  | Number of boxes received vs expected (e.g. 1/1)       |
| **Items stored**      | Number of units stored vs expected (e.g. 80/80)       |
| **Action**            | Menu to access actions on the inbound                 |

***

### Inbound statuses

| Status        | Description                                                  |
| ------------- | ------------------------------------------------------------ |
| `In progress` | Inbound created — not yet shipped to the warehouse           |
| `Shipped`     | Stock has been shipped — awaiting arrival at the warehouse   |
| `Receiving`   | Warehouse is currently receiving and processing the shipment |
| `Completed`   | All items received, inspected and added to your inventory    |

***

### Actions on an inbound

Click the **"..."** button on any inbound row to access the following actions:

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

* **Print items labels** — print product identification labels to stick on each item
* **Print box labels** — print box ID labels to stick on each box
* **Export as CSV** — export the inbound details as a CSV file
* **Report an incident** — open a claim for a reception issue
* **Show more details** — open the full inbound detail view

***

### Print items labels

When printing item labels, select the paper format compatible with your printer. Multiple label formats are available:

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

* Up to 21 labels — 63.5 × 38.1 mm on A4
* Up to 24 labels — 63.5 × 33.9 mm on A4
* Up to 24 labels — 70 × 36 mm on A4
* Up to 27 labels — 63.5 × 29.6 mm on A4
* Up to 44 labels — 48.5 × 25.4 mm on A4
* And more formats available in the dropdown

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Each item label is unique. Do not photocopy, reuse or modify labels. A label is required even if the box contains a single item.</p></div>

***

### Inbound detail view

### Inbound detail view

Click **"..."** → **"Show more details"** on any inbound to open the full detail view.

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

{% hint style="info" %}
The shipment summary at the top is always visible regardless of which tab is active.
{% endhint %}

The summary shows:

| Field                 | Description                    |
| --------------------- | ------------------------------ |
| **Ships from**        | Your company address           |
| **Shipment name/ID**  | Your inbound reference number  |
| **Ship to**           | Linkolis warehouse address     |
| **Shipment contents** | Number of SKUs and total units |
| **Shipment status**   | Current status of the inbound  |
| **Creation date**     | Date the inbound was created   |
| **Updated**           | Date of last status update     |

The detail view contains **3 tabs** :

***

#### Tab 1 — Track shipment

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

Shows the tracking details for each box in your shipment :

| Column                 | Description                                |
| ---------------------- | ------------------------------------------ |
| **Box #**              | Box number                                 |
| **Box barcode**        | Unique barcode of the box                  |
| **Tracking number**    | Carrier tracking number                    |
| **Carrier name**       | Carrier used for this shipment             |
| **Date of receipt**    | Date the box was received at the warehouse |
| **Date of inspection** | Date the quality check was performed       |

***

#### Tab 2 — Shipment contents

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

Shows the list of products included in the shipment :

| Column       | Description                                             |
| ------------ | ------------------------------------------------------- |
| **MSKU**     | Product SKU                                             |
| **Title**    | Product name                                            |
| **Shipped**  | Quantity you declared when creating the inbound         |
| **Received** | Quantity actually received and counted at the warehouse |

#### Tab 3 — Reception infos

<figure><img src="/files/0a2oQnpYY0pOy8HYIrpk" alt=""><figcaption></figcaption></figure>

Shows the quality control result for each box :

| Column          | Description                                |
| --------------- | ------------------------------------------ |
| **Box barcode** | Unique identifier of the box               |
| **Status**      | Reception status (Completed, etc.)         |
| **Anomalies**   | Any issues detected during inspection      |
| **Photos**      | Photos taken by our team during inspection |

### Warehouse address

When creating an inbound, the **shipping address** for your parcels will be indicated on the **labels generated by Linkolis** during the inbound creation process.

> {% hint style="warning" %}
> Always create your inbound shipment in the platform **before** sending your stock. This allows our team to expect your delivery and process it efficiently.
>
> ⚠️ Never send the boxes of your inbound shipment without attaching the box labels generated by Linkolis during the inbound creation. Without these labels, we will not be able to identify your inbound shipment or store your stock correctly.
> {% endhint %}

***

### Next steps

👉 [Create an inbound shipment](/inbounds/create-an-inbound-shipment.md) 👉 [Track an inbound shipment](/inbounds/track-an-inbound-shipment.md) 👉 [Inbound statuses explained](broken://pages/K8mBco56rBsWMOpXMM0x)


---

# 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.linkolis.com/inbounds/what-is-an-inbound-shipment.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.
