Unified.to · Capability

Unified.to API — item

Unified.to API — item. 6 operations. Lead operation: List all items. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Toitem

What You Can Do

GET
Listcommerceitems — List all items
/v1/commerce/{connection-id}/item
POST
Createcommerceitem — Create an item
/v1/commerce/{connection-id}/item
DELETE
Removecommerceitem — Remove an item
/v1/commerce/{connection-id}/item/{id}
GET
Getcommerceitem — Retrieve an item
/v1/commerce/{connection-id}/item/{id}
PATCH
Patchcommerceitem — Update an item
/v1/commerce/{connection-id}/item/{id}
PUT
Updatecommerceitem — Update an item
/v1/commerce/{connection-id}/item/{id}

MCP Tools

list-all-items

List all items

read-only idempotent
create-item

Create an item

remove-item

Remove an item

idempotent
retrieve-item

Retrieve an item

read-only idempotent
update-item

Update an item

idempotent
update-item-2

Update an item

idempotent

Capability Spec

commerce-item.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — item
  description: 'Unified.to  API — item. 6 operations. Lead operation: List all items. Self-contained Naftiko capability covering
    one Unified To business surface.'
  tags:
  - Unified To
  - item
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: commerce-item
    baseUri: https://api.unified.to
    description: Unified.to  API — item business capability. Self-contained, no shared references.
    resources:
    - name: commerce-connection_id-item
      path: /commerce/{connection_id}/item
      operations:
      - name: listcommerceitems
        method: GET
        description: List all items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: collection_id
          in: query
          type: string
          description: The collection ID to filter by (reference to CommerceCollection)
        - name: org_id
          in: query
          type: string
          description: The org ID to filter by (reference to AccountingOrganization)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createcommerceitem
        method: POST
        description: Create an item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: commerce-connection_id-item-id
      path: /commerce/{connection_id}/item/{id}
      operations:
      - name: removecommerceitem
        method: DELETE
        description: Remove an item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Item
          required: true
      - name: getcommerceitem
        method: GET
        description: Retrieve an item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Item
          required: true
      - name: patchcommerceitem
        method: PATCH
        description: Update an item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Item
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecommerceitem
        method: PUT
        description: Update an item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Item
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: authorization
      value: '{{env.UNIFIED_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: commerce-item-rest
    port: 8080
    description: REST adapter for Unified.to  API — item. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/commerce/{connection-id}/item
      name: commerce-connection-id-item
      description: REST surface for commerce-connection_id-item.
      operations:
      - method: GET
        name: listcommerceitems
        description: List all items
        call: commerce-item.listcommerceitems
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          collection_id: rest.collection_id
          org_id: rest.org_id
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcommerceitem
        description: Create an item
        call: commerce-item.createcommerceitem
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/commerce/{connection-id}/item/{id}
      name: commerce-connection-id-item-id
      description: REST surface for commerce-connection_id-item-id.
      operations:
      - method: DELETE
        name: removecommerceitem
        description: Remove an item
        call: commerce-item.removecommerceitem
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcommerceitem
        description: Retrieve an item
        call: commerce-item.getcommerceitem
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchcommerceitem
        description: Update an item
        call: commerce-item.patchcommerceitem
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecommerceitem
        description: Update an item
        call: commerce-item.updatecommerceitem
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commerce-item-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — item. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-items
      description: List all items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: commerce-item.listcommerceitems
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        collection_id: tools.collection_id
        org_id: tools.org_id
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-item
      description: Create an item
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: commerce-item.createcommerceitem
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-item
      description: Remove an item
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: commerce-item.removecommerceitem
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-item
      description: Retrieve an item
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: commerce-item.getcommerceitem
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-item
      description: Update an item
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: commerce-item.patchcommerceitem
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-item-2
      description: Update an item
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: commerce-item.updatecommerceitem
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.