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

    Interface RemovalShipmentAdjustmentEvent

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

    interface RemovalShipmentAdjustmentEvent {
        AdjustmentEventId?: string;
        MerchantOrderId?: string;
        OrderId?: string;
        PostedDate?: string;
        RemovalShipmentItemAdjustmentList?: RemovalShipmentItemAdjustment[];
        TransactionType?: string;
    }
    Index

    Properties

    AdjustmentEventId?: string

    The unique identifier for the adjustment event.

    MerchantOrderId?: string

    The merchant removal orderId.

    OrderId?: string

    The orderId for shipping inventory.

    PostedDate?: string

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

    RemovalShipmentItemAdjustmentList?: RemovalShipmentItemAdjustment[]

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

    TransactionType?: string

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