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

    Item information for an inbound shipment. Submitted with a call to the createInboundShipment or updateInboundShipment operation.

    interface InboundShipmentItem {
        FulfillmentNetworkSKU?: string;
        PrepDetailsList?: PrepDetails[];
        QuantityInCase?: number;
        QuantityReceived?: number;
        QuantityShipped: number;
        ReleaseDate?: string;
        SellerSKU: string;
        ShipmentId?: string;
    }
    Index

    Properties

    FulfillmentNetworkSKU?: string

    Amazon's fulfillment network SKU of the item.

    PrepDetailsList?: PrepDetails[]

    A list of preparation instructions and who is responsible for that preparation.

    QuantityInCase?: number

    The item quantity.

    QuantityReceived?: number

    The item quantity.

    QuantityShipped: number

    The item quantity.

    ReleaseDate?: string

    Type containing date in string format

    SellerSKU: string

    The seller SKU of the item.

    ShipmentId?: string

    A shipment identifier originally returned by the createInboundShipmentPlan operation.