TD SYNNEX · Capability

TD SYNNEX StreamOne Ion Partner API — Subscriptions

TD SYNNEX StreamOne Ion Partner API — Subscriptions. 2 operations. Lead operation: List Customer Subscriptions. Self-contained Naftiko capability covering one Td Synnex business surface.

Run with Naftiko Td SynnexSubscriptions

What You Can Do

GET
Listcustomersubscriptions — List Customer Subscriptions
/v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions
GET
Getsubscription — Get Subscription
/v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions/{subscriptionid}

MCP Tools

list-customer-subscriptions

List Customer Subscriptions

read-only idempotent
get-subscription

Get Subscription

read-only idempotent

Capability Spec

streamone-ion-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD SYNNEX StreamOne Ion Partner API — Subscriptions
  description: 'TD SYNNEX StreamOne Ion Partner API — Subscriptions. 2 operations. Lead operation: List Customer Subscriptions.
    Self-contained Naftiko capability covering one Td Synnex business surface.'
  tags:
  - Td Synnex
  - Subscriptions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TD_SYNNEX_API_KEY: TD_SYNNEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: streamone-ion-subscriptions
    baseUri: https://ion.tdsynnex.com
    description: TD SYNNEX StreamOne Ion Partner API — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: v3-accounts-accountId-customers-customerId-subscriptions
      path: /v3/accounts/{accountId}/customers/{customerId}/subscriptions
      operations:
      - name: listcustomersubscriptions
        method: GET
        description: List Customer Subscriptions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor
          in: query
          type: string
          description: Filter subscriptions by vendor
        - name: status
          in: query
          type: string
          description: Filter by subscription status
    - name: v3-accounts-accountId-customers-customerId-subscriptions-subscriptionId
      path: /v3/accounts/{accountId}/customers/{customerId}/subscriptions/{subscriptionId}
      operations:
      - name: getsubscription
        method: GET
        description: Get Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: subscriptionId
          in: path
          type: string
          description: Unique subscription identifier
          required: true
    authentication:
      type: bearer
      token: '{{env.TD_SYNNEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: streamone-ion-subscriptions-rest
    port: 8080
    description: REST adapter for TD SYNNEX StreamOne Ion Partner API — Subscriptions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions
      name: v3-accounts-accountid-customers-customerid-subscriptions
      description: REST surface for v3-accounts-accountId-customers-customerId-subscriptions.
      operations:
      - method: GET
        name: listcustomersubscriptions
        description: List Customer Subscriptions
        call: streamone-ion-subscriptions.listcustomersubscriptions
        with:
          vendor: rest.vendor
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions/{subscriptionid}
      name: v3-accounts-accountid-customers-customerid-subscriptions-subscriptionid
      description: REST surface for v3-accounts-accountId-customers-customerId-subscriptions-subscriptionId.
      operations:
      - method: GET
        name: getsubscription
        description: Get Subscription
        call: streamone-ion-subscriptions.getsubscription
        with:
          subscriptionId: rest.subscriptionId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streamone-ion-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for TD SYNNEX StreamOne Ion Partner API — Subscriptions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-customer-subscriptions
      description: List Customer Subscriptions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-subscriptions.listcustomersubscriptions
      with:
        vendor: tools.vendor
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: get-subscription
      description: Get Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-subscriptions.getsubscription
      with:
        subscriptionId: tools.subscriptionId
      outputParameters:
      - type: object
        mapping: $.