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

    Item information for creating a fulfillment order.

    interface CreateFulfillmentOrderItem {
        displayableComment?: string;
        fulfillmentNetworkSku?: string;
        giftMessage?: 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.

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

    The item quantity.

    sellerFulfillmentOrderItemId: string

    A fulfillment order item identifier that the seller creates to track fulfillment order items. Used to disambiguate multiple fulfillment items that have the same sellerSku value. For example, the seller might assign different sellerFulfillmentOrderItemId values to two items in a fulfillment order that share the same sellerSku value but have different giftMessage values.

    sellerSku: string

    The seller SKU of the item.