Skip to main content
POST
Cancel resend order
此頁面由 AI 自動翻譯。API 技術規格以英文呈現為標準。如有任何疑問,請參閱英文版本
取消待處理的補寄訂單。僅在補寄仍可取消時有效——倉庫一旦發件,請聯絡客服。

授權

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

主體

application/json
resendId
integer<int64>
必填

Resend identifier to cancel

回應

Success — returns the standard response envelope with no additional payload fields. Inspect meta.status to confirm cancellation succeeded.

Universal response envelope. Successful responses include the business payload as additional top-level fields alongside correlationId and meta. Failed responses (auth errors, validation errors) only populate correlationId and meta, with meta.errorCode and meta.error describing the failure.

correlationId
string | null

Unique correlation ID for tracing the request through Return Helper systems.

meta
object

Application-level metadata for every API response. Inspect status and errorCode to detect soft-error responses (validation failures arrive as HTTP 200 with meta.status: 400).