<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Editing variation name and variation option names in bulk in Selling Tools</title>
    <link>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/8032355#M16155</link>
    <description>&lt;P&gt;Any updates on this or anyone else who is looking into achieving the same result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sun, 10 May 2026 14:32:49 GMT</pubDate>
    <dc:creator>nutfusionltd</dc:creator>
    <dc:date>2026-05-10T14:32:49Z</dc:date>
    <item>
      <title>Editing variation name and variation option names in bulk</title>
      <link>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/7926521#M15671</link>
      <description>&lt;P&gt;Hello eBayers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a quick question regarding the possibility of editing &lt;STRONG&gt;variation names&lt;/STRONG&gt; and &lt;STRONG&gt;variation option names&lt;/STRONG&gt; in bulk&amp;nbsp;for my eBay listings. Doing it manually would be very labour-intensive and time-consuming, and not really that sustainable in the long run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I own a nut and dried fruit shop here on eBay UK. Most of my listings have a variation called "Item Weight" and "Free sample". The latter has four options: "Organic nuts", "Organic dried fruits", "Sweets" and "You choose! Let us know your sample via a message".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, what I would like to achieve is this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Change the name of the variation "Item Weight" to "Weight"&lt;/LI&gt;&lt;LI&gt;Change the name of the variation option "You choose! Let us know your sample via a message" to "You choose! or something similar&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason why I want to apply those changes is to have consistency in my listings and avoid having an option name which is too long. The string&amp;nbsp;"You choose! Let us know your sample via a message" has indeed too many characters which prevent the eBay API from returning the whole item title in the orders I manage via the ebaysdk package in Python.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already tried the following methods:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Systematically change the names via the ebaysdk package in Python. I tried the&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="python"&gt;ReviseFixedPriceItem​&lt;/LI-CODE&gt;&lt;P&gt;call in different ways, but it never worked. It always outputted an error, the most common one being the &lt;EM&gt;Price doesn't correspond&lt;/EM&gt; or &lt;EM&gt;Failed call&lt;/EM&gt;, which don't seem to be related to what I am actually trying to achieve. LLMs (like ChatGPT) couldn't help much either.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Used ISDNtek as suggested by another user here:&amp;nbsp;&lt;A href="https://community.ebay.com/t5/Seller-Tools/Modifying-Variation-Specific-Names/td-p/32923844" target="_blank" rel="noopener"&gt;https://community.ebay.com/t5/Seller-Tools/Modifying-Variation-Specific-Names/td-p/32923844&lt;/A&gt;, but it didn't work. The listings just kept loading forever and no change was applied.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Downloaded and changed eBay's native CSV report options, but none of them seem to allow this kind of change. If you try changing the names, it says that the listings are not recognised.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does any of you have any idea on how to achieve this? Or is manual work the only way to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much indeed.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 09:59:49 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/7926521#M15671</guid>
      <dc:creator>nutfusionltd</dc:creator>
      <dc:date>2025-09-11T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Editing variation name and variation option names in bulk</title>
      <link>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/7927763#M15678</link>
      <description>&lt;P&gt;&lt;BR /&gt;If you are able to use the Trading API call ReviseFixedPriceItem then you could change from "Item Weight" to "Weight" using ModifyNameList. You need the item numbers.&lt;BR /&gt;Here's what the XML looks like for one listing revision:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ReviseFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents"&amp;gt;&lt;BR /&gt;&amp;lt;ErrorLanguage&amp;gt;&lt;BR /&gt;en_GB&lt;BR /&gt;&amp;lt;/ErrorLanguage&amp;gt;&lt;BR /&gt;&amp;lt;WarningLevel&amp;gt;&lt;BR /&gt;High&lt;BR /&gt;&amp;lt;/WarningLevel&amp;gt;&lt;BR /&gt;&amp;lt;Item&amp;gt;&lt;BR /&gt;&amp;lt;ItemID&amp;gt;&lt;BR /&gt;123456123456&lt;BR /&gt;&amp;lt;/ItemID&amp;gt;&lt;BR /&gt;&amp;lt;Variations&amp;gt;&lt;BR /&gt;&amp;lt;ModifyNameList&amp;gt;&lt;BR /&gt;&amp;lt;ModifyName&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;&lt;BR /&gt;Item Weight&lt;BR /&gt;&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;lt;NewName&amp;gt;&lt;BR /&gt;Weight&lt;BR /&gt;&amp;lt;/NewName&amp;gt;&lt;BR /&gt;&amp;lt;/ModifyName&amp;gt;&lt;BR /&gt;&amp;lt;/ModifyNameList&amp;gt;&lt;BR /&gt;&amp;lt;/Variations&amp;gt;&lt;BR /&gt;&amp;lt;/Item&amp;gt;&lt;BR /&gt;&amp;lt;/ReviseFixedPriceItemRequest&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For info see:&lt;BR /&gt;&lt;A href="https://developer.ebay.com/devzone/XML/docs/Reference/eBay/ReviseFixedPriceItem.html#Request.Item.Variations.ModifyNameList" target="_blank"&gt;https://developer.ebay.com/devzone/XML/docs/Reference/eBay/ReviseFixedPriceItem.html#Request.Item.Variations.ModifyNameList&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developer.ebay.com/api-docs/user-guides/static/trading-user-guide/update-variations.html" target="_blank"&gt;https://developer.ebay.com/api-docs/user-guides/static/trading-user-guide/update-variations.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could also change variation values but this has to be done by deleting the affected variation(s) first and then adding new ones.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 12:36:28 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/7927763#M15678</guid>
      <dc:creator>alvisinwales</dc:creator>
      <dc:date>2025-09-13T12:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Editing variation name and variation option names in bulk</title>
      <link>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/7951223#M15771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;alvisinwales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right, so if I need to change a variation option value, let's say from "600 g" to "500 g", under the variation called "Item Weight", I first need to delete the option "600 g" and then add "500 g"? That will be very time-consuming, especially for many listings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought there should be an option to do that in bulk without dropping the other values such as price and quantities. 3rd-party tools would be good to use as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 08:20:23 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/7951223#M15771</guid>
      <dc:creator>nutfusionltd</dc:creator>
      <dc:date>2025-11-01T08:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Editing variation name and variation option names in bulk</title>
      <link>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/8032355#M16155</link>
      <description>&lt;P&gt;Any updates on this or anyone else who is looking into achieving the same result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2026 14:32:49 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Selling-Tools/Editing-variation-name-and-variation-option-names-in-bulk/m-p/8032355#M16155</guid>
      <dc:creator>nutfusionltd</dc:creator>
      <dc:date>2026-05-10T14:32:49Z</dc:date>
    </item>
  </channel>
</rss>

