Skip to content

Architecture

Cristina edited this page Sep 24, 2021 · 1 revision

Auth

For both Squarespace and Lightspeed POS, we will need to use OAuth to authenticate against the API.

Squarespace

We need implement an app that uses the Webhooks API: https://developers.squarespace.com/commerce-apis/webhook-subscriptions-overview

This is the form for getting an OAuth token: https://partner.squarespace.com/oauth-form

We need to subscribe to notifications for created orders: https://developers.squarespace.com/webhooks/events/order-create

Clone this wiki locally