get https://sellercenter-api.falabella.com/?Action=GetFeedRawInput
GetFeedRawInput. Based on an array of FeedID, it returns the XML requests with which the feed was generated.
The response fields provided by this API are detailed in the following table:
Name | Type | Description |
---|---|---|
FeedRawInput | Section | Endpoint returns a FeedRawInput for the transmitted feed ID |
Feed | String | Feed identifier, as passed |
RawInputFile | Section | The XML input to the action that triggered the feed creation is returned in this section as an XML file |
MimeType | String | Always 'text/xml' |
File | String | Base64-encoded XML file containing the request that created the feed |
Errors:
Error Code | Message |
---|---|
53 | E053: Invalid FeedIdList format. Must use array format [1,2] (Invalid FeedIdList format. Must use an array format [1,2]) |
54 | E054: Invalid FeedIdList format. Must be an array of FeedIds (Invalid FeedIdList format. Must be an array of FeedIds) |
1000 | No feeds were found |