Skip to main content

Get Order Import Info

GET 

/api/shiphero/integration-instances/:integration_instance/orders/import-info

Import UI metadata for the shared Refresh Orders modal:

  • last_synced_at — the "since latest" anchor. Prefers the persisted import cursor, falling back to the most recently imported order's updated_at when no cursor has been recorded yet.
  • latest_identifier — the most recently imported order's order_number (null when no orders exist).
  • total_orders — total imported order count for the instance.
Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type