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

AdjustmentItem

interface FinancesApiModelAdjustmentItem {
    ASIN?: string;
    FnSKU?: string;
    PerUnitAmount?: FinancesApiModelCurrency;
    ProductDescription?: string;
    Quantity?: string;
    SellerSKU?: string;
    TotalAmount?: FinancesApiModelCurrency;
    TransactionNumber?: string;
}

Properties

ASIN?: string

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

AdjustmentItem

FnSKU?: string

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

AdjustmentItem

PerUnitAmount?: FinancesApiModelCurrency

AdjustmentItem

ProductDescription?: string

A short description of the item.

AdjustmentItem

Quantity?: string

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

AdjustmentItem

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.

AdjustmentItem

AdjustmentItem

TransactionNumber?: string

The transaction number that is related to the adjustment.

AdjustmentItem

MMNEPVFCICPMFPCPTTAAATR