naftiko: 1.0.0-alpha2 info: label: VTEX Shipping Network API — Tracking description: 'VTEX Shipping Network API — Tracking. 1 operations. Lead operation: VTex Tracking events with app. Self-contained Naftiko capability covering one Vtex business surface.' tags: - Vtex - Tracking created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: VTEX_API_KEY: VTEX_API_KEY capability: consumes: - type: http namespace: shipping-network-tracking baseUri: https://app.io.vtex.com description: VTEX Shipping Network API — Tracking business capability. Self-contained, no shared references. resources: - name: app_name-v{app_version}-account-workspace-tracking path: /{app_name}/v{app_version}/{account}/{workspace}/tracking operations: - name: trackingevents method: POST description: VTex Tracking events with app outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: app_name in: path type: string description: Name of the app developed by the carrier's integration. required: true - name: app_version in: path type: string description: Version of the app developed by the carrier's integration. required: true - name: account in: path type: string description: VTEX account dispatching the package. required: true - name: workspace in: path type: string description: Workspace used in VTEX IO. required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: X-VTEX-API-AppKey value: '{{env.VTEX_API_KEY}}' placement: header exposes: - type: rest namespace: shipping-network-tracking-rest port: 8080 description: REST adapter for VTEX Shipping Network API — Tracking. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/{app-name}/v-app-version/{account}/{workspace}/tracking name: app-name-v-app-version-account-workspace-tracking description: REST surface for app_name-v{app_version}-account-workspace-tracking. operations: - method: POST name: trackingevents description: VTex Tracking events with app call: shipping-network-tracking.trackingevents with: app_name: rest.app_name app_version: rest.app_version account: rest.account workspace: rest.workspace body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: shipping-network-tracking-mcp port: 9090 transport: http description: MCP adapter for VTEX Shipping Network API — Tracking. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: vtex-tracking-events-app description: VTex Tracking events with app hints: readOnly: false destructive: false idempotent: false call: shipping-network-tracking.trackingevents with: app_name: tools.app_name app_version: tools.app_version account: tools.account workspace: tools.workspace body: tools.body outputParameters: - type: object mapping: $.