Get SKU approval status
GET/skus/:skuId/approval
Returns the current approval state for a SKU along with reviewer feedback and timestamps. Use this to check whether a SKU is awaiting review, has been approved, or was rejected with comments that need to be addressed.
When approval is not enabled: If the approval workflow is not configured for this
seller account, this endpoint returns a 200 with approvalStatus: null and
submittedAt: null to indicate that no approval process exists for this SKU.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Approval status returned
Missing or invalid credentials
Caller does not have permission for this operation
The requested SKU does not exist
Unexpected server error. Retry with exponential backoff.