Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The response schema for getOrderPreview.

    interface GetOrderPreviewResponse {
        constraints?: Constraint[];
        plannedShipments: PreviewPlannedShipment[];
    }
    Index
    constraints?: Constraint[]

    An array of constraints that may affect the fulfillment order.

    plannedShipments: PreviewPlannedShipment[]

    An array of planned shipment information.