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

    Item-level information for a removal shipment.

    interface RemovalShipmentItem {
        FeeAmount?: Currency;
        FulfillmentNetworkSKU?: string;
        Quantity?: number;
        RemovalShipmentItemId?: string;
        Revenue?: Currency;
        TaxAmount?: Currency;
        TaxCollectionModel?: string;
        TaxWithheld?: Currency;
    }
    Index

    Properties

    FeeAmount?: Currency
    FulfillmentNetworkSKU?: string

    The Amazon fulfillment network SKU for the item.

    Quantity?: number

    The quantity of the item.

    RemovalShipmentItemId?: string

    An identifier for an item in a removal shipment.

    Revenue?: Currency
    TaxAmount?: Currency
    TaxCollectionModel?: string

    The tax collection model applied to the item. Possible values: * MarketplaceFacilitator - Tax is withheld and remitted to the taxing authority by Amazon on behalf of the seller. * Standard - Tax is paid to the seller and not remitted to the taxing authority by Amazon.

    TaxWithheld?: Currency