pub async fn confirm_preorder(
configuration: &Configuration,
shipment_id: &str,
need_by_date: String,
marketplace_id: &str
) -> Result<ConfirmPreorderResponse, Error>Expand description
Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.