manhattan-associates · Capability

Manhattan Active Omni Order Management API — Promising

Manhattan Active Omni Order Management API — Promising. 1 operations. Lead operation: Check order promise (ATP). Self-contained Naftiko capability covering one Manhattan Associates business surface.

Run with Naftiko Manhattan AssociatesPromising

What You Can Do

POST
Checkorderpromise — Check order promise (ATP)
/v1/promise/check

MCP Tools

check-order-promise-atp

Check order promise (ATP)

read-only

Capability Spec

omni-promising.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Manhattan Active Omni Order Management API — Promising
  description: 'Manhattan Active Omni Order Management API — Promising. 1 operations. Lead operation: Check order promise
    (ATP). Self-contained Naftiko capability covering one Manhattan Associates business surface.'
  tags:
  - Manhattan Associates
  - Promising
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MANHATTAN_ASSOCIATES_API_KEY: MANHATTAN_ASSOCIATES_API_KEY
capability:
  consumes:
  - type: http
    namespace: omni-promising
    baseUri: https://api.developer.manh.com/omni/v1
    description: Manhattan Active Omni Order Management API — Promising business capability. Self-contained, no shared references.
    resources:
    - name: promise-check
      path: /promise/check
      operations:
      - name: checkorderpromise
        method: POST
        description: Check order promise (ATP)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MANHATTAN_ASSOCIATES_API_KEY}}'
  exposes:
  - type: rest
    namespace: omni-promising-rest
    port: 8080
    description: REST adapter for Manhattan Active Omni Order Management API — Promising. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/promise/check
      name: promise-check
      description: REST surface for promise-check.
      operations:
      - method: POST
        name: checkorderpromise
        description: Check order promise (ATP)
        call: omni-promising.checkorderpromise
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: omni-promising-mcp
    port: 9090
    transport: http
    description: MCP adapter for Manhattan Active Omni Order Management API — Promising. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: check-order-promise-atp
      description: Check order promise (ATP)
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: omni-promising.checkorderpromise
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.