Python Client for Walmart Canada Marketplace API
Currently works for only Canada Marketplace.
Before Usage
You have to get your consumer-id, channel-type and private-key information from: https://seller.walmart.ca/api-key
Installation
pip install wmapi
Usage
Import the package
import wmapi
Create an API Class and request as below:
items_api = wmapi.Items(client_id = '<your client id>',
private_key='<private key>',
channel_type='<channel type>')
result = items_api.get_all_items()
More
This library is maintained by https://sellerzon.com Please contact for further inquiries: help@sellerzon.com
Release files for wmapi 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wmapi-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / wmapi-0.1-py3-none-any.whl
| Download URL | wmapi-0.1-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4e8aa73a9d9a911e2d44b010d90ece96a47ce13ae323b945f120ab9a2cade023
|
|
BLAKE2b-256 checksum How to use checksums |
56d939d5f7b2a1fc10021b2c2a9d9f399bc57ec900d1912c8d6697fc1243cfd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
|