Note: This is the v2 version of the Order API which supports guest checkout payment flows. If you need to support member checkout payment flows, please use the v1_beta version of the Order API.
Just getting started with the Order API? See the following documents for details on using this API:
See the API Site Status for announcements regarding recently resolved or current system wide issues. Visit the Developer Support page for support options and information on filing bugs.
The API release history
The following table lists recent Order API releases.
| Release Version | Release Date | Description of Release |
|---|---|---|
| v2.1.2 | 2023年10月04日 | Added itemOnHold field to OrderLineItemV2 type. |
| v2.1.1 | 2023年07月25日 | Revised error messages for initiateGuestCheckoutSession and updateGuestQuantity methods. |
| v2.1.0 | 2022年01月21日 | Added the ImportChargesV2 type and the ApplicableChargeTypeEnum enumeration type. |
| v2.0.0 | 2021年06月01日 | Initial release of Order API Version 2.0.0 |
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.
The description for error message 15053 has been updated as shown in the table below. This affects the initiateGuestCheckoutSession and updateGuestQuantity methods.
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.