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.

Supported by

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