Question by $$anonymous$$ · Mar 07, 2014 at 12:04 AM · reviseitemdispatchtimemax
Can't change DispatchTimeMax with reviseitem call
Hi,
I tried changing the DispatchTimeMax to 3 for all our items via the reviseitem call but nothing happens, it stays at 0. Everything else like the description or quantity updates well.
I tried just setting the Item.DispatchTimeMax to 3 with and without Item.DispatchTimeMaxspecified = true.
I can change the DispatchTime without any problem with the eBay website and get 3 as returned value if I do an getitem call on the item I changed.
All items are listed as GTC and none has sales and ends within 12 hours. All items were added to ebay with the additems call without providing a dispatchtimemax value.
Does anyone else have this problem or has any hints?
Answer by $$anonymous$$ · Mar 07, 2014 at 12:08 AM
I am an idiot. Right after posting this question I found my error. Sorry for wasting anyones time.
People who like this
Answer by $$anonymous$$ · Mar 28, 2014 at 04:33 AM
Hi, I got the same problem. Can you tell me the reason of your case? thanks
People who like this
Answer by $$anonymous$$ · Mar 28, 2014 at 09:28 AM
Hey,
it was not a related to the ebay API. I simply forgot to comment out / delete a line where I set the item.DispatchTime to 0.People who like this
Answer by $$anonymous$$ · Mar 28, 2014 at 09:39 AM
Hi @testuser_djackob, thank you for your relpy.
Could you please have a look at my code?
<WarningLevel>High</WarningLevel>
<RequesterCredentials>
<eBayAuthToken>XXXXXX</eBayAuthToken>
</RequesterCredentials>
<MessageID>XXXXXX</MessageID>
<Item>
<ItemID>221403433992</ItemID>
<Title>Nikon AF-S DX Nikkor 55-300mm f/4.5-5.6G ED VR Lens New + 3 Year Warranty</Title>
<Description>XXXX</Description>
<DescriptionReviseMode>Replace</DescriptionReviseMode>
<DispatchTimeMax>10</DispatchTimeMax>
<StartPrice currencyID="SGD">296.00</StartPrice><BestOfferDetails>
<BestOfferEnabled>false</BestOfferEnabled>
</BestOfferDetails><Quantity>9</Quantity>
<PrimaryCategory>
<CategoryID>78997</CategoryID>
</PrimaryCategory>
<SecondaryCategory>
<CategoryID>0</CategoryID>
</SecondaryCategory>
<Storefront>
<StoreCategoryID>3514346012</StoreCategoryID>
<StoreCategory2ID>3514294012</StoreCategory2ID>
</Storefront>
</Item>
In my request, there is not such a tag called item.DispatchTime, but it is still not working. the price and quantity are updated successfully.
People who like this
Answer by shulmani_developer.support · Mar 28, 2014 at 09:02 PM
Hi,
I see that you have the 10 which testuser_djackob was referring to and I also see that the Item : 221403433992 already has the DispatchTimeMax set to 10. Why are you sending this tag if you don't want to change it?
Cheers!!!
HI @shrut_h,
Yes$$anonymous$$I knew that. my problem is that even if you change the value of dispatchTimeMax tag to 5 (or 1 or 2 or 0)$$anonymous$$the item in ebay still show 10. it seems that the tag has no any effect as what i expected.
But i also notice that if i create an item from nothing (using addItem)$$anonymous$$and put a valid value say 5 to$$anonymous$$then it works.. i have spent 2 two days on this issue. can anybody help me. thanks in advance..
Answer by $$anonymous$$ · Mar 31, 2014 at 03:57 AM
HI @shrut_h,
Yes, I knew that. my problem is that even if you change the value of dispatchTimeMax tag to 5 (or 1 or 2 or 0), the item in ebay still show 10. it seems that the tag has no any effect as what i expected.
But i also notice that if i create an item from nothing (using addItem), and put a valid value say 5 to, then it works.. i have spent 2 two days on this issue. can anybody help me. thanks in advance..
People who like this
Answer by $$anonymous$$ · Mar 31, 2014 at 07:13 AM
after making trial and error, i finally solved this by add additional tag
ShippingDetails
and its children elements, event though i dont change anything inside that tag.
People who like this
Your answer

Follow this Question
Related Questions
Picture will be removed from gallery if revise item 1 Answer
EAN and ReviseItem 2 Answers
Mix Of Self-Hosted And EPS Pictures Is Not Allowed 0 Answers
eBay Motors - Classified Ad - ReviseItem 0 Answers
Picture not updated using ReviseItem 1 Answer