Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface FBALiquidationEvent

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

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

    The identifier for the original removal order.

    PostedDate?: string

    A date in ISO 8601 date-time format.