> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/fulfillment-services/mcs-fulfillment-integration.md).

# MCS Fulfillment Integration

Order Desk can connect to [MCS Fulfillment](https://www.mcsfulfilment.com/en/) and send your orders to them for fulfillment. As they ship your orders, tracking details will be sent back into Order desk and back through to the original shopping cart.

The MCS Fulfillment connection can be enabled by using the [3BM IT Solutions](https://www.3bm.nl/nl/home/) integration in Order Desk. Many warehouses use software provided by 3BM to manage their orders.

### Setup

To connect the 3BM integration, click on the **Manage Integrations** link in the left sidebar and under the **Fulfillment** tab find and enable 3BM.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FxGduZAW5f9miwtHanBqt%2Flegacy-9f30eaacfe606120e6e0.png?alt=media)

Once enabled, enter your MCS username and password and click to connect.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FTLrKGz3wRFt9NsCZFV35%2Flegacy-ccefc12b5fb0a3af4e65.png?alt=media)

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2Fc9NAgIXNGAHY8sOijJwR%2Flegacy-74641eaa35620813b29c.png?alt=media)

After you have connected the integration, you can apply your preferences in the settings.

#### After Import, Move To

Select the folder you want orders to be moved into after they are successfully sent to MCS Fulfillment.

You can use one of the default folders already in your store or create your own. Read the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide for more information.

#### After Shipment, Move To

Select the folder you want orders to be moved into as MCS sends shipment details back to Order Desk.

#### Default Shipping Method

Set the default shipping method you want MCS to use for your orders. You can override this setting on a per order basis. Details can be found below in the [Custom Instructions section](#custom-instructions).

#### Automatically Send Imported orders to 3BM

If selected, every order that is added to Order Desk will automatically be sent to MCS.

Select this setting only if all orders will be sent to MCS. If any orders will not be sent, or if you need a delay between when an order is imported into Order Desk and when it is sent do *not* select this.

#### Inventory Management Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FqYytIUF3EBZ1fzftshv5%2Flegacy-5c3ded690446bb83da89.png?alt=media)

Order Desk can download your MCS inventory and update the stock count in your Order Desk inventory. From there, this data can be updated at one or more shopping carts.

#### Sync 3BM Inventory

Enable this setting if you want to pull inventory counts back from MCS.

For more information, see the [How to Work with Inventory Counts](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-quantities.md#send-counts-tofrom-order-desk) guide.

#### Sync Interval

Choose how often you want Order Desk to pull in inventory updates from MCS.

#### Inventory Location Name

If you want to set a specific inventory location name for the products being updated from MCS, set that name here. As Order Desk pulls in inventory details, your custom name will be added as the location.

#### Product Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2F0F5WiEl8cE4HFlkpZD6G%2Flegacy-fb39e6c2bd25d962518c.png?alt=media)

#### Product Code Match and Skip

For more information on how Product Code Match and Product Code Skip work, please read the [Product Code](/guided-walkthroughs/products-and-inventory/how-to-use-code-replace.md) guide.

#### Inventory Location Match

If you only want to send certain items to your fulfillment provider, you can set the inventory location name from the item in this field. Orders with items that don’t have an exact match will not be submitted to MCS.

To avoid confusion about which items in which orders are being sent for fulfillment, it is generally better to [split orders](/guided-walkthroughs/orders-and-folders/how-to-split-orders.md) than to use this field. If you do choose to use this field, please be careful that your inventory location names match exactly.

#### Custom Instructions

To customize the details or instructions that are sent to MCS for a particular order, you can set the following checkout data fields on the order:

| Field Name     | Field Description                                                                                                                             |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| ShippingMethod | Set the shipping method to be used for the order. If not included, the [default shipping method](#integration-settings) will be used instead. |
| Incoterm       | Set the incoterm to use for the order. If not included, an incoterm value will not be sent.                                                   |
| Language       | Set the language to be used for order(s). Default is EN.                                                                                      |

If you are unfamiliar with checkout data, see the [How to Work with Checkout Data](/guided-walkthroughs/orders-and-folders/how-to-work-with-checkout-data.md) guide.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.orderdesk.com/integration-setup-guides/fulfillment-services/mcs-fulfillment-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
