--- title: 'Squarespace Commerce' description: '' --- # Squarespace Commerce undefined | Detail | Value | |---|---| | Category | E-commerce | | Base URL | `https://api.squarespace.com/1.0` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `squarespace` | ## Using Squarespace Commerce in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Squarespace Commerce** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_orders_0) | Orders | | [GET ](./get_products_1) | Products | | [GET ](./get_inventory_2) | Inventory | | [GET ](./get_transactions_3) | Transactions | | [GET ](./get_fulfillments_4) | Fulfillments | | [GET ](./get_profile_5) | Profile | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.