Question by europeart · Feb 23, 2017 at 01:55 AM · categorymappingallowedbulkdataexchangerequests
Dont upload ShippingService
Hi, we are interested to change the prices of the shipping service of more products we have in ebay. We use the BulkDataExchangeRequests api and the ReviseFixedPriceItemRequest call to make it, we upload the xml correcty to ebay but the prices of the shipping dont change. This is the code example:
<?xml version="1.0" encoding="utf-8"?>
<BulkDataExchangeRequests>
<Header>
<SiteID>186</SiteID>
<Version>739</Version>
</Header><ReviseFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<ErrorLanguage>es_ES</ErrorLanguage>
<Version>949</Version>
</ReviseFixedPriceItemRequest><ReviseFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<ErrorLanguage>es_ES</ErrorLanguage>
<Version>949</Version>
<Item>
<CategoryMappingAllowed>true</CategoryMappingAllowed>
<SKU>28790</SKU>
<Quantity>6</Quantity>
<StartPrice>6.14</StartPrice>
<ListingDuration>GTC</ListingDuration>
<ShippingDetails>
<ShippingType>Flat</ShippingType>
<ShippingServiceOptions>
<FreeShipping>false</FreeShipping>
<ShippingServicePriority>1</ShippingServicePriority>
<ShippingService>ES_CorreosPaq72</ShippingService>
<ShippingServiceAdditionalCost currencyID="EUR">0.00</ShippingServiceAdditionalCost>
<ShippingServiceCost>3.5</ShippingServiceCost>
</ShippingServiceOptions>
<InternationalShippingServiceOption>
<ShippingService>ES_CartasPostalInternational</ShippingService>
<ShippingServiceCost>4.05</ShippingServiceCost>
<ShippingServiceAdditionalCost currencyID="EUR">0.00</ShippingServiceAdditionalCost>
<ShipToLocation>Europe</ShipToLocation>
<ShippingServicePriority>2</ShippingServicePriority>
</InternationalShippingServiceOption>
</ShippingDetails>
</Item>
</ReviseFixedPriceItemRequest><ReviseFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<ErrorLanguage>es_ES</ErrorLanguage>
<Version>949</Version>
<Item>
<CategoryMappingAllowed>true</CategoryMappingAllowed>
<SKU>28791</SKU>
<Quantity>7</Quantity>
<StartPrice>6.14</StartPrice>
<ListingDuration>GTC</ListingDuration>
<ShippingDetails>
<ShippingType>Flat</ShippingType>
<ShippingServiceOptions>
<FreeShipping>false</FreeShipping>
<ShippingServicePriority>1</ShippingServicePriority>
<ShippingService>ES_CorreosPaq72</ShippingService>
<ShippingServiceAdditionalCost currencyID="EUR">0.00</ShippingServiceAdditionalCost>
<ShippingServiceCost>3.5</ShippingServiceCost>
</ShippingServiceOptions>
<InternationalShippingServiceOption>
<ShippingService>ES_CartasPostalInternational</ShippingService>
<ShippingServiceCost>4.05</ShippingServiceCost>
<ShippingServiceAdditionalCost currencyID="EUR">0.00</ShippingServiceAdditionalCost>
<ShipToLocation>Europe</ShipToLocation>
<ShippingServicePriority>2</ShippingServicePriority>
</InternationalShippingServiceOption>
</ShippingDetails>
</Item>
</BulkDataExchangeRequests>
we send one normal ship and one international ship prices. Thanks.
Answer by zhuowei.developersupport@ebay.com · Feb 23, 2017 at 10:21 AM
Hi europeart,
Can you provide the LMS JobID? Was this happened in Production environment?
Best Regards,
Accepting answer due to lack of poster response after >1 month
Your answer
