pub async fn get_labels(
    configuration: &Configuration,
    shipment_id: &str,
    page_type: &str,
    label_type: &str,
    number_of_packages: Option<i32>,
    package_labels_to_print: Option<Vec<String>>,
    number_of_pallets: Option<i32>,
    page_size: Option<i32>,
    page_start_index: Option<i32>
) -> Result<GetLabelsResponse, Error>
Expand description

Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.