Item-level information for a removal shipment.

Export

RemovalShipmentItem

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

Properties

FeeAmount?: Currency

Memberof

RemovalShipmentItem

FulfillmentNetworkSKU?: string

The Amazon fulfillment network SKU for the item.

Memberof

RemovalShipmentItem

Quantity?: number

The quantity of the item.

Memberof

RemovalShipmentItem

RemovalShipmentItemId?: string

An identifier for an item in a removal shipment.

Memberof

RemovalShipmentItem

Revenue?: Currency

Memberof

RemovalShipmentItem

TaxAmount?: Currency

Memberof

RemovalShipmentItem

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

RemovalShipmentItem

TaxWithheld?: Currency

Memberof

RemovalShipmentItem