Read item errors
Status responses includeerror_code and error_message for failed items.
external_id to show the failure beside the affected product in your internal tooling.
Retry decisions
| Failure | Retry? | Recommended action |
|---|---|---|
invalid_source_url | No | Fix the URL or CDN configuration. |
unsupported_file_type | No | Convert the image to JPEG, PNG, or WebP. |
file_too_large | No | Resize or compress the source image below 10 MB. |
content_policy_violation | No | Remove unsupported content from the request. |
download_timeout | Maybe | Retry after improving source hosting reliability. |
provider_error | Yes | Retry later with a new batch if the item remains failed. |
storage_error | Yes | Retry later or contact support with request_id. |
rate_limit_exceeded | Yes | Wait for Retry-After. |
Retrying failed items
When retrying failed items, create a new batch with a newIdempotency-Key.
Do this only after you have fixed the input or confirmed the error is retryable.
Do not reuse the old idempotency key with a modified body. That returns 409 idempotency_conflict.
