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

ShipmentItem

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

Properties

ASIN?: string

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

ShipmentItem

ShipmentItem

ShipmentItem

OrderItemId?: string

The Amazon-defined identifier for the order item.

ShipmentItem

PromotionDiscount?: ShipmentInvoicingApiModelMoney

ShipmentItem

QuantityOrdered?: number

The number of items ordered.

ShipmentItem

SellerSKU?: string

The seller SKU of the item.

ShipmentItem

SerialNumbers?: string[]

The list of serial numbers.

ShipmentItem

ShipmentItem

ShipmentItem

Title?: string

The name of the item.

ShipmentItem

MMNEPVFCICPMFPCPTTAAATR