pub async fn create_inbound_shipment(
configuration: &Configuration,
shipment_id: &str,
body: InboundShipmentRequest
) -> Result<InboundShipmentResponse, Error>Expand description
Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.