Item information for a fulfillment order.

FulfillmentOrderItem

interface FulfillmentOrderItem {
    cancelledQuantity: number;
    displayableComment?: string;
    estimatedArrivalDate?: string;
    estimatedShipDate?: string;
    fulfillmentNetworkSku?: string;
    giftMessage?: string;
    orderItemDisposition?: string;
    perUnitDeclaredValue?: Money;
    perUnitPrice?: Money;
    perUnitTax?: Money;
    quantity: number;
    sellerFulfillmentOrderItemId: string;
    sellerSku: string;
    unfulfillableQuantity: number;
}

Properties

cancelledQuantity: number

The item quantity.

FulfillmentOrderItem

displayableComment?: string

Item-specific text that displays in recipient-facing materials such as the outbound shipment packing slip.

FulfillmentOrderItem

estimatedArrivalDate?: string

Date timestamp

FulfillmentOrderItem

estimatedShipDate?: string

Date timestamp

FulfillmentOrderItem

fulfillmentNetworkSku?: string

Amazon's fulfillment network SKU of the item.

FulfillmentOrderItem

giftMessage?: string

A message to the gift recipient, if applicable.

FulfillmentOrderItem

orderItemDisposition?: string

Indicates whether the item is sellable or unsellable.

FulfillmentOrderItem

perUnitDeclaredValue?: Money

FulfillmentOrderItem

perUnitPrice?: Money

FulfillmentOrderItem

perUnitTax?: Money

FulfillmentOrderItem

quantity: number

The item quantity.

FulfillmentOrderItem

sellerFulfillmentOrderItemId: string

A fulfillment order item identifier submitted with a call to the createFulfillmentOrder operation.

FulfillmentOrderItem

sellerSku: string

The seller SKU of the item.

FulfillmentOrderItem

unfulfillableQuantity: number

The item quantity.

FulfillmentOrderItem