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.
Authorization

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

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type