Skip to main content
POST
Cancel resend order
Cancels a pending resend order. Only works while the resend is still cancellable — once the warehouse has shipped, contact support.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Body

application/json
resendId
integer<int64>
required

Resend identifier to cancel

Response

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