This type is used to provide metadata about each feed file in a getFile or getFiles response.
Type that uses FileMetadata
Calls that use FileMetadata
GET
Fields
access
Indicates whether the application is permitted to access the feed file. One of
ALLOWED
or RESTRICTED
.dimensions
array of Dimension
An array of dimensions supported by the corresponding feed file.
Currently the only dimension available is CATEGORY.
Example:
Currently the only dimension available is CATEGORY.
Example:
"dimensionKey": "CATEGORY",
"values": ["15032"]
feedDate
The date on which the feed was created.
Format: UTC format
Format: UTC format
(yyyy-MM-ddThh:00:00.000Z)
.feedScope
Specifies the frequency with which the feed file is made available (
Currently only
HOURLY
, DAILY
, WEEKLY
).Currently only
DAILY
and HOURLY
are supported.feedTypeId
fileId
The file's unique identifier. This fileid is used to select the feed file when using the downloadFile method.
marketplaceId
The eBay marketplace identifier for the marketplace(s) to which the feed applies.
Example:
Example:
EBAY_UK
.span
The time span between feed files that applies to the feed type (e.g., hourly, daily, weekly).
Possible Values:
Possible Values:
YEAR
, MONTH
, DAY
, HOUR