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
It is not currently possible to adjust the zoom of the thumbnail image through the API. My suggestion would be:
uploadListingImage endpoint accepts a float from 0.0 (no zoom) to n (max zoom) for a field thumbnail_zoom. Where n is the maximum zoom Etsy currently allows (e.g. 0.5)
This value is always stored with the image regardless of the image's rank value, but is only used if the image is ever set to rank = 1, whether the image rank is set to that value now or later. This would allow the API user to set an ideal zoom for any images during upload, and if the image is ever used for a thumbnail, then the zoom will already be set to the ideal zoom.
Implementing in this way would make this useful not only for the image used as the current thumbnail, but also switching out the thumbnail to another image already part of the listing without having to spend a separate API call updating the thumbnail's zoom.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It is not currently possible to adjust the zoom of the thumbnail image through the API. My suggestion would be:
uploadListingImage
endpoint accepts a float from 0.0 (no zoom) ton
(max zoom) for a fieldthumbnail_zoom
. Wheren
is the maximum zoom Etsy currently allows (e.g. 0.5)This value is always stored with the image regardless of the image's
rank
value, but is only used if the image is ever set torank = 1
, whether the imagerank
is set to that value now or later. This would allow the API user to set an ideal zoom for any images during upload, and if the image is ever used for a thumbnail, then the zoom will already be set to the ideal zoom.Implementing in this way would make this useful not only for the image used as the current thumbnail, but also switching out the thumbnail to another image already part of the listing without having to spend a separate API call updating the thumbnail's zoom.
Beta Was this translation helpful? Give feedback.
All reactions