get_order_connection
Full detail of ONE standalone order connection, including its Orders Config form. Returns {connectionId, name, channelCode, channelLabel, channelApiCode, status, orderStatus, orderSyncLevel, authType, connected, expired, hasCredentials, authMessage, lastSyncStatus, lastSyncAt, lastSyncMessage, ordersThisMonth, orderConfigFields:[{code, label, description, type, required, options, optionsSource, value, defaultValue, adminOnly, locked, addonCode, upsellUrl}]}. A field with locked:true is a paid feature (buy via upsellUrl) and cannot be set until unlocked; options may be null for a field whose choices are only known after the connection is authenticated. Use orderConfigFields to build a configure_order_connection call. connection_id is from get_order_overview. project_id is OPTIONAL (project_id_required otherwise — then call list_projects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| connection_id | Yes | connectionId of the order connection (from get_order_overview). |