Selling Partner API SDK for JavaScript
    Preparing search index...

    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

    Properties

    LiquidationFeeAmount?: Currency
    LiquidationProceedsAmount?: Currency
    OriginalRemovalOrderId?: string

    The identifier for the original removal order.

    PostedDate?: string

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