A list of fulfillment order previews, including estimated shipping weights, estimated shipping fees, and estimated ship dates and arrival dates.

Export

GetFulfillmentPreviewResult

interface GetFulfillmentPreviewResult {
    fulfillmentPreviews?: FulfillmentPreview[];
}

Properties

fulfillmentPreviews?: FulfillmentPreview[]

An array of fulfillment preview information.

Memberof

GetFulfillmentPreviewResult