DAJI OPEN PLATFORM
中文
PRICE
CONSOLE
  1. 1688 Business Opportunity
  • Introduction
    • I. Learn About DAJI
    • II. Become a developer
    • III. Get Access Key and Access Secret
    • IV. Start Your Application Development
    • V. Frequently Asked Question
    • VI. Plans & Pricing
  • 1688 - Adapted Capabilities
    • Capability Specifications
      • Request Signature
      • Enum Type
      • Message Notification
      • Message Notification - Signature
    • Integration Testing
      • 1688 Business Opportunity
        • Query Ranking List
          GET
        • Query Daily Product Sales Trend
          GET
      • 1688 Product Search
        • Upload image to get imageId
        • Image Search
        • Keyword Search
        • Product Detail Search
        • Shop Search
        • Product Shipping Query
        • Category Query
        • Product Detail Search - supports short links
      • 1688 Order Manage
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
      • 1688 Order Pay
        • Get payment links for orders in batches
        • Protocol Pay
      • Other API
        • Multilingual Search Navigation
  • Taobao - Adapted Capabilities
    • Capability Specifications
      • Request Signature
      • Enum Type
      • Message Notification
      • Message Notification - Signature
    • Integration Testing
      • Taobao Product Search
        • Image upload By Get
        • Image Search
        • Keyword Product Search
        • Shop Search
        • Product Detail Search V2
        • Ranking Type Search
        • Ranking Product Search
        • Product Shipping Query V2
        • Product Detail Search - supports short links
        • Batch Product Shipping Query V2
      • Taobao Order Manage
        • Product ID Mapping
        • Product Preview
        • Create Order
        • Cancel Order
        • Query Order
      • Taobao Order Pay
        • Protocol Pay
  • Poizon V2.0 - Adapted Capabilities
    • Capability Specifications
    • Integration Testing
      • Poizon V2.0 Product Search
        • Keyword Search
        • Product Detail
      • Poizon V2.0 Order Manage
        • Create Order & Payment
        • Query Order Info
        • Cancel Order
      • Poizon V2.0 Logistics
        • Query Logistics Trace
      • Poizon V2.0 Balance Query
        • Balance Query
  1. 1688 Business Opportunity

Query Daily Product Sales Trend

GET
/alibaba/product/analyze/getPerdaySellQuantityTrendNew
Get the daily sales quantity trend for a product over 90 days (query up to 90 days of data).

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.dajisaas.com/alibaba/product/analyze/getPerdaySellQuantityTrendNew?appKey=&appSecret=&offerId=719180648148&startDate=20251121&endDate=20251130'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "success": true,
        "retCode": "S0000",
        "retMsg": "成功",
        "result": [
            {
                "date": "20251121",
                "value": "30"
            },
            {
                "date": "20251122",
                "value": "90"
            },
            {
                "date": "20251123",
                "value": "10"
            },
            {
                "date": "20251124",
                "value": "120"
            },
            {
                "date": "20251125",
                "value": "750"
            },
            {
                "date": "20251126",
                "value": "130"
            },
            {
                "date": "20251127",
                "value": "30"
            },
            {
                "date": "20251128",
                "value": "30"
            },
            {
                "date": "20251129",
                "value": "2"
            },
            {
                "date": "20251130",
                "value": "60"
            }
        ]
    },
    "timestamp": 1764665382554,
    "traceId": "56bb564644d8",
    "cost": 0
}
Previous
Query Ranking List
Next
Upload image to get imageId
Built with