Skip to main content

Errors

Every error is { "error": { "code", "message", "details" } }. message is Indonesian and safe to show to the buyer.

{
"error": {
"code": "plan_limit",
"message": "Akses API belum termasuk paket toko ini.",
"details": {"quota": "api_access", "plan": "tumbuh", "need": "write"}
}
}
Status · codeMeaning
403 plan_limitPlan does not cover this cross-origin request; details.need is read or write
403 forbiddenOrigin is not one of the shop's domains
400 unsupported_api_versionUnknown date; details.supported lists the served ones
400 on a codeWrong, expired or too many tries — one indistinguishable answer
409The order already moved; reload from /orders/track/{token}