ingram-micro · Capability

Ingram Micro Vendor API — Shipments

Ingram Micro Vendor API — Shipments. 1 operations. Lead operation: Get Shipments. Self-contained Naftiko capability covering one Ingram Micro business surface.

Run with Naftiko Ingram MicroShipments

What You Can Do

GET
Getshipments — Get Shipments
/v1/shipments

MCP Tools

get-shipments

Get Shipments

read-only idempotent

Capability Spec

vendor-shipments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ingram Micro Vendor API — Shipments
  description: 'Ingram Micro Vendor API — Shipments. 1 operations. Lead operation: Get Shipments. Self-contained Naftiko capability
    covering one Ingram Micro business surface.'
  tags:
  - Ingram Micro
  - Shipments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INGRAM_MICRO_API_KEY: INGRAM_MICRO_API_KEY
capability:
  consumes:
  - type: http
    namespace: vendor-shipments
    baseUri: https://api.ingrammicro.com/vendors/v1
    description: Ingram Micro Vendor API — Shipments business capability. Self-contained, no shared references.
    resources:
    - name: shipments
      path: /shipments
      operations:
      - name: getshipments
        method: GET
        description: Get Shipments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: vendor-shipments-rest
    port: 8080
    description: REST adapter for Ingram Micro Vendor API — Shipments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/shipments
      name: shipments
      description: REST surface for shipments.
      operations:
      - method: GET
        name: getshipments
        description: Get Shipments
        call: vendor-shipments.getshipments
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vendor-shipments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ingram Micro Vendor API — Shipments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-shipments
      description: Get Shipments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vendor-shipments.getshipments
      outputParameters:
      - type: object
        mapping: $.