Reject a claim

post
/claims/{claim_id}/reject

Rejects a claim. Allowed source status: under_review.

claim_id
string
required

The unique identifier of the claim.

Examples:
102a899f79c82422c99b1fdc417e01010
notify_customer
boolean

Whether to notify the customer about the claim rejection.

reject_reason
string
required

Reason for rejecting the claim. Maximum length is 1000 characters.

<= 1000 characters
permanent_reject
boolean

Whether to permanently reject the related order items. This only takes effect for order-flow claims.

Auth
:
Parameters
:
Body
preparing...