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

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

    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;
    }
    Index

    Properties

    CostOfPointsGranted?: Currency
    CostOfPointsReturned?: Currency
    ItemChargeAdjustmentList?: ChargeComponent[]

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

    ItemChargeList?: ChargeComponent[]

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

    ItemFeeAdjustmentList?: FeeComponent[]

    A list of fee component information.

    ItemFeeList?: FeeComponent[]

    A list of fee component information.

    ItemTaxWithheldList?: TaxWithheldComponent[]

    A list of information about taxes withheld.

    OrderAdjustmentItemId?: string

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

    OrderItemId?: string

    An Amazon-defined order item identifier.

    PromotionAdjustmentList?: Promotion[]

    A list of promotions.

    PromotionList?: Promotion[]

    A list of promotions.

    QuantityShipped?: number

    The number of items shipped.

    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.