Skip to main content

Get Orders Chart (Date Range)

GET 

/api/shipstation/integration-instances/:integration_instance/orders-chart

Returns a daily order-count time series for a ShipStation integration instance over the given date range, powering the dashboard orders trend chart's custom range selection.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

The response contains one bucket per day in [start_date, end_date] (oldest first), counting orders by their order_date and filling zero-counts for days with no orders so the chart x-axis is continuous.

Query parameters:

  • start_date (required, date e.g. YYYY-MM-DD): start of the range
  • end_date (required, date e.g. YYYY-MM-DD): end of the range; must be on or after start_date

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type