What problem does it solve? Managing a Lazada store across Southeast Asian marketplaces requires manual API integration with Lazada's custom HMAC-SHA256 signing scheme, which is error-prone and time-consuming to implement from scratch. ## Core Features & Use Cases - Order & Product Access: Read orders filtered by status or date, list all store products, and update prices, stock, and images through a single adapter. - Finance & Performance Data: Retrieve financial transactions, payouts, and seller performance metrics for reporting and monitoring. - Multi-Region Support: Works across all six Lazada regions (MY, SG, TH, ID, PH, VN) with zero external dependencies, using only the Python standard library. - Use Case: A retail operations agent needs to check pending orders every morning and adjust product prices; it calls the adapter's read_orders and update_product methods to complete both tasks in seconds. ## Quick Start Set the LAZADA_APP_KEY, LAZADA_APP_SECRET, LAZADA_ACCESS_TOKEN, and LAZADA_SELLER_ID environment variables, then ask the agent to fetch all pending Lazada orders for Malaysia.