Home
Find the answer to your question
Picture Urls for Variations sent in the Relist Item do not get updated
Sometimes if when an Item is Relisted with picture urls supplied for the variations that did not exist in the orginal item, the picture urls fail to get updated.
In such a case, the work around would be be make a ReviseItem API call supplying just the picture urls for the Variations.
<?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <RequesterCredentials soapenv:mustUnderstand="0" xmlns="urn:ebay:apis:eBLBaseComponents"> <Credentials xmlns:ebl="urn:ebay:apis:eBLBaseComponents"> <DevId>xxxxxxxxxx</DevId> <AppId> xxxxxxxxxx </AppId> <AuthCert> xxxxxxxxxx </AuthCert> <eBayAuthToken> xxxxxxxxxx </eBayAuthToken> </Credentials> </RequesterCredentials> </soapenv:Header> <soapenv:Body> <ReviseFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <Version>805</Version> <ErrorLanguage>en_US</ErrorLanguage> <WarningLevel>High</WarningLevel> <Item> <SKU>ONLSRTA</SKU> <InventoryTrackingMethod>SKU</InventoryTrackingMethod> <ItemID>230910835871</ItemID> <Variations> <Pictures> <VariationSpecificName>COLOR</VariationSpecificName> <VariationSpecificPictureSet> <VariationSpecificValue>Graphite</VariationSpecificValue> <PictureURL>http://i.ebayimg.com/00/s/MzAwWDMwMA==/$T2eC16h,!zcE9s4g4wllBQ40ZIMvBg~~60_1.JPG?set_id=8800006005</PictureURL> </VariationSpecificPictureSet> <VariationSpecificPictureSet> <VariationSpecificValue>White</VariationSpecificValue> <PictureURL>http://i.ebayimg.com/00/s/MzAwWDMwMA==/$T2eC16RHJHYE9nzpdUzuBQ40ZI)3g!~~60_1.JPG?set_id=8800006005</PictureURL> </VariationSpecificPictureSet> </Pictures> </Variations> </Item> </ReviseFixedPriceItemRequest> </soapenv:Body> </soapenv:Envelope |