Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface CreateClaimRequest

    The request schema for the CreateClaim operation

    interface CreateClaimRequest {
        claimReason: ClaimReason;
        declaredValue?: Currency;
        isReplacementPackageSent?: boolean;
        proofs?: string[];
        settlementType: SettlementType;
        trackingId: string;
    }
    Index
    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.