A financial adjustment event for FBA liquidated inventory. A positive value indicates money owed to Amazon by the buyer (for example, when the charge was incorrectly calculated as less than it should be). A negative value indicates a full or partial refund owed to the buyer (for example, when the buyer receives damaged items or fewer items than ordered).

Export

RemovalShipmentAdjustmentEvent

interface RemovalShipmentAdjustmentEvent {
    AdjustmentEventId?: string;
    MerchantOrderId?: string;
    OrderId?: string;
    PostedDate?: string;
    RemovalShipmentItemAdjustmentList?: RemovalShipmentItemAdjustment[];
    TransactionType?: string;
}

Properties

AdjustmentEventId?: string

The unique identifier for the adjustment event.

Memberof

RemovalShipmentAdjustmentEvent

MerchantOrderId?: string

The merchant removal orderId.

Memberof

RemovalShipmentAdjustmentEvent

OrderId?: string

The orderId for shipping inventory.

Memberof

RemovalShipmentAdjustmentEvent

PostedDate?: string

Memberof

RemovalShipmentAdjustmentEvent

RemovalShipmentItemAdjustmentList?: RemovalShipmentItemAdjustment[]

A comma-delimited list of Removal shipmentItemAdjustment details for FBA inventory.

Memberof

RemovalShipmentAdjustmentEvent

TransactionType?: string

The type of removal order. Possible values: * WHOLESALE_LIQUIDATION.

Memberof

RemovalShipmentAdjustmentEvent