pub async fn purchase_labels(
    configuration: &Configuration,
    shipment_id: &str,
    body: PurchaseLabelsRequest
) -> Result<PurchaseLabelsResponse, Error>
Expand description

Purchase shipping labels based on a given rate. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 5 | 15 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.