Changelog
Version 1.9.47
New Features
-
Fulfillment Inbound API: Added a new method
update_shipment_name
to theFulfillmentInbound
class. This method allows updating the name of an existing shipment. It supports the following parameters:inboundPlanId
: Identifier for the inbound plan.shipmentId
: Identifier for the shipment.body
: A dictionary containing the new name for the shipment.
graph TD; A[Client] --> B[update_shipment_name]; B --> C[inboundPlanId]; B --> D[shipmentId]; B --> E[body];
Changes
- Dependencies: Updated the following dependencies:
requests
from2.32.4
to2.32.5
boto3
from1.39.14
to1.40.15
Internal
- Updated version number from 1.9.46 to 1.9.47.