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

    Item information for updating a fulfillment order.

    interface UpdateFulfillmentOrderItem {
        displayableComment?: string;
        fulfillmentNetworkSku?: string;
        giftMessage?: string;
        orderItemDisposition?: string;
        perUnitDeclaredValue?: Money;
        perUnitPrice?: Money;
        perUnitTax?: Money;
        quantity: number;
        sellerFulfillmentOrderItemId: string;
        sellerSku?: string;
    }
    Index

    Properties

    displayableComment?: string

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

    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

    Identifies the fulfillment order item to update. Created with a previous call to the createFulfillmentOrder operation.

    sellerSku?: string

    The seller SKU of the item.