What problem does it solve? Temu Global sellers and developers need to handle returns, refunds, and after-sales orders programmatically, but the Partner Global Returns & Refunds APIs require manual token authorization, gateway signing, and scattered documentation. This Skill wraps 9 Partner after-sales APIs behind the LinkFox gateway with ready-to-run Python scripts and per-endpoint reference docs. ## Core Features & Use Cases - After-sales order queries: List parent and child after-sales orders, fetch parent after-sales detail with refund summaries, and look up return logistics by parentAfterSalesSn. - Return label workflow: Get label preparation info (warehouses, pick-up windows), query carriers, obtain signatures, and upload return labels through dedicated scripts. - Token management: Guided Temu accessToken authorization, local token storage with storeKey reuse, and LinkFox gateway key validation. - Use Case: A seller pulls pending parent after-sales orders for the last 24 hours, retrieves refund details for each, then uploads return labels with carrier and tracking numbers. ## Quick Start Ask the agent to list pending Temu Global after-sales orders from the past week using your saved storeKey, then show the refund summary for a specific parentAfterSalesSn.