Squarespace
Website builder and eCommerce platform for online stores, portfolios, and content sites
Actions
| Name | Description |
|---|---|
list_ordersList commerce orders with optional filtering | List commerce orders with optional filtering |
get_orderGet a specific order by ID | Get a specific order by ID |
list_productsList commerce products | List commerce products |
get_inventoryGet inventory for all products | Get inventory for all products |
list_pagesList content pages on the site | List content pages on the site |
custom_api_callMake a custom API call to the Squarespace API | Make a custom API call to the Squarespace API |
Triggers
| Name | Description |
|---|---|
new_orderTriggers when a new order is created | Triggers when a new order is created |
form_submissionTriggers when a form is submitted on the site | Triggers when a form is submitted on the site |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'squarespace',
actionName: 'list_orders',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Squarespace to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Squarespace support?
Squarespace supports 6 actions including List Orders, Get Order, List Products, Get Inventory, List Pages, and more.
Can I use Squarespace with AI agents?
Yes. Add Squarespace to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Squarespace use?
Squarespace uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Squarespace integration cost?
The Squarespace integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Squarespace support?
Squarespace supports 2 triggers including New Order, Form Submission.
Connect Squarespace in 2 minutes
Get 1,000 free actions every month. No credit card required.