What problem does it solve? Managing a Shopee store programmatically requires handling HMAC-SHA256 request signing, OAuth tokens, and region-specific endpoints, which is error-prone to implement from scratch. This Skill provides a ready-made Python adapter for the Shopee Open Platform API v2 so agents can read orders, manage listings, and pull analytics without writing integration code. ## Core Features & Use Cases - Order Management: Retrieve orders filtered by status (e.g., READY_TO_SHIP) or creation date for fulfillment workflows. - Listing Updates: Update product price, stock, and descriptions, including per-variation updates, via a single method call. - Analytics & Returns: Pull shop performance data by period and read return/refund requests for customer service operations. - Use Case: A retail operations agent runs python shopee_connector.py orders READY_TO_SHIP each morning to list all orders awaiting shipment, then updates stock levels after fulfillment using the update command. ## Quick Start Set the SHOPEE_PARTNER_ID, SHOPEE_API_KEY, SHOPEE_ACCESS_TOKEN, and SHOPEE_SHOP_ID environment variables, then ask the agent to test the Shopee connection and list all ready-to-ship orders.