An item of a shipment, refund, guarantee claim, or chargeback.

Export

ShipmentItem

interface ShipmentItem {
    CostOfPointsGranted?: Currency;
    CostOfPointsReturned?: Currency;
    ItemChargeAdjustmentList?: ChargeComponent[];
    ItemChargeList?: ChargeComponent[];
    ItemFeeAdjustmentList?: FeeComponent[];
    ItemFeeList?: FeeComponent[];
    ItemTaxWithheldList?: TaxWithheldComponent[];
    OrderAdjustmentItemId?: string;
    OrderItemId?: string;
    PromotionAdjustmentList?: Promotion[];
    PromotionList?: Promotion[];
    QuantityShipped?: number;
    SellerSKU?: string;
}

Properties

CostOfPointsGranted?: Currency

Memberof

ShipmentItem

CostOfPointsReturned?: Currency

Memberof

ShipmentItem

ItemChargeAdjustmentList?: ChargeComponent[]

A list of charge information on the seller's account.

Memberof

ShipmentItem

ItemChargeList?: ChargeComponent[]

A list of charge information on the seller's account.

Memberof

ShipmentItem

ItemFeeAdjustmentList?: FeeComponent[]

A list of fee component information.

Memberof

ShipmentItem

ItemFeeList?: FeeComponent[]

A list of fee component information.

Memberof

ShipmentItem

ItemTaxWithheldList?: TaxWithheldComponent[]

A list of information about taxes withheld.

Memberof

ShipmentItem

OrderAdjustmentItemId?: string

An Amazon-defined order adjustment identifier defined for refunds, guarantee claims, and chargeback events.

Memberof

ShipmentItem

OrderItemId?: string

An Amazon-defined order item identifier.

Memberof

ShipmentItem

PromotionAdjustmentList?: Promotion[]

A list of promotions.

Memberof

ShipmentItem

PromotionList?: Promotion[]

A list of promotions.

Memberof

ShipmentItem

QuantityShipped?: number

The number of items shipped.

Memberof

ShipmentItem

SellerSKU?: string

The seller SKU of the item. The seller SKU is qualified by the seller's seller ID, which is included with every call to the Selling Partner API.

Memberof

ShipmentItem