Item-level information for a removal shipment item adjustment.

Export

RemovalShipmentItemAdjustment

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

Properties

AdjustedQuantity?: number

Adjusted quantity of removal shipmentItemAdjustment items.

Memberof

RemovalShipmentItemAdjustment

FulfillmentNetworkSKU?: string

The Amazon fulfillment network SKU for the item.

Memberof

RemovalShipmentItemAdjustment

RemovalShipmentItemId?: string

An identifier for an item in a removal shipment.

Memberof

RemovalShipmentItemAdjustment

RevenueAdjustment?: Currency

Memberof

RemovalShipmentItemAdjustment

TaxAmountAdjustment?: Currency

Memberof

RemovalShipmentItemAdjustment

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.

Memberof

RemovalShipmentItemAdjustment

TaxWithheldAdjustment?: Currency

Memberof

RemovalShipmentItemAdjustment