Version 2.0.15
New Features
Orders API Enhancements
- Enhanced the
OrdersV20260101client with detailed docstrings for thesearch_ordersandget_ordermethods. These updates include usage plans, examples, and argument details, improving the developer experience and understanding of API capabilities.
graph TD;
A[OrdersV20260101 Client] -->|Enhanced Docstrings| B[search_orders Method];
A -->|Enhanced Docstrings| C[get_order Method];
B --> D[Usage Plans & Examples];
C --> D;
Internal Changes
- Removed unnecessary
printstatement from thesearch_ordersmethod to clean up the codebase.
These changes provide clearer guidance for developers using the Orders API, ensuring they can implement and utilize the API more effectively.