Pythonic access to the Squarespace Commerce API
Project description
Squarespace_Commerce Python Module
The Squarespace_Commerce module attempts to provide easy access to Squarespace's Commerce API.
Usage
#Instantiate the squarespace class to get access to your store:
#Version defaults to 1.5
order = Squarespace('APIKEY')
#Optional Parameters include:
order = Squarespace('APIKEY','APIVERSION','APIBASEURL')
Orders API
#Get the first page of orders, returns 50:
order.get_orders()
#Optional Parameters include:
order.get_orders(cursor='{Token}',modified_after='{ISO 8601 Date}'',modified_before='{ISO 8601 Date}',fulfillment_status='{PENDING | FULFILLED | CANCELLED}')
#Get a specific order
order.get_order('order_id')
#Fulfill a specific order
order.fulfill_order('order_id')
#Optional Parameters include:
order.fulfill_order('order_id', send_notification={True | FALSE}, ship_date={ISO 8601 Date}, tracking_number='',
carrier_name='', service='', tracking_url='{valid_url}'):
Transactions API
#WIP
Inventory API
#WIP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file squarespace_commerce-0.1.9.tar.gz.
File metadata
- Download URL: squarespace_commerce-0.1.9.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.3 Darwin/19.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf9ac8a37f7227b83c1fcf1f393b2afa3a923585e381a13ffeac9d26e5a90da3
|
|
| MD5 |
3c8c045fbd47eca1122ebb1cea8039be
|
|
| BLAKE2b-256 |
ca1a15799c4fb20809f9da939c6269ccbd4b248c31eadde9847ff5f393ffe32f
|
File details
Details for the file squarespace_commerce-0.1.9-py3-none-any.whl.
File metadata
- Download URL: squarespace_commerce-0.1.9-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.3 Darwin/19.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9f6a3d5bbaceae927616fef554786dfe5048a4376e0791df1bbc053cdbf6145
|
|
| MD5 |
570d311ce9cbc08519b7ddc239bc99c0
|
|
| BLAKE2b-256 |
640a5c6fcb992fcfac7822352284e48bf0b78efb59f148a6471e2560a5582465
|