TM Forum · Capability

ProductOrdering — productOrder

ProductOrdering — productOrder. 5 operations. Lead operation: TM Forum List or Find ProductOrder Objects. Self-contained Naftiko capability covering one Tm Forum business surface.

Run with Naftiko Tm ForumproductOrder

What You Can Do

GET
Listproductorder — TM Forum List or Find ProductOrder Objects
/v1/productorder
POST
Createproductorder — TM Forum Creates a ProductOrder
/v1/productorder
GET
Retrieveproductorder — TM Forum Retrieves a ProductOrder by ID
/v1/productorder/{id}
DELETE
Deleteproductorder — TM Forum Deletes a ProductOrder
/v1/productorder/{id}
PATCH
Patchproductorder — TM Forum Updates Partially a ProductOrder
/v1/productorder/{id}

MCP Tools

tm-forum-list-find-productorder

TM Forum List or Find ProductOrder Objects

read-only idempotent
tm-forum-creates-productorder

TM Forum Creates a ProductOrder

tm-forum-retrieves-productorder-id

TM Forum Retrieves a ProductOrder by ID

read-only idempotent
tm-forum-deletes-productorder

TM Forum Deletes a ProductOrder

idempotent
tm-forum-updates-partially-productorder

TM Forum Updates Partially a ProductOrder

idempotent

Capability Spec

tmf622-product-ordering-productorder.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ProductOrdering — productOrder
  description: 'ProductOrdering — productOrder. 5 operations. Lead operation: TM Forum List or Find ProductOrder Objects.
    Self-contained Naftiko capability covering one Tm Forum business surface.'
  tags:
  - Tm Forum
  - productOrder
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TM_FORUM_API_KEY: TM_FORUM_API_KEY
capability:
  consumes:
  - type: http
    namespace: tmf622-product-ordering-productorder
    baseUri: https://serverRoot
    description: ProductOrdering — productOrder business capability. Self-contained, no shared references.
    resources:
    - name: productOrder
      path: /productOrder
      operations:
      - name: listproductorder
        method: GET
        description: TM Forum List or Find ProductOrder Objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createproductorder
        method: POST
        description: TM Forum Creates a ProductOrder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: productOrder-id
      path: /productOrder/{id}
      operations:
      - name: retrieveproductorder
        method: GET
        description: TM Forum Retrieves a ProductOrder by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteproductorder
        method: DELETE
        description: TM Forum Deletes a ProductOrder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patchproductorder
        method: PATCH
        description: TM Forum Updates Partially a ProductOrder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: tmf622-product-ordering-productorder-rest
    port: 8080
    description: REST adapter for ProductOrdering — productOrder. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/productorder
      name: productorder
      description: REST surface for productOrder.
      operations:
      - method: GET
        name: listproductorder
        description: TM Forum List or Find ProductOrder Objects
        call: tmf622-product-ordering-productorder.listproductorder
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createproductorder
        description: TM Forum Creates a ProductOrder
        call: tmf622-product-ordering-productorder.createproductorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/productorder/{id}
      name: productorder-id
      description: REST surface for productOrder-id.
      operations:
      - method: GET
        name: retrieveproductorder
        description: TM Forum Retrieves a ProductOrder by ID
        call: tmf622-product-ordering-productorder.retrieveproductorder
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteproductorder
        description: TM Forum Deletes a ProductOrder
        call: tmf622-product-ordering-productorder.deleteproductorder
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchproductorder
        description: TM Forum Updates Partially a ProductOrder
        call: tmf622-product-ordering-productorder.patchproductorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tmf622-product-ordering-productorder-mcp
    port: 9090
    transport: http
    description: MCP adapter for ProductOrdering — productOrder. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: tm-forum-list-find-productorder
      description: TM Forum List or Find ProductOrder Objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf622-product-ordering-productorder.listproductorder
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-creates-productorder
      description: TM Forum Creates a ProductOrder
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf622-product-ordering-productorder.createproductorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-retrieves-productorder-id
      description: TM Forum Retrieves a ProductOrder by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf622-product-ordering-productorder.retrieveproductorder
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-deletes-productorder
      description: TM Forum Deletes a ProductOrder
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tmf622-product-ordering-productorder.deleteproductorder
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-updates-partially-productorder
      description: TM Forum Updates Partially a ProductOrder
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tmf622-product-ordering-productorder.patchproductorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.