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

    Item information for a shipment in a fulfillment order preview.

    interface FulfillmentPreviewItem {
        estimatedShippingWeight?: Weight;
        quantity: number;
        sellerFulfillmentOrderItemId: string;
        sellerSku: string;
        shippingWeightCalculationMethod?: FulfillmentPreviewItemShippingWeightCalculationMethodEnum;
    }
    Index

    Properties

    estimatedShippingWeight?: Weight
    quantity: number

    The item quantity.

    sellerFulfillmentOrderItemId: string

    A fulfillment order item identifier that the seller created with a call to the createFulfillmentOrder operation.

    sellerSku: string

    The seller SKU of the item.

    The method used to calculate the estimated shipping weight.