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

AdjustmentItem

interface AdjustmentItem {
    ASIN?: string;
    FnSKU?: string;
    PerUnitAmount?: Currency;
    ProductDescription?: string;
    Quantity?: string;
    SellerSKU?: string;
    TotalAmount?: Currency;
    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?: Currency

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

TotalAmount?: Currency

AdjustmentItem

TransactionNumber?: string

The transaction number that is related to the adjustment.

AdjustmentItem