> 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/sales-channels/squarespace-integration-1.md).

# Squarespace Integration

Order Desk can import your Squarespace orders automatically. Please note that you must be on the **Commerce Advanced** plan at Squarespace to be able to use their API and connect to Order Desk.

### Setup

To begin, click on **Manage Integrations** from the left sidebar in Order Desk. Under the **Shopping Carts** tab, find and click to enable Squarespace.

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

On the next page, either click the green **Connect to Squarespace** button to log in and give Order Desk access to your Squarespace account:

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

### Integration Settings

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

Once connected, you can set your integration preferences.

#### Check For New Orders

Select how often you want Order Desk to look for and download new orders from Squarespace.

#### Download These Orders

Select the status of the orders you want Order Desk to download from Squarespace.

#### Folder For New Orders

Select the folder where newly imported orders from Squarespace should be placed.

For more information, see the Working with Folders guide.

#### If Canceled, Move To

Select the folder you want orders to be moved into if they are canceled in Squarespace.

#### Sync Tracking Numbers

If the Sync Tracking Numbers setting is enabled, Order Desk will send the shipment information back to Squarespace automatically as shipments are added to the orders in Order Desk.

#### Notify Customer

Enable the this setting if you would like Order Desk to tell Squarespace to email your customers when fulfillment information is passed back. If disabled, Squarespace will not email your customers as orders are fulfilled.

If you prefer, you can notify your customers about their tracking details with an email from Order Desk instead.

#### Sync Inventory

If you want Order Desk to sync your inventory availability back to Squarespace, enable this setting. As inventory counts are updated here, Order Desk will send those numbers to Squarespace to update your product availability there.

#### Inventory Location Filter

If you only want to download specific orders, you can use the **Inventory Location Filter** field to specify which ones you want. Enter multiple locations separated by a comma.

The inventory location name must match exactly as it is on your inventory items in Order Desk. When importing new orders from Squarespace, Order Desk will look at the SKUs on the items and compare to the SKUs in your inventory here. Any orders with items for a location that *isn’t* listed in this field will not be imported.

For this to work, your inventory must be added to Order Desk. The inventory Location should be set on each item. For details, please see How to Add Inventory and How to Store Extra Item Details.

#### First Import Date

Set the first date you want orders to be imported from. Orders before this date will not be imported.

#### Order Prefix

If you need to add a prefix to your orders as they are downloaded to Order Desk, set that here.

#### Manual Imports

You can manually import your orders or inventory items from Squarespace at any time. You’ll see the option to do so on the right side of the Squarespace Integration settings page.

#### Manually Import Orders

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

If you want to import orders manually instead of automatically you can do so by entering a date, then clicking the **Import Orders** button. Use the date format YYYY-MM-DD, like 2025-02-28.

If you need to import historical orders from farther back than the integration brings in, please contact Order Desk support.

#### Manually Import Inventory Items

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

If you need to import your inventory items from Squarespace, click the **Import Inventory Items Now** button.

### Special Settings

#### VAT Tax

For orders coming in with VAT included, Order Desk will make sure that the VAT total is included in the order total. The VAT value will also be added to order metadata on the order set to *inclusive\_tax*.


---

# 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/sales-channels/squarespace-integration-1.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.
