country
resource
MarketInsightsAsinInfo
SearchTermsInfo
entities
cycleDates
periodDates
period = "last30days"
date
curl --location 'https://openapi.xydc.com/v1/foundation/marketInsights/availableDates?country=undefined' \ --header 'X-Auth-Version: 2.0' \ --header 'X-Api-Key: your_api_key' \ --header 'Content-Type: application/json'
{ "entities": [ { "resource": "MarketInsightsAsinInfo", "cycleDates": [ { "cycle": "daily", "startCycle": { "startDate": "string", "endDate": "string" }, "endCycle": { "startDate": "string", "endDate": "string" } } ], "periodDates": [ { "period": "last30days", "date": "string" } ] } ] }