pypi python-amazon-sp-api 1.9.12
v1.9.12

2 days ago

v1.9.12

Changes Relevant to End-Users

  • API Endpoint Update: The list_packing_group_items method in the FulfillmentInbound class now requires a packingGroupId parameter. This change ensures more precise retrieval of packing group items by specifying the packing group directly.

Internal Changes

  • Dependency Updates: Updated several dependencies to their latest versions for improved performance and security:
    • boto3 updated from 1.36.5 to 1.36.15
    • pytz updated from 2024.2 to 2025.1

Mermaid Diagram Representation

graph TD;
    A[FulfillmentInbound Class] -->|Updated| B[list_packing_group_items Method];
    B -->|Added Parameter| C[packingGroupId];
    D[Dependencies] -->|Updated| E[boto3, pytz];
Loading

This release includes an important API endpoint update for more precise data retrieval and updates to dependencies for enhanced stability and security.

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

NewReleases is sending notifications on new releases.