Just getting started with the Feed 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 the Feed API releases.
Release Version | Release Date | Description of Release |
---|---|---|
v1.2.0 | 2025-05-15 | Added support for the CBT_ITEM_ALL_ACTIVE feed type. |
v1.1.1 | 2025-01-06 | Added a new enumerated type, promotionSourceType, to the PROMOTION feed type. |
v1.1.0 | 2024-05-28 | Added support for the PROMOTION feed type. |
v1.0.3 | 2023-09-19 | A new error code has been added to the getFeedType method. |
v1.0.2 | 2022-09-19 | Added support for Product Feeds to new marketplaces. |
v1.0.1 | 2022-02-07 | Added support for the PRODUCT_FEED feed type. |
v1.0.0 | 2021-11-22 | Initial Release |
v1.2.0
This release adds support for the CBT_ITEM_ALL_ACTIVE
feed type. This new feed type consists of inventory sourced from specific markets, which can be shipped to destination markets such as from Germany (DE) to Austria (AT), and returns a set of fields in a downloadable Avro file.
Note: Refer to Supported feed types for more details about the feed types supported by the Feed API.
In order to support this new feed type, the following schema updates have been made:
-
The listingMarketplaceConstraints array has been added to the getAccess method. This array lists the eBay marketplace and categories in which listings are available for Cross Border Trading.
-
The
AVRO
enum value has been added to FormatEnum. This enum value specifies that the returned feed file is in Avro format. -
The
LISTING_MARKETPLACE_ID
andLISTING_CATEGORY
enum values have been added to DimensionKeyEnum. These enum values will be returned for listings that are available for Cross Border Trading.
v1.1.1
The following enum has been added to the PROMOTION
feed type:
-
promotionSourceType: This enumeration value indicates the source of a product discount. This establishes whether a discount was created by a seller independently or if it was created by eBay for a multi-seller discount event.
v1.1.0
This release adds support for the PROMOTION
feed type. This new feed type provides an hourly snapshot of live promotions and their currently associated items, and returns a set of feed fields in a downloadable TSV.GZIP file.
Note: Refer to Supported feed types for more details about the feed types supported by the Feed API.
v1.0.3
The following error code has been added to the getFeedType method:
- 14011: Insufficient permissions for the feed type. Please contact eBay Technical Support for further assistance.
v1.0.2
The following marketplaces now support Product Feeds:
- EBAY_FR
- EBAY_IT
Note: Refer to Supported feed types for more details about the feed types supported by the Feed API.
v1.0.1
This release adds support for the PRODUCT_FEED
feed type. This new feed type collects all items in a specific product group and returns a set of feed fields in a downloadable TSV.GZIP file.
Note: Refer to Supported feed types for more details about the feed types supported by the Feed API.
v1.0.0
Initial release.