v1.9.12
Changes Relevant to End-Users
- API Endpoint Update: The
list_packing_group_items
method in theFulfillmentInbound
class now requires apackingGroupId
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 from1.36.5
to1.36.15
pytz
updated from2024.2
to2025.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];
This release includes an important API endpoint update for more precise data retrieval and updates to dependencies for enhanced stability and security.