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

    Information about how the order item should be processed, packed, and shipped to the customer.

    interface ItemFulfillment {
        packing?: ItemPacking;
        picking?: ItemPicking;
        quantityFulfilled?: number;
        quantityUnfulfilled?: number;
        shipping?: ItemShipping;
    }
    Index

    Properties

    packing?: ItemPacking
    picking?: ItemPicking
    quantityFulfilled?: number

    The number of units of this item that have been successfully processed and shipped.

    quantityUnfulfilled?: number

    The number of units of this item that remain to be processed and shipped.

    shipping?: ItemShipping