Selling Partner API SDK for JavaScript
    Preparing search index...

    The request schema for the CreateClaim operation

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

    Properties

    claimReason: ClaimReason
    declaredValue?: Currency
    isReplacementPackageSent?: boolean

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

    proofs?: string[]

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

    settlementType: SettlementType
    trackingId: string

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