pub async fn create_shipment(
    configuration: &Configuration,
    body: CreateShipmentRequest
) -> Result<CreateShipmentResponse, Error>
Expand description

Create a shipment with the information provided. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 1 | 1 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.