文档中心 > FAQ(已废弃)

Feed Solution Errors

更新时间:2021/02/01 访问次数:1224

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.

 

F00-00-10022-001

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.

 

F00-00-10022-008

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.

 

 

F00-00-10024-002

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: 

  • PRODUCT_CREATE: Uploads a new products into AliExpress
  • PRODUCT_FULL_UPDATE: Replaces whole products according to the new schema.
  • PRODUCT_STOCKS_UPDATE: Updates the stock of products
  • PRODUCT_PRICES_UPDATE: Updates the price of products

 

F00-10-10000-001 

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

 

FAQ

关于此文档暂时还没有FAQ
返回
顶部