Summary
Currently, the path /api/catalog_system/pvt/seller/list
is responding with an empty UrlLogo property for all sellers regardless of them having a valid logo file or not.
Simulation
-
In a seller, try inserting a logo file via API: https://developers.vtex.com/vtex-rest-api/reference/catalog-api-seller#catalog-api-put-seller
-
Check the response of, specifically the getSellerList API https://developers.vtex.com/vtex-rest-api/reference/catalog-api-seller#catalog-api-get-seller-list.
The URL logo property will not be updated, despite the sent data in the payload. (The get seller API, for fetching an individual seller's data, still functions as intended: https://developers.vtex.com/vtex-rest-api/reference/catalog-api-seller#catalog-api-get-seller)
Workaround
Retrieving the data for individual sellers (get seller by ID: https://developers.vtex.com/vtex-rest-api/reference/catalog-api-seller#catalog-api-get-seller ).