ShipBob · Capability

API Reference — subpackage_channels

API Reference — subpackage_channels. 1 operations. Lead operation: Get Channels. Self-contained Naftiko capability covering one Shipbob business surface.

Run with Naftiko Shipbobsubpackage_channels

What You Can Do

GET
Getchannels — Get Channels
/v1/2026-01/channel

MCP Tools

get-channels

Get Channels

read-only idempotent

Capability Spec

shipbob-subpackage-channels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_channels
  description: 'API Reference — subpackage_channels. 1 operations. Lead operation: Get Channels. Self-contained Naftiko capability
    covering one Shipbob business surface.'
  tags:
  - Shipbob
  - subpackage_channels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHIPBOB_API_KEY: SHIPBOB_API_KEY
capability:
  consumes:
  - type: http
    namespace: shipbob-subpackage-channels
    baseUri: https://api.shipbob.com
    description: API Reference — subpackage_channels business capability. Self-contained, no shared references.
    resources:
    - name: 2026-01-channel
      path: /2026-01/channel
      operations:
      - name: getchannels
        method: GET
        description: Get Channels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: RecordsPerPage
          in: query
          type: integer
          description: The number of records to return per page. This parameter is used for pagination. If not provided, a
            default value will be used.
        - name: Cursor
          in: query
          type: string
          description: A cursor for pagination. This parameter is used to fetch the next set of results.
        - name: Authorization
          in: header
          type: string
          description: Authentication using Personal Access Token (PAT) token or OAuth2
          required: true
    authentication:
      type: bearer
      token: '{{env.SHIPBOB_API_KEY}}'
  exposes:
  - type: rest
    namespace: shipbob-subpackage-channels-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_channels. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/2026-01/channel
      name: 2026-01-channel
      description: REST surface for 2026-01-channel.
      operations:
      - method: GET
        name: getchannels
        description: Get Channels
        call: shipbob-subpackage-channels.getchannels
        with:
          RecordsPerPage: rest.RecordsPerPage
          Cursor: rest.Cursor
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shipbob-subpackage-channels-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_channels. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-channels
      description: Get Channels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shipbob-subpackage-channels.getchannels
      with:
        RecordsPerPage: tools.RecordsPerPage
        Cursor: tools.Cursor
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.