pub async fn retrieve_shipping_label(
    configuration: &Configuration,
    shipment_id: &str,
    tracking_id: &str,
    body: RetrieveShippingLabelRequest
) -> Result<RetrieveShippingLabelResponse, Error>
Expand description

Retrieve shipping label based on the shipment id and tracking id. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 5 | 15 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.