Skip to main content

Get Draft Publish Attempts

GET 

/api/v2/listing-drafts/:draft/attempts

Publish-attempt history for a listing draft: one entry per publish/update attempt, oldest first. A retried publish appends a new attempt rather than overwriting the last error, so you can see each transient retry (retryable = true) and the final terminal failure (retryable = false).

Required scope: products:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type