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

    Interface RemovalShipmentItemAdjustment

    Item-level information for a removal shipment item adjustment.

    interface RemovalShipmentItemAdjustment {
        AdjustedQuantity?: number;
        FulfillmentNetworkSKU?: string;
        RemovalShipmentItemId?: string;
        RevenueAdjustment?: Currency;
        TaxAmountAdjustment?: Currency;
        TaxCollectionModel?: string;
        TaxWithheldAdjustment?: Currency;
    }
    Index

    Properties

    AdjustedQuantity?: number

    Adjusted quantity of removal shipmentItemAdjustment items.

    FulfillmentNetworkSKU?: string

    The Amazon fulfillment network SKU for the item.

    RemovalShipmentItemId?: string

    An identifier for an item in a removal shipment.

    RevenueAdjustment?: Currency
    TaxAmountAdjustment?: 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.

    TaxWithheldAdjustment?: Currency