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).

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.

RemovalShipmentAdjustmentEvent

MerchantOrderId?: string

The merchant removal orderId.

RemovalShipmentAdjustmentEvent

OrderId?: string

The orderId for shipping inventory.

RemovalShipmentAdjustmentEvent

PostedDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

RemovalShipmentAdjustmentEvent

RemovalShipmentItemAdjustmentList?: RemovalShipmentItemAdjustment[]

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

RemovalShipmentAdjustmentEvent

TransactionType?: string

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

RemovalShipmentAdjustmentEvent