Get import errors
GEThttps://euwest.api.elasticpath.com/v2/inventories/imports/:import_uuid/errors
Retrieves all errors encountered as part of the import. Each error is attributed to a line in the JSONL file imported, so for example, if at line 1 in your JSONL you had a stock without locations, there would be a missing key error for locations.
Errors are also ordered by line number ascending, and can be paginated.
Request
Responses
- 200
- 404
- 500
Success. The import errors are returned.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.
Authorization: http
name: bearerAuthtype: httpscheme: bearer
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP
ResponseClear