reports datescommand
command
List available dates for a specific report type (all dates are in UTC).
Anchor to argumentsArguments
- Anchor to report-typereport-typestringrequired
The report type (CONTENT_IMPRESSIONS, PRODUCT_IMPRESSIONS, SALES, USAGE_STATS)
clireportsDatesArgs
- report-type
The report type (CONTENT_IMPRESSIONS, PRODUCT_IMPRESSIONS, SALES, USAGE_STATS)
string
export interface clireportsDatesArgs {
/**
* The report type (CONTENT_IMPRESSIONS, PRODUCT_IMPRESSIONS, SALES, USAGE_STATS)
*/
'report-type': string
}
Was this section helpful?
Anchor to optionsOptions
- Anchor to --raw--rawboolean
Display only the dates without headers or formatting
clireportsDatesOptions
- --raw
Display only the dates without headers or formatting
boolean
export interface clireportsDatesOptions {
/**
* Display only the dates without headers or formatting
*/
'--raw'?: boolean
}
Was this section helpful?
Usage
npx shop-minis reports dates [options] <report-type>
examples
Usage
npx shop-minis reports dates [options] <report-type>