Skip to main content

Python client for Amazon Marketplace Web Services (MWS)

Project description

Python MWS Client

https://img.shields.io/pypi/v/pymws.svg https://github.com/fulfilio/pymws/workflows/CI%20(pip)/badge.svg Documentation Status Updates

Python client for Amazon Marketplace Web Services (MWS)

Installation

pip install pymws

Usage

Import the package

from pymws import MWS

Create a client instance

client = MWS(
    marketplace="US", merchant_id="1234",
    access_key_id="key", secret_key="secret",
    auth_token="token"
)

Once you have a client with valid credentials, you can now call operations.

start_date = datetime(2020, 1, 20, 10, 30)
client.orders.list_orders(CreatedAfter=start_date)

History

0.1.0 (2020-08-08)

  • 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

pymws-0.1.2.tar.gz (28.1 kB view hashes)

Uploaded Source

Built Distribution

pymws-0.1.2-py2.py3-none-any.whl (11.8 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