pypi python-amazon-sp-api 1.9.2
v1.9.2

latest releases: 1.9.5, 1.9.4, 1.9.3...
one day ago

v1.9.2

Changes Relevant to End-Users

  • Vendor Shipments API Enhancement: Improved the documentation for submit_shipment_confirmations and submit_shipments methods in the VendorShipments class. The descriptions are now more concise and easier to understand, aiding developers in implementing shipment confirmations and requests more effectively.

Internal Changes

  • Code Cleanup: Removed unnecessary blank lines in the VendorShipments class to enhance code readability and maintainability.

Mermaid Diagram Representation

graph TD;
    A[VendorShipments Class] -->|Improved Documentation| B[submit_shipment_confirmations];
    A -->|Improved Documentation| C[submit_shipments];
    A -->|Code Cleanup| D[Removed Blank Lines];
Loading

These updates streamline the process of interacting with the Vendor Shipments API, making it more intuitive for developers to use the library.

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

NewReleases is sending notifications on new releases.