You can find links to the Return Management API documentation in the top navigation bar. Information about the schema location is in the Schema Location section of the "Making an API Call" topic.
The following describes how to join the eBay Developer Network:
The following links provide useful information for beginners:
Index of Changed Calls - 1.1.0
Documentation Changes and Errata - 1.1.0
For a current list of known issues, see Site Status Updates and the Knowledge Base.
These calls were added, modified, deprecated, or affected by documentation changes in this release. The changes are described below as well as in each call's Change History.
Enumeration note: You need to use this release version or higher to retrieve new code list values that were added in this release. See Code Lists.
Name | Part of Schema | Type of Change |
---|---|---|
ProvideTrackingInfoRequest |
Complex type | New |
ProvideTrackingInfoResponse |
Complex type | New |
SetItemAsReceivedRequest |
Complex type | New |
SetItemAsReceivedResponse |
Complex type | New |
ReturnType |
Enumerated type | New |
TrackingStatusType |
Enumerated type | New |
ReturnDetailType.shipmentInfo |
Element | New |
ReturnSummaryType.ReturnType |
Element | New |
ActivityOptionType.SELLER_MARK_AS_RECEIVED |
Enum | New |
ActivityOptionType.SELLER_PRINT_SHIPPING_LABEL |
Enum | New |
ActivityOptionType.SELLER_PROVIDE_TRACKING_INFO |
Enum | New |
See the Site Status Updates for announcements regarding recently resolved or current system wide issues. Visit the Developer Support page for support options and information on filing bugs.
This section describes new features that have been added as of this release. New features can involve new calls, new capabilities, and/or new fields added to existing calls.
For logical or functional changes to existing features and calls, including code list changes, see Changed Functionality - 1.1.0.
In the eBay Return Center, the buyer has the option to request a refund for an item or to request a Replacement item. Due to the fact that there are now two options, the ReturnType enumerated type was added to distinguish between refunds and replacement items. For the Replacement Item option to be available to the buyer, the seller must enable "Money Back or Replacement" in the Return Policy at listing time.
Two new calls, provideTrackingInfo and setItemAsReceived, were added to support the Replacement item use case. The provideTrackingInfo call allows the seller to provide shipment tracking information to the buyer, and the setItemAsReceived call allows the seller to mark the replacement item as received.
Three new activity options may be returned in the activityOptions field of the getActivityOptions response. If the seller receives the 'SELLER_PROVIDE_TRACKING_INFO' activity option, the next logical step is to call provideTrackingInfo and provide shipment tracking information to the buyer for the replacement item. If the seller receives the 'SELLER_MARK_AS_RECEIVED' activity option, the next logical step is to call setItemAsReceived to mark the replacement item as received by the buyer. The 'SELLER_PRINT_SHIPPING_LABEL' activity option indicates that a shipping label is available for the seller to print out.
This section describes logical or functional changes that have been made to existing functionality, including new code list values and/or changes in validation rules.
The buyerReturnShipment container has been replaced by the shipmentInfo container. The buyerReturnShipment container will no longer be returned in the getReturnDetail response. The shipmentInfo container essentially serves the same purpose as the buyerReturnShipment container except that the data in the shipmentInfo container can represent a buyer's return shipment or a seller replacement item shipment.
This section lists additional documentation changes and corrections that were made with this release and that are not already mentioned in New Features - 1.1.0 and Changed Functionality - 1.1.0.
None for this release.
This is the first release of the Return Management API.
For a current list of known issues, see Site Status Updates and the Knowledge Base.
These calls are included in the initial release of the Return Manaement API.
Copyright © 2009–2016 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.