pub async fn purchase_shipment(
    configuration: &Configuration,
    body: PurchaseShipmentRequest
) -> Result<PurchaseShipmentResponse, Error>
Expand description

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