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

    The shipment item information required by a seller to issue a shipment invoice.

    interface ShipmentItem {
        ASIN?: string;
        GiftWrapPrice?: Money;
        ItemPrice?: Money;
        OrderItemId?: string;
        PromotionDiscount?: Money;
        QuantityOrdered?: number;
        SellerSKU?: string;
        SerialNumbers?: string[];
        ShippingDiscount?: Money;
        ShippingPrice?: Money;
        Title?: string;
    }
    Index

    Properties

    ASIN?: string

    The Amazon Standard Identification Number (ASIN) of the item.

    GiftWrapPrice?: Money
    ItemPrice?: Money
    OrderItemId?: string

    The Amazon-defined identifier for the order item.

    PromotionDiscount?: Money
    QuantityOrdered?: number

    The number of items ordered.

    SellerSKU?: string

    The seller SKU of the item.

    SerialNumbers?: string[]

    The list of serial numbers.

    ShippingDiscount?: Money
    ShippingPrice?: Money
    Title?: string

    The name of the item.