Can I bulk update existing listings from csv based on sku?

Hi there,

If I have the following csv:

sku,description
ABC123,"my description"
ABC456,“my description”

Can I use it to bulk change the descriptions of existing listings using just the SKU as the identifier?

Cheers
Rob

Hi Rob,

I am not 100% sure I got this correctly but, yes, you can import CSV files to your inventory and you can also link your inventory items with listings.

https://manual.iwascoding.com/gs7/en/Inventory_Section-Creating_New_Inventory_Items.html#csv-import
https://manual.iwascoding.com/gs7/en/Inventory_Section-Linking_Inventory_Items_to_Listings.html

It’s possible to make the inventory description visible in the item (listing) description as well:
" If you do wish for the inventory description to integrate into the actual listing’s description, simply enter the following string at the desired location: {{item.inventoryProductDescription}}. Whenever you revise the inventory description, all listings containing this string will automatically update."
(https://manual.iwascoding.com/gs7/en/Inventory_Section-Creating_New_Inventory_Items.html)

So maybe this already works for you?

Regards, Kristian

Ah that is great and solves part of my problem. Can I import images with
CSV? Like with a url? Also, can I import ebay category?

Sorry, the CSV import of inventory items only supports theses field:
https://manual.iwascoding.com/gs7/en/Inventory_Section-Creating_New_Inventory_Items.html#csv-import

Regards, Kristian

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.