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

Export

AdjustmentItem

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

Properties

ASIN?: string

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

Memberof

AdjustmentItem

FnSKU?: string

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

Memberof

AdjustmentItem

PerUnitAmount?: Currency

Memberof

AdjustmentItem

ProductDescription?: string

A short description of the item.

Memberof

AdjustmentItem

Quantity?: string

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

Memberof

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.

Memberof

AdjustmentItem

TotalAmount?: Currency

Memberof

AdjustmentItem