You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vinted): add seller_country filter to search (0.14.0) (#2)
Adds an optional seller_country kwarg (CSV ISO-2) to vinted.search that
filters results to sellers physically located in the given countries
(Vinted federates cross-border EU listings; no native country filter).
Adds seller_country_code to the item model and seller_country to the
search response. Adds 1 credit per uncached seller looked up.
Bumps version 0.13.1 -> 0.14.0 (pyproject + SDK_VERSION User-Agent).
__init__.__version__ intentionally not touched here to avoid conflict
with concurrent in-flight Shopee work in the same file.
Co-authored-by: kasparasizi1 <132673909+kasparasizi1@users.noreply.github.com>
0 commit comments