get https://sellercenter-api.falabella.com/?Action=FeedList
FeedList Returns all feeds created in the last 30 days.
The response fields provided by this API are detailed in the following table:
Name | Type | Description |
---|---|---|
Feed | UUID | Identifier of the feed |
Status | String | The status of the feed. One of 'Queued' (In queue), 'Processing', 'Canceled' or 'Finished' |
Action | String | The action that created the feed |
CreationDate | TimeDate | Creation time in ISO 8601 format of the feed |
UpdatedDate | TimeDate | Last updated time in ISO 8601 format of the feed |
Source | String | The source of the feed. One of 'api' or 'csv'. |
TotalRecords | Integer | Number of entries to be processed |
ProcessedRecords | Integer | Number of entries already processed |
FailedRecords | Integer | Number of failed entries |
FailureReports | Embedded CSV File | In case of errors or warnings, a CSV file is encoded in base64 and returned between file tags |
Errors
No specific errors.