检索将商品导入项目的进度信息。此API调用检索通过API或发布商帐户执行的最后一次导入的数据。
已成功检索导入状态。
基本认证未通过或错误。确保您使用了基本认证或正确的凭据。
{- "date_completed": "2024-11-19T15:27:31+03:00",
- "date_created": "2024-11-19T14:27:31+03:00",
- "date_updated": "2024-11-19T15:27:31+03:00",
- "error": null,
- "error_code": null,
- "progress": 100,
- "result": {
- "errors_by_sku": [
- {
- "error_code": 4055,
- "error_message": "[0401-4055]: Item default price not set",
- "sku": "sword",
- "type": "virtual_items"
}, - {
- "error_code": 1817,
- "error_message": "[0410-1817]: SKU can't be empty",
- "sku": "",
- "type": null
}
], - "errors_count": 2,
- "total_entities_count": 10
}, - "status": "error"
}