How to quickly update handling time?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 07:41 AM
We are looking for a quick way to update the handling time of listings, ideally at the same time as price and inventory levels.
The only way we have found so far is as part of a full revise listing call. Is there lighter/simpler method, something like ReviseInventoryStatus but including handling time?
Thanks
Labels:
- Labels:
-
handling time
-
Trading API
Message 1 of 2
1 REPLY 1
Re: How to quickly update handling time?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 09:19 AM
You can revise the item with revise calls ReviseFixedPriceItem and ReviseItem to update the DispatchTimeMax for the item without specifying the all details for the item.
Sample Request Body:
<?xml version="1.0" encoding="utf-8"?>
apis:eBLBaseComponents">
<ErrorLanguage>en_US</ErrorLanguage>
<WarningLevel>High</WarningLevel>
<Item>
<ItemID>110*******4</ItemID>
<DispatchTimeMax>1</DispatchTimeMax>
</Item>
</ReviseFixedPriceItemRequest>
Handling time guide: https://developer.ebay.com/api-docs/user-guides/static/trading-user-guide/shipping-handling.html
Best Regards,
eBay Developer Support
eBay Developer Support
Message 2 of 2
