Repair the OMS addon
POST/tenants/repair
Restores the Odus webhook subscriber and API secret key the addon depends on to the state activating produces: exactly one active subscriber pointing at the OMS and subscribed to the events it handles, and an active API key carrying exactly the permissions the OMS needs. Reconciles the tenant schema too, so it is a superset of re-activating. Idempotent and non-destructive to orders and merchant data.
Request
Responses
- 200
- 401
- 403
- 429
- 500
- 504
No credentials were supplied, or the identity token / secret key is not valid for the target merchant.
The credentials are valid but lack the permission this operation requires.
Too many requests. The rate limit is applied per client across all operations.
The request could not be completed because of an unexpected error.
The request exceeded the processing time limit and was abandoned.