# STO03 - Get the error report for a stock import in CSV format Only returns lines of offers with at least one offer price in error. The first column contains the line number in error. The second column contains the error reason. The returned file is ready to be reimported after the values have been fixed. Offer prices that were submitted in the price import but don't appear in the error report were successfully imported. Call FrequencyRecommended usage: After each STO02 call, every 5 minutesMaximum usage: Once per minute Endpoint: GET /api/offers/stock/imports/{import_id}/error_report ## Path parameters: - `import_id` (string, required) Import identifier ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used.