pub async fn get_shipments(
    configuration: &Configuration,
    query_type: &str,
    marketplace_id: &str,
    shipment_status_list: Option<Vec<String>>,
    shipment_id_list: Option<Vec<String>>,
    last_updated_after: Option<String>,
    last_updated_before: Option<String>,
    next_token: Option<&str>
) -> Result<GetShipmentsResponse, Error>
Expand description

Returns a list of inbound shipments based on criteria that you specify. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.