Item information for a shipment in a fulfillment order preview.

FulfillmentPreviewItem

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

Properties

estimatedShippingWeight?: Weight

FulfillmentPreviewItem

quantity: number

The item quantity.

FulfillmentPreviewItem

sellerFulfillmentOrderItemId: string

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

FulfillmentPreviewItem

sellerSku: string

The seller SKU of the item.

FulfillmentPreviewItem

The method used to calculate the estimated shipping weight.

FulfillmentPreviewItem