The request schema for the CreateClaim operation

CreateClaimRequest

interface CreateClaimRequest {
    claimReason: ClaimReason;
    declaredValue?: Currency;
    isReplacementPackageSent?: boolean;
    proofs?: string[];
    settlementType: SettlementType;
    trackingId: string;
}

Properties

claimReason: ClaimReason

CreateClaimRequest

declaredValue?: Currency

CreateClaimRequest

isReplacementPackageSent?: boolean

Applicable for only On Amazon shipments to identify if replacement was sent

CreateClaimRequest

proofs?: string[]

A list of proof URLs for a claim. Basic URL validation will happen for each URLs present in the list

CreateClaimRequest

settlementType: SettlementType

CreateClaimRequest

trackingId: string

The carrier generated identifier for a package in a purchased shipment.

CreateClaimRequest

MMNEPVFCICPMFPCPTTAAATR