Releases: bbify/python-bestbuy
Releases · bbify/python-bestbuy
v0.1.0
Initial Release
- Synchronous and asynchronous HTTP clients for Best Buy APIs
- Catalog API support:
- Product search and retrieval
- Category browsing
- Product recommendations (also viewed, also bought, viewed ultimately bought)
- Open box offers
- Pagination helpers for large result sets
- Commerce API support:
- Product availability checks
- Shipping options and pricing
- Store lookup and pickup availability
- Home delivery options and services
- Unit pricing
- Tax estimation
- Order submission (registered and guest)
- Order review and query
- Session management (login/logout)
- Payment encryption for guest orders
- Pydantic models for request/response XML serialization
- Comprehensive error handling with typed exceptions
- Full type annotations with mypy support