Retrieves information about the progress of importing items into the project. This API call retrieves data on the last import carried out through the API or Publisher Account.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
The import status has been successfully retrieved.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "status": "error",
- "date_created": "2024-11-19T14:27:31+03:00",
- "date_updated": "2024-11-19T15:27:31+03:00",
- "date_completed": "2024-11-19T15:27:31+03:00",
- "progress": 100,
- "error": null,
- "error_code": null,
- "result": {
- "errors_count": 2,
- "total_entities_count": 10,
- "errors_by_sku": [
- {
- "sku": "sword",
- "type": "virtual_items",
- "error_code": 4055,
- "error_message": "[0401-4055]: Item default price not set"
}, - {
- "sku": "",
- "type": null,
- "error_code": 1817,
- "error_message": "[0410-1817]: SKU can't be empty"
}
]
}
}