cURL
curl --request GET \ --url https://api.example.com/products/ingestions/{batch_id}/errors \ --header 'Authorization: Bearer <token>'
{ "data": [ { "index": 123, "errors": [ { "field": "<string>", "code": "<string>", "message": "<string>" } ], "external_id": "<string>", "sku": "<string>" } ], "next_cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page size (max 500 by default).
1 <= x <= 500
Pagination cursor.
Error page
Show child attributes