pub async fn update_inbound_shipment(
configuration: &Configuration,
shipment_id: &str,
body: InboundShipmentRequest
) -> Result<InboundShipmentResponse, Error>Expand description
Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.