A payment event for Fulfillment by Amazon (FBA) inventory liquidation. This event is used only in the US marketplace.

FBALiquidationEvent

interface FBALiquidationEvent {
    LiquidationFeeAmount?: Currency;
    LiquidationProceedsAmount?: Currency;
    OriginalRemovalOrderId?: string;
    PostedDate?: string;
}

Properties

LiquidationFeeAmount?: Currency

FBALiquidationEvent

LiquidationProceedsAmount?: Currency

FBALiquidationEvent

OriginalRemovalOrderId?: string

The identifier for the original removal order.

FBALiquidationEvent

PostedDate?: string

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

FBALiquidationEvent