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

# NetSuite Integration

Order Desk can import orders from your shopping cart(s) and then submit them to [NetSuite](https://www.netsuite.com/portal/home.shtml) for fulfillment. When orders are shipped, the tracking details will be sent back to Order Desk and back to your shopping cart(s) if your store is set up for it.

### Setup

In order to use NetSuite Tools with Order Desk, you will first need to work with our NetSuite Development Partner to install and setup your NetSuite account. Please note that there are setup fees involved with this process. To get started, contact Order Desk support.

Once the setup is completed in NetSuite, you can connect the integration to Order Desk. To do this, click on the **Manage Integrations** link in the left sidebar and under the **Fulfillment** tab find and enable the NetSuite integration.

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

Once enabled, enter your NetSuite Target URL and click to connect.

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

### Integration Settings

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

#### Customer Name

Fill this field in if instructed to by NetSuite.

#### After Import, Move To

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

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 NetSuite sends shipment details back to Order Desk.

#### Automatically Send Imported Orders To NetSuite

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

Select this setting only if all orders will be sent to NetSuite. 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 to NetSuite do *not* select this.

#### Product Settings

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

For more information on what these product settings in the Netsuite 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.


---

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