The Tencent Cloud Youmall SDK enables developers to manage and interact with Tencent Cloud's Youmall (Tencent Youmall) services. Version 3.0.1416 is part of the v3 SDK which offers consistent client interfaces, but it has no active releases since 2021 and should be considered maintenance-only. The preferred way to use Tencent Cloud services is via the unified tencentcloud-sdk-python with the corresponding product module.
pip install tencentcloud-sdk-python-youmallNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Youmall client and call a sample API. Replace CompanyId with your actual value.
Check the Tencent Cloud documentation for the latest service availability and use the recommended SDK.
Update imports to include the versioned path, e.g., from tencentcloud.youmall.v20180228 import youmall_client
Ensure Youmall service is enabled in the Tencent Cloud console and that your API keys have the necessary permissions.
Install the package: pip install tencentcloud-sdk-python-youmall. Also ensure you have the common module: pip install tencentcloud-sdk-python-common. Import from the versioned path: from tencentcloud.youmall.v20180228 import youmall_client
Verify your TencentCloud API credentials and set TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables. Alternatively, pass them directly to the Credential constructor.
Use a valid region such as 'ap-guangzhou' or 'ap-shenzhen-fsi'. Check the Tencent Cloud region documentation for supported regions.
Use: from tencentcloud.youmall.v20180228 import models