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.2.0.tar.gz (26.7 kB view details)

Uploaded Source

Built Distribution

pymws-0.2.0-py2.py3-none-any.whl (14.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pymws-0.2.0.tar.gz.

File metadata

  • Download URL: pymws-0.2.0.tar.gz
  • Upload date:
  • Size: 26.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for pymws-0.2.0.tar.gz
Algorithm Hash digest
SHA256 909cb8169e03c6ae9ad42be7910890e0323e963258fc9f4a53f4adf4fe93520a
MD5 134c04f28d3a09a4b1b14cdb4864ee12
BLAKE2b-256 30873b5af6f6dfe87f2896686214aa00e516c36497b5ab7e606c2180c70da377

See more details on using hashes here.

File details

Details for the file pymws-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: pymws-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for pymws-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3af392b1ee2ec747935523e753e139b351b0e597009f659c6fd3d26c1a0a1531
MD5 3b747a774088903adc4b4dfc13a0c0a1
BLAKE2b-256 dc268b38b67f1ad4bdd8e1338cd8ba7a80681a875e08d4bc2aa9ca5e6ae594ea

See more details on using hashes here.

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