Skip to main content

Library to access the Squarespace Commerce API.

Project description

# squarespace-python

Python module to access the Squarespace Commerce API.

This library provides pythonic access to the Squarespace Commerce API that
can be found here:

http://developers.squarespace.com/commerce-api

At the time of this writing this API is in private beta and therefore
your store may not have the ability to generate API keys.

## Usage

from squarespace import Squarespace

store = Squarespace('<my_api_key_that_I_generated>')
for order in store.orders(): # Iterate through 20 orders
print(order['order_number'])
for order in store.next_page(): # Iterate through another 20 orders
print(order['order_number'])

## Installation

`$ pip install squarespace`

## Disclaimer

This project's author is not employed by or affiliated with Squarespace
beyond being a happy customer who wanted to write his own shipping
integration. Use of this software is entirely at your own risk. Neither
Zach White, Clueboard, nor Squarespace can be held responsible for how
you employ this module.


Authors:

Zach White <skullydazed@gmail.com>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

squarespace-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

squarespace-0.0.2-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page