Item information for a shipment in a fulfillment order preview.

Export

FulfillmentPreviewItem

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

Properties

estimatedShippingWeight?: Weight

Memberof

FulfillmentPreviewItem

quantity: number

The item quantity.

Memberof

FulfillmentPreviewItem

sellerFulfillmentOrderItemId: string

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

Memberof

FulfillmentPreviewItem

sellerSku: string

The seller SKU of the item.

Memberof

FulfillmentPreviewItem

The method used to calculate the estimated shipping weight.

Memberof

FulfillmentPreviewItem