Get Feeds with Filters

FeedOffsetList Returns all or a subset of all feeds created in the last 30 days.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Get Feeds with Filters

You can filter your feeds by generating a filter based on the Status field, with respect to the states defined in the Feed section of the Introduction (Here)

🚧

Without transactionality

The list of all feeds can change as you navigate through it with this endpoint.

The response fields provided by this API are detailed in the following table:

NameTypeDescription
FeedIDUUIDUnique identifier of the feed
FeedStatusStringCurrent state of the feed. Can be 'Queued', 'Processing', 'Canceled', or 'Finished'
FeedActionStringAction that generated the feed
FeedCreationDateTimeDateCreation time of the feed in ISO 8601 format
FeedUpdateDateTimeDateTime of the last update of the feed in ISO 8601 format
FeedSourceStringSource of the feed. Can be 'api' or 'csv'
FeedTotalRecordsIntegerNumber of entries to process
FeedProcessedRecordsIntegerNumber of entries already processed
FeedFailedRecordsEmbedded CSV FileIn case of errors or warnings, a CSV file is encoded in base64 and returned within the file tags

Errors

Error CodeMessage
13E013: Invalid Feed Status
14E014: Invalid Offset
15E015: Invalid PageSize
46E046: Invalid CreationDate value
47E047: Invalid UpdatedDate value
Query Params
string
Defaults to FeedOffsetList

Name of the function that is to be called. Mandatory and must be 'FeedOffsetList' in this case. If omitted, an 'E001: Parameter Action is mandatory' error is returned. If an unknown function string is supplied, an 'E008: Invalid Action' error message is returned.

string
Defaults to XML

If supplied, must be either 'JSON' or 'XML'. If not supplied, 'XML' is assumed.

date

The current time in ISO8601 format relative to UTC (e.g., Timestamp=2015-04-01T10:00:00+02:00 for Berlin), so that calls cannot be replayed by an eaves-dropping third party (i.e., those calls too far into the past or future yield an error message). Mandatory. If not supplied, an 'E001: Parameter Timestamp is mandatory' error message results. If the timestamp is too old or in the future, an 'E003: Timestamp has expired' error message is returned.

string

The ID of the user making the call. The list of authorized users is maintained in Seller Center web interface under Settings/Manage Users.

string

The API version against which this call is to be executed, in major-dot-minor format. Must currently be 1.0, even though the actual version of the API is 2.6.20. If omitted, an ‘E001: Parameter Version is mandatory’ error message is returned.

string

The cryptographic signature, authenticating the request. A caller must create this value by computing the SHA256 hash of the request, using the API key of the user specified in the UserID parameter. Mandatory. If omitted, an ‘E001: Parameter Signature is mandatory’ error message is returned. If the signature is incorrect, an ‘E007: Login failed. Signature mismatch’ error message is returned.

string

Zero-based offset into the list of all feeds. Optional

int32

The number of entries to retrieve, i.e. the page size. Optional

string

If supplied, only feeds with this status are returned.

date

If supplied, only feeds created after this date will be included in the result.

date

If supplied, only feeds updated after this date will be included in the result.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Choose an example:
application/xml
application/json