Feed and Schema solution are quite similar. In most cases the list containing the actions to perform will be validated and then process as an schema solution operation. As a consequence, most of the errors that can be found using any of the previous methods are the same.
In this document, there are only those errors that are unique to the feed solution. For more information about possible erros and solutions, please, review the Schema Solution Management Errors document.
Error Message | Solution |
The feed you submit does not contain any column. | Feed solution is similar to "Schema Solution". They both use a json schema to perform any action. However, one of the most important differences is that feed solution requires a list of jsons, since it was designed to handle multiple actions of the same time. If only the action is passed, or the list of json is empty, the API will return a validation error. Please, make sure the request also contains the list of actions that need to be performed. |
Error Message | Solution |
There exist duplicate item_content_id in item_list | Feed requests require a unique id for one reason. As there can be multiple operations affecting the same product (PRODUCT_STOCKS_UPDATE,PRODUCT_PRICES_UPDATE), or the product might have not even been uploaded yet (PRODUCT_CREATE); The system requires of an id to communicate with the seller. For instance if 200 products are being uploaded but one of them fails, it would be impossible to distinguish which without something that identifies it. As a consequence every "item_content_id" needs to be unique within the same feed request. Please, review that there are no "item_content_id" duplicated.
|
Error Message | Solution |
This feed_type is no longer supported. | There have been some changes regarding the action names. Please use any of the following types:
|
Error Message | Solution |
System error, please try again later. | As a machine might have fallen while processing the request, it can be tried again. If the error persists contact the seller support team. |