Template Docs Commerce APIs Webhooks Tools
Get Started
Get Started

Overview of Commerce APIs

With Squarespace Commerce APIs, you can build applications to manage the commerce features of a Squarespace merchant site.

Inventory API: Read and adjust stock information for product variants.

Orders API: Access order history for one-time purchases and subscription orders or import orders from third-party sales channels.

Products API: Manage physical products, including their variants and images.

Profiles API: Retrieve customers, mailing list subscribers, and donors that are traditionally accessible through the Profiles panel.

Transactions API: Access financial transactions for orders and donations.

Webhook Subscriptions API: Subscribe to notifications from a site, like when an order was created, by configuring a webhook endpoint.

Structure and design

All Commerce APIs are built on HTTPS and designed with REST principles in mind. Every endpoint uses HTTPS features such as authentication, standard verbs, and standard response status codes. In addition, APIs that support resource updates via POST allow partial updates.

Authentication for Commerce APIs also provides permissions to keep Squarespace merchant site data private and secure.

Next steps