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

    An item in an adjustment to the seller's account.

    interface AdjustmentItem {
        ASIN?: string;
        FnSKU?: string;
        PerUnitAmount?: Currency;
        ProductDescription?: string;
        Quantity?: string;
        SellerSKU?: string;
        TotalAmount?: Currency;
        TransactionNumber?: string;
    }
    Index

    Properties

    ASIN?: string

    The Amazon Standard Identification Number (ASIN) of the item.

    FnSKU?: string

    A unique identifier assigned to products stored in and fulfilled from a fulfillment center.

    PerUnitAmount?: Currency
    ProductDescription?: string

    A short description of the item.

    Quantity?: string

    Represents the number of units in the seller's inventory when the AdustmentType is FBAInventoryReimbursement.

    SellerSKU?: string

    The seller SKU of the item. The seller SKU is qualified by the seller's seller ID, which is included with every call to the Selling Partner API.

    TotalAmount?: Currency
    TransactionNumber?: string

    The transaction number that is related to the adjustment.