Urban Outfitters · Capability

Urban Outfitters Marketplace API — Orders

Urban Outfitters Marketplace API — Orders. 1 operations. Lead operation: Urban Outfitters List Marketplace Orders. Self-contained Naftiko capability covering one Urban Outfitters business surface.

Run with Naftiko Urban OutfittersOrders

What You Can Do

GET
Listorders — Urban Outfitters List Marketplace Orders
/v1/v1/orders

MCP Tools

urban-outfitters-list-marketplace-orders

Urban Outfitters List Marketplace Orders

read-only idempotent

Capability Spec

marketplace-orders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Urban Outfitters Marketplace API — Orders
  description: 'Urban Outfitters Marketplace API — Orders. 1 operations. Lead operation: Urban Outfitters List Marketplace
    Orders. Self-contained Naftiko capability covering one Urban Outfitters business surface.'
  tags:
  - Urban Outfitters
  - Orders
  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: marketplace-orders
    baseUri: https://marketplace.urbanoutfitters.com/api
    description: Urban Outfitters Marketplace API — Orders business capability. Self-contained, no shared references.
    resources:
    - name: v1-orders
      path: /v1/orders
      operations:
      - name: listorders
        method: GET
        description: Urban Outfitters List Marketplace Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
          description: Filter by order status
        - name: start_date
          in: query
          type: string
          description: Filter orders from this date
        - name: limit
          in: query
          type: integer
          description: Maximum orders to return
    authentication:
      type: apikey
      key: X-Seller-API-Key
      value: '{{env.URBAN_OUTFITTERS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: marketplace-orders-rest
    port: 8080
    description: REST adapter for Urban Outfitters Marketplace API — Orders. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/orders
      name: v1-orders
      description: REST surface for v1-orders.
      operations:
      - method: GET
        name: listorders
        description: Urban Outfitters List Marketplace Orders
        call: marketplace-orders.listorders
        with:
          status: rest.status
          start_date: rest.start_date
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marketplace-orders-mcp
    port: 9090
    transport: http
    description: MCP adapter for Urban Outfitters Marketplace API — Orders. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: urban-outfitters-list-marketplace-orders
      description: Urban Outfitters List Marketplace Orders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketplace-orders.listorders
      with:
        status: tools.status
        start_date: tools.start_date
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.