Marketplace Temporarily Disabled
URI: https://docs.ankatech.co/errors/marketplace-temporarily-disabled
HTTP Status: 503 Service Unavailable
When you see this
The marketplace integration is temporarily disabled, so marketplace-backed requests cannot be served right now.
Common Causes
- A maintenance window on the marketplace integration.
- An operator-initiated temporary disable of marketplace functionality.
- A transient outage in the upstream marketplace dependency.
Response Example
{
"type": "https://docs.ankatech.co/errors/marketplace-temporarily-disabled",
"title": "Marketplace Temporarily Disabled",
"status": 503,
"detail": "The marketplace is temporarily disabled. Please retry later.",
"instance": "/api/v3/marketplace/offers",
"correlationId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1730000000
}
Content-Type: application/problem+json — the response follows RFC 7807 Problem Details.
How to Resolve
- Wait and retry later — this condition is temporary.
- Honor the
Retry-Afterheader when present. - Check the status page and contact support if the marketplace remains disabled for an extended period.
For full schema definitions, examples, and interactive testing, see the Developer Hub Reference.