Urban Outfitters · Capability

Urban Outfitters Affiliate API — Links

Urban Outfitters Affiliate API — Links. 1 operations. Lead operation: Urban Outfitters Create Affiliate Link. Self-contained Naftiko capability covering one Urban Outfitters business surface.

Run with Naftiko Urban OutfittersLinks

What You Can Do

POST
Createaffiliatelink — Urban Outfitters Create Affiliate Link
/v1/v1/links

MCP Tools

urban-outfitters-create-affiliate-link

Urban Outfitters Create Affiliate Link

Capability Spec

affiliate-links.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Urban Outfitters Affiliate API — Links
  description: 'Urban Outfitters Affiliate API — Links. 1 operations. Lead operation: Urban Outfitters Create Affiliate Link.
    Self-contained Naftiko capability covering one Urban Outfitters business surface.'
  tags:
  - Urban Outfitters
  - Links
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    URBAN_OUTFITTERS_API_KEY: URBAN_OUTFITTERS_API_KEY
capability:
  consumes:
  - type: http
    namespace: affiliate-links
    baseUri: https://api.rakutenadvertising.com
    description: Urban Outfitters Affiliate API — Links business capability. Self-contained, no shared references.
    resources:
    - name: v1-links
      path: /v1/links
      operations:
      - name: createaffiliatelink
        method: POST
        description: Urban Outfitters Create Affiliate Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.URBAN_OUTFITTERS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: affiliate-links-rest
    port: 8080
    description: REST adapter for Urban Outfitters Affiliate API — Links. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/links
      name: v1-links
      description: REST surface for v1-links.
      operations:
      - method: POST
        name: createaffiliatelink
        description: Urban Outfitters Create Affiliate Link
        call: affiliate-links.createaffiliatelink
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: affiliate-links-mcp
    port: 9090
    transport: http
    description: MCP adapter for Urban Outfitters Affiliate API — Links. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: urban-outfitters-create-affiliate-link
      description: Urban Outfitters Create Affiliate Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: affiliate-links.createaffiliatelink
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.