list_order_channels
List the marketplaces that can be added as a standalone ORDER connection — order-capable channels that do NOT have a product wizard. (Channels that DO have a wizard are added with create_marketplace instead, not here.) Returns {channels:[{channelApiCode, label, channelCode, logoUrl, authType ('oauth'|'api_key'), available}], total}. 'available' is false when the plan's order-connection limit is already reached. Pass a channelApiCode to create_order_connection to start adding one. Optional query filters by name/code. project_id is OPTIONAL (inferred for a single-project customer; project_id_required otherwise — then call list_projects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional filter on channel name/code. | |
| project_id | No |