TD SYNNEX · Capability

TD SYNNEX StreamOne Ion Partner API — Customers

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

Run with Naftiko Td SynnexCustomers

What You Can Do

GET
Listcustomers — List Customers
/v1/v3/accounts/{accountid}/customers
POST
Createcustomer — Create Customer
/v1/v3/accounts/{accountid}/customers
GET
Getcustomer — Get Customer
/v1/v3/accounts/{accountid}/customers/{customerid}
PUT
Updatecustomer — Update Customer
/v1/v3/accounts/{accountid}/customers/{customerid}
GET
Getcustomercloudprofiles — Get Customer Cloud Profiles
/v1/v3/accounts/{accountid}/customers/{customerid}/cloudprofiles

MCP Tools

list-customers

List Customers

read-only idempotent
create-customer

Create Customer

get-customer

Get Customer

read-only idempotent
update-customer

Update Customer

idempotent
get-customer-cloud-profiles

Get Customer Cloud Profiles

read-only idempotent

Capability Spec

streamone-ion-customers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD SYNNEX StreamOne Ion Partner API — Customers
  description: 'TD SYNNEX StreamOne Ion Partner API — Customers. 5 operations. Lead operation: List Customers. Self-contained
    Naftiko capability covering one Td Synnex business surface.'
  tags:
  - Td Synnex
  - Customers
  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-customers
    baseUri: https://ion.tdsynnex.com
    description: TD SYNNEX StreamOne Ion Partner API — Customers business capability. Self-contained, no shared references.
    resources:
    - name: v3-accounts-accountId-customers
      path: /v3/accounts/{accountId}/customers
      operations:
      - name: listcustomers
        method: GET
        description: List Customers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: page
          in: query
          type: integer
          description: Page number for pagination
        - name: pageSize
          in: query
          type: integer
          description: Number of results per page
      - name: createcustomer
        method: POST
        description: Create Customer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v3-accounts-accountId-customers-customerId
      path: /v3/accounts/{accountId}/customers/{customerId}
      operations:
      - name: getcustomer
        method: GET
        description: Get Customer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecustomer
        method: PUT
        description: Update Customer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v3-accounts-accountId-customers-customerId-cloudProfiles
      path: /v3/accounts/{accountId}/customers/{customerId}/cloudProfiles
      operations:
      - name: getcustomercloudprofiles
        method: GET
        description: Get Customer Cloud Profiles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TD_SYNNEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: streamone-ion-customers-rest
    port: 8080
    description: REST adapter for TD SYNNEX StreamOne Ion Partner API — Customers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v3/accounts/{accountid}/customers
      name: v3-accounts-accountid-customers
      description: REST surface for v3-accounts-accountId-customers.
      operations:
      - method: GET
        name: listcustomers
        description: List Customers
        call: streamone-ion-customers.listcustomers
        with:
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcustomer
        description: Create Customer
        call: streamone-ion-customers.createcustomer
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}
      name: v3-accounts-accountid-customers-customerid
      description: REST surface for v3-accounts-accountId-customers-customerId.
      operations:
      - method: GET
        name: getcustomer
        description: Get Customer
        call: streamone-ion-customers.getcustomer
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecustomer
        description: Update Customer
        call: streamone-ion-customers.updatecustomer
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/cloudprofiles
      name: v3-accounts-accountid-customers-customerid-cloudprofiles
      description: REST surface for v3-accounts-accountId-customers-customerId-cloudProfiles.
      operations:
      - method: GET
        name: getcustomercloudprofiles
        description: Get Customer Cloud Profiles
        call: streamone-ion-customers.getcustomercloudprofiles
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streamone-ion-customers-mcp
    port: 9090
    transport: http
    description: MCP adapter for TD SYNNEX StreamOne Ion Partner API — Customers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-customers
      description: List Customers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-customers.listcustomers
      with:
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.
    - name: create-customer
      description: Create Customer
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: streamone-ion-customers.createcustomer
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-customer
      description: Get Customer
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-customers.getcustomer
      outputParameters:
      - type: object
        mapping: $.
    - name: update-customer
      description: Update Customer
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: streamone-ion-customers.updatecustomer
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-customer-cloud-profiles
      description: Get Customer Cloud Profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-customers.getcustomercloudprofiles
      outputParameters:
      - type: object
        mapping: $.