pub async fn get_preorder_info(
    configuration: &Configuration,
    shipment_id: &str,
    marketplace_id: &str
) -> Result<GetPreorderInfoResponse, Error>
Expand description

Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.