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

    A removal shipment event for a removal order.

    interface RemovalShipmentEvent {
        MerchantOrderId?: string;
        OrderId?: string;
        PostedDate?: string;
        RemovalShipmentItemList?: RemovalShipmentItem[];
        StoreName?: string;
        TransactionType?: string;
    }
    Index

    Properties

    MerchantOrderId?: string

    The merchant removal orderId.

    OrderId?: string

    The identifier for the removal shipment order.

    PostedDate?: string

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

    RemovalShipmentItemList?: RemovalShipmentItem[]

    A list of information about removal shipment items.

    StoreName?: string

    The name of the store where the event occurred.

    TransactionType?: string

    The type of removal order. Possible values: * WHOLESALE_LIQUIDATION