Compliance overview
Understand the Marketplace eligibility and publication controls applied before a product can be sold publicly.
Authentication
OAuth 2.0
Permissions
marketplace:write
Rate limit
120 requests / min
Response
200 OK
Overview
Understand the Marketplace eligibility and publication controls applied before a product can be sold publicly.
Key capabilities
Eligibility
Evaluate public-sale eligibility.
Required data
Validate product metadata.
Publish guard
Block unsafe publication.
Remediation
Correct data and re-check.
Available endpoints
| Method | Endpoint | Purpose |
|---|---|---|
GET | /catalog/{id}/publish-guard | Evaluate product |
GET | /listings/{id}/publish-guard | Evaluate listing |
Workflow
01
Inspect
02
Validate
03
Remediate
04
Publish
Authentication
Use OAuth 2.0 credentials and the least-privilege Marketplace scopes required by your application.
Common use cases
| Scenario | Recommendation |
|---|---|
Interactive applications | Use scoped user/organization access |
Back-office sync | Use server-side credentials and idempotency |
High-volume jobs | Use pagination and respect rate limits |