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

FBALiquidationEvent

interface FinancesApiModelFBALiquidationEvent {
    LiquidationFeeAmount?: FinancesApiModelCurrency;
    LiquidationProceedsAmount?: FinancesApiModelCurrency;
    OriginalRemovalOrderId?: string;
    PostedDate?: string;
}

Properties

LiquidationFeeAmount?: FinancesApiModelCurrency

FBALiquidationEvent

LiquidationProceedsAmount?: FinancesApiModelCurrency

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

MMNEPVFCICPMFPCPTTAAATR