get https://sellercenter-api.linio.com.mx/?Action=FeedList
Returns all feeds created in the last 30 days.
Name | Type | Description |
---|---|---|
Feed | UUID | The feed's identifier. |
Status | String | The feed's status. One of 'Queued', 'Processing', 'Canceled' or 'Finished' |
Action | String | The action that created the feed. |
CreationDate | TimeDate | Time in ISO 8601 format of the feed's creation |
UpdatedDate | TimeDate | Time in ISO 8601 format of the feed's last update |
Source | String | The feed's source. One of 'api' or 'csv'. |
TotalRecords | Integer | Number of entries to be processed. |
ProcessedRecords | Integer | Number of entries already processed. |
FailedRecords | Integer | Number of entries failed. |
FailureReports | Embedded CSV File | In case of errors or warnings, a CSV file is base64 encoded and returned between the File tags. |
Errors
No specific errors.