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

    An item from a SAFE-T claim reimbursement.

    interface SAFETReimbursementItem {
        itemChargeList?: ChargeComponent[];
        productDescription?: string;
        quantity?: string;
    }
    Index

    Properties

    itemChargeList?: ChargeComponent[]

    A list of charge information on the seller's account.

    productDescription?: string

    The description of the item as shown on the product detail page on the retail website.

    quantity?: string

    The number of units of the item being reimbursed.