A
A
Alexander Dashkov2016-04-11 15:08:07
ebay
Alexander Dashkov, 2016-04-11 15:08:07

How to add images for all product variations?

Good afternoon,
I work with sending goods on ebay. There was a problem with the placement of images for each product variation.
There are 2 features, color and size, and this is the xml:

<VariationSpecificsSet>  
    <NameValueList>    
        <Name>Couleurs</Name>    
        <Value>Noir</Value>    
        <Value>Camo CE</Value>    
        <Value>Kaki</Value>      
    </NameValueList>     
    <NameValueList>    
        <Name>Volumes</Name>    
        <Value>40L</Value>    
        <Value>20L</Value>    
        <Value>30L</Value>    
    </NameValueList>    
</VariationSpecificsSet>

The following block is used to place images:
<Pictures>
    <VariationSpecificName>Couleurs</VariationSpecificName>    
    <VariationSpecificPictureSet>    
        <VariationSpecificValue>Noir</VariationSpecificValue>    
        <PictureURL>....</PictureURL> 
       <PictureURL>....</PictureURL>    
    </VariationSpecificPictureSet>    
        
    <VariationSpecificPictureSet>    
        <VariationSpecificValue>...</VariationSpecificValue>     
        <PictureURL>....</PictureURL>    
    </VariationSpecificPictureSet>
</Pictures>

When adding another VariationSpecificName, the api swears, because only one block is allowed
When duplicating the Pictures block, the api accepts xml but does not use it in variation.
Please tell me if it is possible to use different images for all product variations, for example:
Black, 20 liters - yurl 1
Black, 40 liters - yurl 2
White, 20 liters - yurl 3
White, 40 liters - yurl 4
I can’t find this in the dock, according to Google found only one link , but I'm not sure of its validity. Thanks in advance!
Issue resolved.
This functionality is not provided on the EBAY side, despite the fact that XSD allows you to transfer several blocks with images, it is currently impossible to put down images for variations on different grounds

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Edward Tibet, 2016-04-21
@eduardtibet

And what does DTD/WSD/RNG say about this?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question