# STO02 - Get information and statistics about an offer stock import Call FrequencyRecommended usage: After each STO01 call, every 5 minutesMaximum usage: Once every 15 seconds Endpoint: GET /api/offers/stock/imports/{import_id}/status ## 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. ## Response 200 fields (application/json): - `date_created` (string, required) Import creation date - `has_error_report` (boolean, required) Indicate if an error report exists - `import_id` (string, required) Import ID - `lines_in_error` (integer) Total count of lines in error - `lines_in_success` (integer) Total count of lines in success - `shop_id` (integer, required) Shop identifier - `status` (string, required) Import status Enum: "WAITING", "RUNNING", "COMPLETE", "FAILED"