> 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/wbx-commerce-integration.md).

# WBX Commerce Integration

Order Desk can send orders directly to [WBX Commerce](https://whitebox.com/), formerly known as Whitebox, and then pull shipment details back into your orders here and send them to your shopping carts, if applicable.

### Setup

To enable the integration, click **Manage Integrations** in the Integrations menu in the left sidebar. Under the **Fulfillment** tab, find and enable WBX Commerce.

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

On the integration page, add your **APP ID** and **API Key** to connect to WBX Commerce.

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

> Order Desk isn’t able to help find or reset your WBX Commerce credentials, as they can only be provided by WBX Commerce.

### Integration Settings

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

#### After Import, Move To

Select the folder orders should be moved to after they are sent to WBX Commerce from Order Desk. Typically this is set to Prepared, but any [custom folder](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) can be used.

#### After Shipment, Move To

Select the folder orders should be moved to when WBX Commerce sends tracking details back to Order Desk. Typically this is set to Closed, but any [custom folder](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) can be used.

#### Default Mail Class

Choose the *default* mail class you want to use for your orders. This shipping class will be used for any orders sent to WBX Commerce that aren’t mapped to one of the mail classes they use.

To set up more than one shipping method, scroll down to the [Shipping Class Match](#shipping-class-match) section for instructions.

#### Inventory Syncing

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

#### Sync Inventory

If you would like WBX Commerce to send inventory reports to Order Desk, enable this setting. If enabled, your stock counts will be pulled into Order Desk on the interval selected in the next setting.

#### Sync Update Interval

If **Sync Inventory** is enabled, select the interval you would like Order Desk to pull in inventory updates from WBX Commerce.

#### Inventory Location Name

By default, inventory updates will add WBX Commerce as the location name on each item updated. If you would like to override this to use a different name, add that here.

#### Product Settings

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

For more information about what these product settings in the WBX Commerce integration are for and how to use them, read the [Fulfillment Integration Product Settings](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md) guide.

#### Shipping Class Match

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

Use the Shipping Class Match feature to match as many different shipping methods as you offer to the specific shipping classes that WBX Commerce uses. This helps make sure your customers get the closest shipping option to what they selected at checkout.

For information on how to set up your shipping preferences, see the [Shipping Class Match](/guided-walkthroughs/shipping-fulfillment-and-returns/how-to-set-up-shipping-class-matches.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/wbx-commerce-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.
