eBay Developers Program
  • Forums Sign in
  • My Account
    • My Developer Account
    • Solutions Directory
    • Applications Settings
  • Forums
    • Orders, Returns and Feedback
    • Java SDK for Trading API
    • Search
    • Selling
    • Talk to Your Fellow Devs
    • .Net SDK for Trading API
    • Tokens, Notifications, Messages
    • Feedback & Suggestions
  • Documentation
    • Release Notes
    • Finding API
    • Shopping API
    • Trading API
    • Large Merchant Services
    • Marketing Handbook
    • All Features Comparison
    • All API Documentation
  • Support
    • eBay SDKs
    • API Site Status
    • Program & News Blog
    • Compatible Application Check
    • Support Ticket
    • Knowledge Base
    • Developer Help Center
    • Search Details
  • Home
  • eBay Forums
  • eBay APIs: Selling /
avatar image

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?

People who like this

0
Comment
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

7 Replies

· Add your reply
  • Sort: 
avatar image

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.

Comment

People who like this

0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

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

Comment

People who like this

0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

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.

Comment

People who like this

0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

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.

Comment

People who like this

0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

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!!!

Comment

People who like this

0 · 1 show · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image $$anonymous$$ · Mar 31, 2014 at 02:54 AM 0
Share

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..

avatar image

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..

Comment

People who like this

0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

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.

Comment

People who like this

0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

1 Person is following this question.

avatar image

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


Support

Developer Help Center
eBay Developers Program Blog
API Site Status
Request Support
Knowledge Base
Developer Forums
eBay Software Development Kits

API Information

API License Agreement
API Documentation
API Call Limits
Marketing Handbook
API Features Comparison

Apps Center

Applications Directory
Solutions Directory

Social Media

     

Programs

About Us
Success Stories
Affiliate Developers
eBay Market Data Program
Developer Directory
Developer Jobs
Copyright 1999 - 2019 eBay Inc. All rights reserved. User Agreement | Privacy Policy.    Site Feedback
  • Anonymous
  • Login with eBay
  • Create
  • Ask a question
  • Forums
  • Buy APIs (BETA) - Browse
  • Buy APIs (BETA) - Order
  • Feedback, Comments, Suggestions
  • New Sell APIs - Account, Inventory, Catalog and Compliance
  • New Sell APIs - Fulfillment
  • New Sell APIs - Marketing, Analytics, Metadata
  • Post Order APIs - Cancellation
  • Post Order APIs - Inquiry, Case Management
  • Post Order APIs - Return
  • Talk to your fellow developers
  • Token, Messaging, Sandbox related issues
  • eBay APIs: .NET SDK for Trading API
  • eBay APIs: Java SDK for Trading API
  • eBay APIs: Orders, resolutions and feedback
  • eBay APIs: Search
  • eBay APIs: Selling
  • Explore
  • Tags
  • Questions
  • Users
  • Badges