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

Export

InboundShipmentItem

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

Properties

FulfillmentNetworkSKU?: string

Amazon's fulfillment network SKU of the item.

Memberof

InboundShipmentItem

PrepDetailsList?: PrepDetails[]

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

Memberof

InboundShipmentItem

QuantityInCase?: number

The item quantity.

Memberof

InboundShipmentItem

QuantityReceived?: number

The item quantity.

Memberof

InboundShipmentItem

QuantityShipped: number

The item quantity.

Memberof

InboundShipmentItem

ReleaseDate?: string

Type containing date in string format

Memberof

InboundShipmentItem

SellerSKU: string

The seller SKU of the item.

Memberof

InboundShipmentItem

ShipmentId?: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

Memberof

InboundShipmentItem