Problem: I found out on ebay.com some listings have a green bold "Free 3 day shipping" text displayed. For example: https://www.ebay.com/itm/274386140908
By checking ListingFeatureDetails on site ID 0 (US), here's the response:
<ListingFeatureDetails>
<BoldTitle>Enabled</BoldTitle>
<Border>Disabled</Border>
<Highlight>Disabled</Highlight>
<GiftIcon>Disabled</GiftIcon>
<HomePageFeatured>Disabled</HomePageFeatured>
<FeaturedFirst>Disabled</FeaturedFirst>
<FeaturedPlus>Disabled</FeaturedPlus>
<ProPack>Disabled</ProPack>
<DetailVersion>3</DetailVersion>
<UpdateTime>2010-07-01T06:44:55.000Z</UpdateTime>
</ListingFeatureDetails>
It seems only "BoldTitle" is allowed on ebay US.
Even with Free expedited shipping offered (UPS 3 day), our listings don't come with the green bold style.
So the question is: How to enable the green bold style for shipping, via the API call "AddFixedPriceItem"?
Thank you for your time.