| Release Version | Release Date | Description of Release |
|---|---|---|
| 2.1.2 | 2023-10-04 | Added itemOnHold field to OrderLineItemV2 type. |
| 2.1.1 | 2023-07-25 | Revised error messages for initiateGuestCheckoutSession and updateGuestQuantity methods. |
| 2.1.0 | 2022-01-21 | Added the ImportChargesV2 type and the ApplicableChargeTypeEnum enumeration type. |
| 2.0.0 | 2021-06-01 | Initial release of Order API Version 2.0.0 |
2.1.2
The following changes have been made 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 is true it indicates that the item has been put on hold due to a violation of eBay Policy.
2.1.1
The following changes have been made 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. |
2.1.0
The following changes have been made in this release.
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.
2.0.0
The following changes have been made in this release.
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.