Fast, lightweight async client for the Wildberries Seller API
Project description
Documentation: https://dev.wildberries.ru
Source Code: https://github.com/serdukow/wbapi-async
wbapi is a lightweight async client for the Wildberries Seller API, built on top of httpx.
It handles pagination, rate limiting — so you can focus on your business logic instead of HTTP boilerplate.
Installation
pip install wbapi-async
How to use
- Register in the Wildberries seller personal account if you haven't already.
- Go to store settings and create an API token.
Quick start
import asyncio
from wbapi import WbAPI
async def main():
async with WbAPI(token="your_api_token") as api:
my_cards = await api.post(
"/content/v2/get/cards/list",
body={
"settings": {
"sort": {"ascending": True},
"cursor": {"limit": 100},
"filter": {"withPhoto": -1},
}
},
paginate=True,
)
print(my_cards[0].nmID)
asyncio.run(main())
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wbapi_async-0.10.0.tar.gz.
File metadata
- Download URL: wbapi_async-0.10.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
301814c4a7d1cd8405832c029e3a9acd1ce33971a1cc6abcf3886f6af75169cd
|
|
| MD5 |
952034b03577485eb7e318b043be5add
|
|
| BLAKE2b-256 |
1caf6d867ac467337c8f01b8a51e4ca3da80e369421e0c20a4d4942f80ffb541
|
Provenance
The following attestation bundles were made for wbapi_async-0.10.0.tar.gz:
Publisher:
pypi_release.yml on serdukow/wbapi-async
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wbapi_async-0.10.0.tar.gz -
Subject digest:
301814c4a7d1cd8405832c029e3a9acd1ce33971a1cc6abcf3886f6af75169cd - Sigstore transparency entry: 1437122496
- Sigstore integration time:
-
Permalink:
serdukow/wbapi-async@976681f884023299bcd33adc5707dcc0634d96ae -
Branch / Tag:
refs/heads/main - Owner: https://github.com/serdukow
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi_release.yml@976681f884023299bcd33adc5707dcc0634d96ae -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file wbapi_async-0.10.0-py3-none-any.whl.
File metadata
- Download URL: wbapi_async-0.10.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
766bcbe61c0aa250ca7681a5244cd5be920f8b378a5f7e4af9c63f7bd32227c1
|
|
| MD5 |
f0911f52574e0ce79733837fe0b63d45
|
|
| BLAKE2b-256 |
8f78c1131decf093693399011cf4734c5511bf95ce77190a06951ae3e799ec29
|
Provenance
The following attestation bundles were made for wbapi_async-0.10.0-py3-none-any.whl:
Publisher:
pypi_release.yml on serdukow/wbapi-async
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wbapi_async-0.10.0-py3-none-any.whl -
Subject digest:
766bcbe61c0aa250ca7681a5244cd5be920f8b378a5f7e4af9c63f7bd32227c1 - Sigstore transparency entry: 1437122503
- Sigstore integration time:
-
Permalink:
serdukow/wbapi-async@976681f884023299bcd33adc5707dcc0634d96ae -
Branch / Tag:
refs/heads/main - Owner: https://github.com/serdukow
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi_release.yml@976681f884023299bcd33adc5707dcc0634d96ae -
Trigger Event:
workflow_dispatch
-
Statement type: