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

    Interface RemovalShipmentEvent

    A removal shipment event for a removal order.

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

    The merchant removal orderId.

    OrderId?: string

    The identifier for the removal shipment order.

    PostedDate?: string

    A date in ISO 8601 date-time format.

    RemovalShipmentItemList?: RemovalShipmentItem[]

    A list of RemovalShipmentItem.

    StoreName?: string

    The name of the store where the event occurred.

    TransactionType?: string

    The type of removal order. Possible values: * WHOLESALE_LIQUIDATION