Retrieve (via POST) order count

Retrieves order counts bucketed by time period. | (AnalyticsTimePeriodRequest) -> (AnalyticsTimeBucketResponse)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
startstringRequiredformat: "date-time"
endstringRequiredformat: "date-time"
granularityenumOptional
Allowed values:
timezoneenumOptional
start_of_weekenum or nullOptional

Response

Successful Response
bucketslist of objects
totaldouble

Errors