> 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/guided-walkthroughs/integration-specific-walkthroughs/how-to-send-orders-to-bigcommerce.md).

# How To Send Orders To BigCommerce

Some merchants may need to send orders from other carts to BigCommerce for fulfillment through the BigCommerce app. This guide will show you how to set up a rule to do this and then how to get the shipment info back to Order Desk and back to the customer.

### Sending Orders to BigCommerce

To send orders to BigCommerce, create a rule that tells Order Desk which orders you want sent.

From the Rule Builder, select the Order Rule rule type:

![](/files/2qqU7GHh92Yib44bTHQT)

Select the event that will trigger the rule to run. Most merchants will choose Order is Imported.

![](/files/UBg3zCYm0hRLn94b6cGv)

Next set the filters that will tell Order Desk which orders should go to BigCommerce (for example, all Amazon orders), and select the **Submit Order to BigCommerce** action:

![](/files/kXJXwAQOseJ3o8r1pd6y)

This is just one example of a rule that can be made.

Depending on where your orders are coming from and which orders (if not all of them) need to be submitted to BigCommerce, you will need to create the necessary filter(s) for this rule to work properly. For more information on the Order Desk Rule Builder, read the [How to Work with Rules guide](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md).

### Checkout Data Features

Checkout Data is a field in each order in Order Desk that gives you a place to store custom data about your order. We have a few special features that can be added as checkout data to your orders to pass information through to BigCommerce.

Checkout Data can be set manually on each order:

![](/files/Xo5MiMszOtLt7HPIz0Iq)

Or it can be set automatically [with a rule](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md) using the Set Checkout Data Value action.

The following checkout data or order metadata fields can be used to pass information through to BigCommerce:

| BigCommerceNoPrices    | When set to 1, Order Desk won’t pass order prices to BigCommerce. |
| ---------------------- | ----------------------------------------------------------------- |
| BigCommerceOrderStatus | Order Status at BigCommerce. Default is **Awaiting Shipment.**    |
| BigCommerceCustomerID  | Customer ID.                                                      |
| StaffNotes             | Use this field to pass internal staff notes.                      |
| CustomerMessage        | Use this field to pass a message to the customer.                 |
| BigCommerceChannelID   | Use to pass BigCommerce channel ID.                               |

The following fields can be set as variations or item metadata for each item in an order:

| BigCommerceProductID | Use to pass the BigCommerce Product ID for your items. |
| -------------------- | ------------------------------------------------------ |

### Getting Shipments from BigCommerce

Once an order is fulfilled in BigCommerce, you can pull the shipment info back into Order Desk. To make sure this info is synced back to the order, go into your [BigCommerce integration settings](https://app.orderdesk.com/integration/BigCommerce) and enable the **Download BigCommerce Shipments** setting.

![](/files/xCliDEnd4cps5e9YETFE)

With this setting enabled, orders that have been sent to BigCommerce will be marked as closed and tracking info added as that information is updated in BigCommerce.

Check the shopping cart integration where the orders came from (not BigCommerce) for a **Sync Tracking Numbers** setting, and enable it to pass the shipment info back through to the cart.

Alternatively, you can set up an email template to send a shipment notification to your customers directly from Order Desk. For instructions on how to do this, read the [Sending Tracking Details to Customers](/guided-walkthroughs/shipping-fulfillment-and-returns/how-to-print-thermal-labels/how-to-send-shipment-tracking-info-to-customers.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/guided-walkthroughs/integration-specific-walkthroughs/how-to-send-orders-to-bigcommerce.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.
