Tabcut Open API
    Tabcut Open API
    • 【Must-Read】About Signature
    • Data APIs
      • Item
        • Item Ranking
        • Item Search
        • Item Basic
        • Item Video List
        • Item Creator List
        • Item Trend
        • Item Sales Mode Distribution
        • Item Sales Channels Distribution
      • Item Creator
        • Item Creator Statistic
        • Item Creator Basic
        • Item Creator Items
        • Item Creator Item Category
        • Item Creator Video Trend
        • Item Creator Video Category
        • Item Creator Video List
        • Item Creator Video Detail
        • Item Creator Search
        • Item Creator Trend
      • Seller
        • Seller Ranking
        • Seller Search
      • Item Video
        • Item Video Item List
        • Item Video Trend
        • Item Video Basic
        • Item Video Play Url
    • Meta APIs
      • Translation of Item category names
      • Region List
        GET
      • Item Category List
        GET
      • Tiktok Category List
        GET
    • Schemas
      • 通用response结构
      • 通用趋势数据元素结构
      • ResultResponse?
      • CountVO
      • TrendElementVOLong
      • CurrencySymbolVO
      • TrendElementVOBigDecimal
      • GmvAmountVO
      • GmvInfoVO
      • VideoTrendVO
      • OpenApiCreatorStatisticVO
      • ResultResponseVideoTrendVO
      • ResultResponseListOpenApiCreatorStatisticVO

    GmvInfoVO

    {
        "periodCurrent": {
            "local": 0,
            "region": 0
        },
        "period1d": {
            "local": 0,
            "region": 0
        },
        "period7d": {
            "local": 0,
            "region": 0
        },
        "period30d": {
            "local": 0,
            "region": 0
        },
        "period90d": {
            "local": 0,
            "region": 0
        },
        "period180d": {
            "local": 0,
            "region": 0
        },
        "total": {
            "local": 0,
            "region": 0
        },
        "video": {
            "local": 0,
            "region": 0
        },
        "live": {
            "local": 0,
            "region": 0
        }
    }
    Built with