Menu
Feedback
Start here

Known issues

Known issues
Images uploaded via API using an HTTP protocol do not render on the Received SKUs page
Channels
ID:
Backlog
Published on8/31/2021
Last updated on12/22/2022
1 min read

Summary

Images uploaded via the Send SKU Suggestion API using an HTTP protocol do not render on the Received SKUs page in the VTEX Admin. Nevertheless, if the image works correctly in the HTTP link, it will be rendered in the VTEX Catalog and the Marketplace storefront once the SKU is approved. We will soon only accept images uploaded using the HTTPS protocol, as a security measure.

Simulation

When sellers call the Send SKU Suggestion API and enter a link using an HTTP — instead of an HTTPS — protocol in the imageUrl field, the image sent does not appear on the Received SKUs page.


"Images": [
{
"imageName": "Main",
"imageUrl": "http://i.pinimg.com/originals/2d/96/4a/2d964a6bf37d9224d0615dc85fccdd62.jpg"
}

Workaround

Sellers must upload images via the imageUrl field using the HTTPS protocol. This measure increases the security of the request and ensures that the image will be rendered on all VTEX pages.


"Images": [
{
"imageName": "Main",
"imageUrl": "https://i.pinimg.com/originals/2d/96/4a/2d964a6bf37d9224d0615dc85fccdd62.jpg"
}

Contributors
1
Photo of the contributor
+ 1 contributors
Was this helpful?
Yes
No
Suggest Edits (GitHub)
Contributors
1
Photo of the contributor
+ 1 contributors
On this page
Still got questions?
Ask the community
Find solutions and share ideas in the VTEX Community
Join our community
Request VTEX support
For personalized assistance, contact our experts
Open a support ticket
GitHubDeveloper PortalCommunityFeedback