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).