pypi python-amazon-sp-api 1.9.48
v1.9.48

one day ago

Version 1.9.48

New Features

  • Fulfillment Inbound API: Introduced the update_shipment_name method in the FulfillmentInbound class. This method allows users to update the name of an existing shipment. It accepts 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];
    
    Loading

Changes

  • Dependencies: Updated the following dependencies:
    • boto3 from 1.40.15 to 1.40.21

Internal

  • Removed unnecessary test package entries from setup.py.
  • Updated version number from 1.9.47 to 1.9.48.

Don't miss a new python-amazon-sp-api release

NewReleases is sending notifications on new releases.