Gopuff · Capability

Powered by Gopuff — Availability

Powered by Gopuff Fulfillment API — Availability. 1 operation. Lead operation: Get product availability. Self-contained Naftiko capability for per-UPC MFC inventory checks.

Powered by Gopuff — Availability is a Naftiko capability published by Gopuff, one of 3 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/availability.

The capability includes 1 read-only operation. Lead operation: Look up real-time product availability at the Gopuff MFC serving a customer location. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Gopuff, Availability, Quick Commerce, and Catalog.

Run with Naftiko GopuffAvailabilityQuick CommerceCatalog

What You Can Do

POST
Getproductavailability — Get product availability
/v1/availability

MCP Tools

get-product-availability

Look up real-time product availability at the Gopuff MFC serving a customer location.

read-only idempotent

Capability Spec

fulfillment-availability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Powered by Gopuff — Availability
  description: 'Powered by Gopuff Fulfillment API — Availability. 1 operation. Lead operation: Get product availability.
    Self-contained Naftiko capability for per-UPC MFC inventory checks.'
  tags:
  - Gopuff
  - Availability
  - Quick Commerce
  - Catalog
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    GOPUFF_PARTNER_KEY: GOPUFF_PARTNER_KEY
capability:
  consumes:
  - type: http
    namespace: fulfillment-availability
    baseUri: https://fulfillment-api-eus.partners.gopuff.com/shopify/v1
    description: Powered by Gopuff product-availability resource.
    resources:
    - name: shops-availability
      path: /shops/availability
      operations:
      - name: getproductavailability
        method: POST
        description: Get product availability at the serving MFC
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apiKey
      in: header
      name: X-Gopuff-Partner-Key
      value: '{{env.GOPUFF_PARTNER_KEY}}'
  exposes:
  - type: rest
    namespace: fulfillment-availability-rest
    port: 8080
    description: REST adapter for Powered by Gopuff availability.
    resources:
    - path: /v1/availability
      name: availability
      description: REST surface for product availability.
      operations:
      - method: POST
        name: getproductavailability
        description: Get product availability
        call: fulfillment-availability.getproductavailability
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fulfillment-availability-mcp
    port: 9090
    transport: http
    description: MCP adapter for Powered by Gopuff availability.
    tools:
    - name: get-product-availability
      description: Look up real-time product availability at the Gopuff MFC serving a customer location.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fulfillment-availability.getproductavailability
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.