Skip to main content

Python API Client for the whiplash API

Project description

https://img.shields.io/travis/fulfilio/whiplash.svg https://img.shields.io/pypi/v/whiplash.svg

Python API Client for the whiplash API

Features

  • Add Items

  • Manage Orders

  • Manage Ship Notices

Installation

pip install whiplash

Example

Create a new Item:

from whiplash import Whiplash

# Not for production
whiplash = Whiplash('Hc2BHTn3bcrwyPooyYTP', test=True)

product1 = whiplash.item.create(
    title='Apple iPhone 5',
    sku='A1429',
    group_id='iPhone 5',
)
print product1.title
print product1.id
print product1.currency

History

0.1.0 (2015-01-11)

  • First release on PyPI.

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

whiplash-0.1.0.tar.gz (12.4 kB view hashes)

Uploaded Source

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