PayPal · Capability

Paypal Orders — Trackers

Paypal Orders — Trackers. 1 operations. Lead operation: Update or cancel tracking information for a PayPal order. Self-contained Naftiko capability covering one Paypal business surface.

Run with Naftiko PaypalTrackers

What You Can Do

PATCH
Orderstrackerspatch — Update or cancel tracking information for a PayPal order
/v1/v2/checkout/orders/{id}/trackers/{tracker-id}

MCP Tools

update-cancel-tracking-information-paypal

Update or cancel tracking information for a PayPal order

idempotent

Capability Spec

checkout-orders-trackers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Paypal Orders — Trackers
  description: 'Paypal Orders — Trackers. 1 operations. Lead operation: Update or cancel tracking information for a PayPal
    order. Self-contained Naftiko capability covering one Paypal business surface.'
  tags:
  - Paypal
  - Trackers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PAYPAL_API_KEY: PAYPAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: checkout-orders-trackers
    baseUri: https://api-m.sandbox.paypal.com
    description: Paypal Orders — Trackers business capability. Self-contained, no shared references.
    resources:
    - name: v2-checkout-orders-id-trackers-tracker_id
      path: /v2/checkout/orders/{id}/trackers/{tracker_id}
      operations:
      - name: orderstrackerspatch
        method: PATCH
        description: Update or cancel tracking information for a PayPal order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.PAYPAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: checkout-orders-trackers-rest
    port: 8080
    description: REST adapter for Paypal Orders — Trackers. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v2/checkout/orders/{id}/trackers/{tracker-id}
      name: v2-checkout-orders-id-trackers-tracker-id
      description: REST surface for v2-checkout-orders-id-trackers-tracker_id.
      operations:
      - method: PATCH
        name: orderstrackerspatch
        description: Update or cancel tracking information for a PayPal order
        call: checkout-orders-trackers.orderstrackerspatch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: checkout-orders-trackers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Paypal Orders — Trackers. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: update-cancel-tracking-information-paypal
      description: Update or cancel tracking information for a PayPal order
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: checkout-orders-trackers.orderstrackerspatch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.