Skip to main content
Published: May 14 2010, 1:32:00 PMUpdated: August 23 2022, 7:34:51 AM

How do I associate pictures with the variations in my item listing?

To associate pictures with variations in your listing, send in the Pictures container under Variations. Specify the VariationSpecificName to identify the aspect of the variations that will be illustrated in the pictures for all variations. For example, if each variation is visually distinguished by color and the pictures show the different colors available, then specify "Color" as the name. The name must match one of the names specified in the VariationSpecificsSet. Then send in one or more VariationSpecificPictureSet containers with the PictureURL and the Variation to associate it with.

Here is an illustrative sample -

<Variations>
    <VariationSpecificsSet>
      <NameValueList>
        <Name>Size</Name>
        <Value>XS</Value>
        <Value>XL</Value>
      </NameValueList>
      <NameValueList>
        <Name>Color</Name>
        <Value>Pink</Value>
        <Value>Blue</Value>
      </NameValueList>
    </VariationSpecificsSet
 <Pictures>
      <VariationSpecificName>Color</VariationSpecificName>
        <VariationSpecificPictureSet>
          <VariationSpecificValue>Pink</VariationSpecificValue>
          <PictureURL>http://i12.ebayimg.com/03/i/04/8a/5f/a1_1_sbl.JPG</PictureURL>
        </VariationSpecificPictureSet>
        <VariationSpecificPictureSet>
          <VariationSpecificValue>Blue</VariationSpecificValue>
          <PictureURL>http://i22.ebayimg.com/01/i/04/8e/53/69_1_sb2.JPG</PictureURL>
        </VariationSpecificPictureSet
</Pictures>

 

 

How well did this answer your question?
Answers others found helpful