diff --git a/marketplaces/wildberries.py b/marketplaces/wildberries.py index 0892870..badaf6f 100644 --- a/marketplaces/wildberries.py +++ b/marketplaces/wildberries.py @@ -27,7 +27,8 @@ class WildberriesMarketplaceApi(BaseMarketplaceApi): self.headers = { 'Authorization': token, - 'Content-Type': 'application/json' + 'Content-Type': 'application/json', + 'User-Agent': 'wbas_seller.denco.store3547' } def get_headers(self):