doordash · Capability

DoorDash Marketplace API — Orders

DoorDash Marketplace API — Orders. 1 operations. Lead operation: Update an order. Self-contained Naftiko capability covering one Doordash business surface.

Run with Naftiko DoordashOrders

What You Can Do

PATCH
Updateorder — Update an order
/v1/orders/{order-id}

MCP Tools

update-order

Update an order

idempotent

Capability Spec

marketplace-orders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DoorDash Marketplace API — Orders
  description: 'DoorDash Marketplace API — Orders. 1 operations. Lead operation: Update an order. Self-contained Naftiko capability
    covering one Doordash business surface.'
  tags:
  - Doordash
  - Orders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOORDASH_API_KEY: DOORDASH_API_KEY
capability:
  consumes:
  - type: http
    namespace: marketplace-orders
    baseUri: https://openapi.doordash.com/marketplace/api/v1
    description: DoorDash Marketplace API — Orders business capability. Self-contained, no shared references.
    resources:
    - name: orders-order_id
      path: /orders/{order_id}
      operations:
      - name: updateorder
        method: PATCH
        description: Update an order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.DOORDASH_API_KEY}}'
  exposes:
  - type: rest
    namespace: marketplace-orders-rest
    port: 8080
    description: REST adapter for DoorDash Marketplace API — Orders. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/orders/{order-id}
      name: orders-order-id
      description: REST surface for orders-order_id.
      operations:
      - method: PATCH
        name: updateorder
        description: Update an order
        call: marketplace-orders.updateorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marketplace-orders-mcp
    port: 9090
    transport: http
    description: MCP adapter for DoorDash Marketplace API — Orders. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: update-order
      description: Update an order
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: marketplace-orders.updateorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.