{ "asin": "B09XS7JWHH", "country": "US", "startMonth": "2025-05", "endMonth": "2025-06" }
curl --location --request POST 'https://openapi.xiyouzhaoci.com/v1/asins/orders/trends' \ --header 'X-Client-Id: your16charclientid' \ --header 'X-Timestamp: 1754886692' \ --header 'X-Sign: da79eb2a1d2a5597c7dcc1a0f607c8a2d2f7167be65b01b0e341d8e497a3be49' \ --header 'Content-Type: application/json' \ --data-raw '{ "asin": "B09XS7JWHH", "country": "US", "startMonth": "2025-05", "endMonth": "2025-06" }'
{ "asin": "B09XS7JWHH", "country": "US", "trends": [ { "date": "2025-05", "orders": 1000 }, { "date": "2025-06", "orders": 2000 } ] }