Order API Release Notes eBay Docs
INFO
The following changelog has been fetched from developer.ebay.com.
TIP
You can subscribe to our Atom/RSS/JSON Release Notes feeds, which include all eBay API release notes. For more information about customizing your feed, visit this page.
Atom Feed | JSON Feed | RSS Feed
v2.1.2
The following changes have been incorporated in this release.
Schema change
The following field has been added to the OrderLineItemV2 type which is used by the getGuestPurchaseOrder method:
itemOnHold: When this value istrueit indicates that the item has been put on hold due to a violation of eBay Policy.
v2.1.1
The following sections describe the changes implemented in this release.
Revised Error Messages
The description for error message 15018 has been updated as shown in the table below. This affects the initiateGuestCheckout method.
Error ID
Description
15018
The item is not available for purchase. This can be for several reasons including the listing has ended. Remove the item and resubmit the call.
The description for error message 15053 has been updated as shown in the table below. This affects the initiateGuestCheckoutSession and updateGuestQuantity methods.
Error ID
Description
15053
Your desired item(s) are not available for purchase at this time. The unavailability of an item could be for any of several reasons, including the item being out of stock. Add available item(s) and resubmit the call.
v2.1.0
Added the ImportChargesV2 type and the ApplicableChargeTypeEnum enumeration type to the Order API. These apply to Order API v2 guest checkout transactions.
- ImportChargesV2 provides the description and amount of the charges, such as VAT, that apply to imported items.
- ApplicableChargeTypeEnum defines the types of charges that apply. Currently, the only type is CUSTOMS.
v2.0.0
This is the initial release of the Order API, Version 2.0.0. For a list of the supported resources and methods, see the Order API Reference.