What problem does it solve? Temu US sellers and operations teams need to handle buyer-initiated cancellations and seller-side cancellations (appeals, out-of-stock) through Partner US APIs, which require correct gateway routing, dual authentication, and precise request payloads. This Skill wraps those six cancel-order endpoints behind ready-to-run scripts via the LinkFox gateway. ## Core Features & Use Cases - Buyer cancellation handling: Query pending cancel after-sales requests with bg.aftersales.cancel.list.get (filter by afterSalesStatusGroup) and approve them with bg.aftersales.cancel.agree. - Seller cancellation workflows: Submit cancel appeals (temu.order.cancel.appeal.apply), poll appeal results, file out-of-stock cancellations, and query their asynchronous review status. - Credential and token management: Validate the LinkFox API key, store Temu accessTokens locally by storeKey/site/tokenPurpose, and get guided authorization steps for each shop type. - Use Case: A seller sees a buyer cancellation request on a US order; the agent lists pending cancellations with afterSalesStatusGroup=8, retrieves the parentAfterSalesSn and parentOrderSn, then calls the agree endpoint to approve the cancellation. ## Quick Start Ask the agent to list pending Temu US buyer cancellation requests and approve one using your saved storeKey with tokenPurpose order-shipping.