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

    Item information for a fulfillment order.

    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;
    }
    Index

    Properties

    cancelledQuantity: number

    The item quantity.

    displayableComment?: string

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

    estimatedArrivalDate?: string

    Date timestamp

    estimatedShipDate?: string

    Date timestamp

    fulfillmentNetworkSku?: string

    Amazon's fulfillment network SKU of the item.

    giftMessage?: string

    A message to the gift recipient, if applicable.

    orderItemDisposition?: string

    Indicates whether the item is sellable or unsellable.

    perUnitDeclaredValue?: Money
    perUnitPrice?: Money
    perUnitTax?: Money
    quantity: number

    The item quantity.

    sellerFulfillmentOrderItemId: string

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

    sellerSku: string

    The seller SKU of the item.

    unfulfillableQuantity: number

    The item quantity.