wish平臺如何為我的產品添加“清潔圖片”?wish商戶通過手動上傳、CSV或API在商戶平臺中添加新產品時,可以添加“清潔圖片”。點擊此處理解有關向店鋪添加產品的詳細信息。若要在添加新產品...
Wish平臺如何為我的產品添加“清潔圖片”?
wish商戶通過手動上傳、CSV或API在商戶平臺中添加新產品時,可以添加“清潔圖片”。點擊此處了解有關向店鋪添加產品的詳細信息。
若要在添加新產品時手動選擇“清潔圖片”,請在商戶平臺前往產品>添加新產品>手動。
在此頁面的“圖片”部分上傳主圖和輔圖之后,將鼠標懸浮在要設為“清潔圖片”的圖片上,然后點擊“標志為清潔圖片”,如下所示:
商戶還可以選擇現有產品圖片作為“清潔圖片”。您可以在產品促銷之前作者其“清潔圖片”。點擊此處了解有關作者現有產品的詳細信息。
若要為現有產品手動選擇“清潔圖片”,請在商戶平臺上前往產品>更新現有產品>手動,找到要添加“清潔圖片”的產品,點擊“操作”并選擇“作者產品”:
在隨后彈出的“作者產品”彈窗中,向下滾動至“圖片”部分,并選擇一個圖片作為“清潔圖片”:
點擊“更新”完成操作。
選擇“清潔圖片”后,在商戶平臺的產品>查看所有產品頁面,產品將顯示特別徽標:
但是,在Wish使用和wish.com的產品頁面并不會顯示此類徽標,因此用戶并不知曉您的產品是否選擇了清潔圖片。
請注意,商戶現可應用促銷產品的現有圖片作為“清潔圖片”,但此功能只可應用一次。在此期間,為選擇“清潔圖片”而作者促銷產品是被許可的。請注意,商戶無法為促銷產品上傳新的“清潔圖片”。
若要通過API選擇“清潔圖片”,您可以應用以下API端口為新產品或現有產品設置清潔圖片URL:
api/v2/product/add
定義:(可選)為產品設置清潔圖片URL。clean_image的URL必需與main_image或某個extra_image的URL相同。選擇了清潔圖片的產品可能會獲得更高的曝光量和銷量。
新參數:clean_image
api/v2/product/update
定義:(可選)應用產品現有Wishmain_image或Wishextra_image的WishURL更新產品的清潔圖片(例如:https://contestimg.wish.com/api/webimage/5316b4c57179511704742fc1-5-original.jpg)。如果清潔圖片URL不是WishURL,則該產品不會保留該清潔圖片。選擇了清潔圖片的產品可能會獲得更高的曝光量和銷量。
新參數:clean_image
API獲取產品清潔圖片:以下端口將返回先前為產品設置的clean_image。如果產品已設置clean_image,則將返回一個與main_image或者某個extra_image相同的WishURL。
api/v2/product
api/v2/product/multi-get
api/v2/product/create-download-job
wish商戶官網原文詳情:
HowdoIselecta“cleanimage”formyproduct?
Merchantsareabletoincludea“cleanimage”whenaddingnewproductsinMerchantDashboardviamanualupload,CSV,orAPI.Clickheretolearnmoreaboutaddingproductstoyourstore.
Tomanuallyselecta“cleanimage”whenaddingnewproducts,simplynavigatetotheProducts>AddNewProducts>ManualpageontheMerchantDashboardtostart.
AfteryouuploadthemainimageandextraimagesintheImagesponthispage,hoverovertheimagethatyouwouldliketosetasthecleanimageforthisproduct,andclickMarkasCleanImage,asshownbelow:
Merchantscanalsochooseanexistingproductimageasthe“cleanimage”usingthesamethreemethods.The“cleanimage”foraproductcanbeeditedbeforeproductbecomespromoted.Clickheretolearnmoreabouteditinganexistingproductlisting.
Toselecta“cleanimage”manuallyforyourexistingproductlisting,firstnavigatetotheProducts>UpdateExistingProducts>ManualpageonyourMerchantDashboard,locatetheproductlistingtowhichyou’dliketoadda“cleanimage”,clickon“Actions”andselect“EditListing”:
Inthepopup“EditProduct”modalthatfollows,navigatetothe“Images”pandselecta“cleanimage”:
Click“Update”tofinish.
Onceyouselectacleanimage,youllbeabletoseeaspeciallogoontheMerchantDashboardProducts>ViewAllProductsforthecorrespondingproduct:
However,therewillnotbeacustomer-facinglogoontheproductlistingintheWishapporwish.comindicatingthatyouhaveselectedacleanimageforthisproduct.
Notethataone-time“cleanimage”selectionfromexistingimagesisnowavailableforpromotedproducts.Editingapromotedproductforthepurposeofmakingaone-timeselectionofa“cleanimage”duringthistimewillbeallowed.Notethatmerchantsarenotabletouploadanew“cleanimage”forpromotedproducts.
Toselecta“cleanimage”viaAPI,thefollowingAPIendpointsallowyoutosetacleanimageurlforaneworexistingproduct:
api/v2/product/add
Definition:optionalSetaURLofthecleanimageofyourproduct.Theclean_imagemustbethesameURLasthemain_imageoroneoftheextra_image(s).Productswithcleanimageselectedmayreceiveincreasedimpressionsandsales.
NewParameter:clean_image
api/v2/product/update
Definition:optionalUpdateaproduct’scleanimagewithaWishURLfromanexistingWishmain_imageorWishextra_imageontheproduct(forexample:https://contestimg.wish.com/api/webimage/5316b4c57179511704742fc1-5-original.jpg).IfthecleanimageURLisnotaWishURL,thecleanimagewillnotbesavedontheproduct.Productswithcleanimageselectedmayreceiveincreasedimpressionsandsales.
NewParameter:clean_image
APIGETProductCleanImages:Thefollowingendpointswillreturntheclean_imagepreviouslysetforagivenproduct.Iftheclean_imagehasbeenset,itwillreturnaWishURLidenticaltothemain_imageoroneoftheextra_image.
api/v2/product
api/v2/product/multi-get
api/v2/product/create-download-job
特別聲明:以上文章內容僅代表作者本人觀點,不代表ESG跨境電商觀點或立場。如有關于作品內容、版權或其它問題請于作品發表后的30日內與ESG跨境電商聯系。
二維碼加載中...
使用微信掃一掃登錄
使用賬號密碼登錄
平臺顧問
微信掃一掃
馬上聯系在線顧問
小程序
ESG跨境小程序
手機入駐更便捷
返回頂部