10亿+海关交易数据,1.2亿企业数据,2亿+企业联系人数据,1000千万真实采购商。覆盖200+个国家及地区,95%外贸重点拓展市场,可根据行业、经营范围等多方位挖掘目标客户。
免费试用为简化操作,wish平台对不同操作所对应的不同编辑文件进行了细分。现在通过上传仅列示您希望修改的产品Unique ID和属性的批量编辑文件,您即可编辑多个产品。对应产品维持不变。
批量添加产品:产品> 添加新产品> 产品CSV文件
批量更新产品:产品> 更新现有产品> 产品CSV文件
批量更新产品库存:产品> 更新现有库存 > 产品CSV文件
为现有产品添加尺寸或颜色:产品> 向现有产品添加尺寸/颜色
每个功能仅可执行一项操作。例如,您无法使用更新产品功能来添加新产品。同理,也无法使用添加产品功能来更新产品
wish使用批量编辑文件添加产品
请注意产品添加操作并未做更新。点击此处查看如何通过提交批量编辑文件添加产品。
wish使用批量编辑文件更新产品
此文件中唯一的必需属性为“Unique Id”;其余属性均为选填项且会根据对应的“Unique Id”更新产品。若系统无法定位文件所提供的“Unique Id”,那么该行信息将会出错。点击此处查看如何通过批量编辑文件更新产品。
重要提示:您可使用之前添加产品时提交的相同批量编辑文件来更新现有产品。修改原始文件然后在更新产品功能处重新上传即可。例如,若需更新库存,只需修改原始文件中的“Quantity”属性并上传即可。
wish使用批量编辑文件更新库存
通过使用仅包含“Unique ID”和“Quantity”的批量编辑文件,您即可更新库存。点击此处,查看如何使用批量编辑文件更新产品库存。
wish使用批量编辑文件添加尺寸/颜色变量
为产品添加尺寸及颜色变量,产品同样保持不变。点击此处,查看如何为现有产品添加尺寸/颜色变量。
wish商户官网原文详情:
How have feed uploads changed?
We have separated out different actions into different feeds for ease and simplicity. You can now edit multiple products by uploading a feed file that lists only the Unique ID and the attribute(s) you want to edit. Adding products remains the same.
To add multiple products: Products > Add New Products > Product CSV File
To edit multiple products: Products > Edit Existing Products >Product CSV File
To update inventory for multiple products: Products > Update Existing Inventory >Product CSV File
To add size or color to existing products: Products > Add Sizes/Colors to Existing Products >Product CSV File
Each method will only perform one action. For example, you cannot add a new product in the edit feed file. Likewise, you cannot edit products in the add feed file.
Adding with a Feed File
Please note that adding products has not changed. To read up on how to add your products with a feed file, click here.
Editing with a Feed File
The only required attribute for editing is the "Unique Id"; all other fields are optional and will edit the product attached to the "Unique Id." If there is no product found with the "Unique Id" provided, then that row will error. To read up on how to edit your products with a feed file, click here.
Important Note: You can use the same feed file to edit products that you used to add products. Make changes to the original file and then re-upload using the Edit Products tool. For example, to update inventory, adjust levels in the "Quantity" column of the original file and upload.Updating Inventory with a Feed File
You can update inventory using a feed file with one column for "Unique Id" and one for "Quantity". To read up on how to update inventory using a feed file, click here.
Adding Size/Color Variants with a Feed FileAdding size and color variants to your products has also remained the same. To read up on how to add size and colors variations to your existing products, click here.
文章内容来源:wish商户官方网站
(本文内容根据网络资料整理和来自用户投稿,出于传递更多信息之目的,不代表本站其观点和立场。本站不具备任何原创保护和所有权,也不对其真实性、可靠性承担任何法律责任,特此声明!)
可以使用设定上传时间的程序或者脚本批量修改文件上传时间。例如使用Python脚本,使用os.utime()方法可以设定文件的访问时间和修改时间。
可以一次性修改多个文件的属性信息吗?可以,使用命令行工具可以批量修改多个文件的属性,例如使用linux下的touch命令就可以批量修改文件的修改时间。使用根据文件名匹配的正则表达式也可以批量修改匹配的文件的属性。
是否可以修改上传后文件显示的上传时间?对于已经上传到服务器的文件,使用脚本或程序可以修改文件的实际修改时间戳,但是一般上传后显示在网站等地方的上传时间是不可修改的,因为那显示的是文件真实上传时候的时间戳。如果需要修改显示上传时间,需要操作网站数据库等进行修改。
如何同时修改图片的EXIF信息和文件名?可以使用ImageMagick或者exiftool等图片处理软件,它们都支持批量处理图片,同时修改图片的EXIF信息(如拍摄时间)和文件名。使用脚本调用这些软件,可以实现批量修改多张图片的EXIF和文件名信息。