Gopuff is a private quick-commerce company headquartered in Philadelphia that operates its own network of micro-fulfillment centers to deliver everyday essentials — snacks, beverages, household goods, fresh items, alcohol, and over-the-counter medicines — to consumers in roughly 15 to 30 minutes. Beyond its direct-to-consumer mobile app and website, Gopuff exposes its instant-delivery infrastructure to brands and retailers through the Powered by Gopuff platform, which offers a Shopify Fulfillment app, a white-labeled Storefronts theme, and a partner Developer Portal backed by HTTP APIs. Gopuff also operates a Delivery Partner program with its own driver pay portal, scheduling UI, and ID-scanning flow (alcohol delivery uses the Microblink BlinkID SDK that Gopuff forks on GitHub).
URL: Visit APIs.json URL
- Type: Contract
- Position: Consuming
- Access: 3rd-Party
- Quick Commerce, Instant Delivery, Last Mile, Grocery, Fulfillment, Retail, Logistics
- Created: 2026-05-22
- Modified: 2026-05-23
The Powered by Gopuff Fulfillment API is the partner-facing HTTP surface used by Gopuff's Shopify Fulfillment app and white-labeled Storefronts theme to determine whether a consumer is inside a Gopuff micro-fulfillment center (MFC) delivery zone, to check real-time product availability at the local MFC, to surface carrier rates at Shopify checkout, and to route orders from the merchant's storefront to Gopuff for picking, packing, and delivery. Detailed reference documentation is published as "coming soon" at the partner docs site; the base URL https://fulfillment-api-eus.partners.gopuff.com/shopify/v1/shops is wired into the Shopify app embed as the canonical entry point and is the only publicly documented host.
- Human URL: https://docs.poweredbygopuff.com/
- Base URL:
https://fulfillment-api-eus.partners.gopuff.com/shopify/v1
- Fulfillment, Instant Delivery, Shopify, Quick Commerce, Last Mile
- Documentation
- SignUp
- OpenAPI
- Naftiko Capability — Zones
- Naftiko Capability — Availability
- Naftiko Capability — Orders
Storefronts Powered by Gopuff is a customizable Shopify theme integrated with Gopuff's catalog and delivery APIs that enables brands to launch a white-labeled DTC website with built-in 15-minute delivery from a Gopuff MFC. The same partner platform exposes three documented integration calls: a delivery-zone check invoked when a customer enters their address, a per-MFC inventory-availability lookup driven by SKU/UPC mapping, and an order-routing call that hands the completed checkout to the nearest MFC for fulfillment.
- Human URL: https://poweredby.gopuff.com/pages/storefronts
- Base URL:
https://fulfillment-api-eus.partners.gopuff.com/shopify/v1
- Storefronts, Shopify, DTC, Quick Commerce, Catalog
- Homepage
- Newsroom
- Careers
- Help Center
- Partner Portal
- Partner Documentation
- Developer Portal
- Shopify App
- Delivery Partner Sign Up
- Delivery Partner Pay Portal
- Delivery Partner Scheduling
- Driver App
- Google Play Driver App
- GitHub Organization
| Type | Path |
|---|---|
| OpenAPI | openapi/gopuff-fulfillment-openapi.yml |
| Naftiko Capabilities | capabilities/ — fulfillment-zones, fulfillment-availability, fulfillment-orders |
| JSON Schema | json-schema/ — delivery zone, product availability, order |
| JSON Structure | json-structure/gopuff-order-structure.json |
| JSON-LD | json-ld/gopuff-context.jsonld |
| Examples | examples/ — zone check, availability, carrier rate, create order, get order |
| Spectral Rules | rules/gopuff-fulfillment-rules.yml |
| Vocabulary | vocabulary/gopuff-vocabulary.yml |
| Plans | plans/gopuff-plans-pricing.yml |
| Rate Limits | rate-limits/gopuff-rate-limits.yml |
| FinOps | finops/gopuff-finops.yml |
- Powered by Gopuff is only available to brands whose products are already merchandised on the Gopuff consumer platform.
- Pre-negotiated delivery rates are surfaced at Shopify checkout as
Instant Delivery - Powered by Gopuff; merchants cannot add handling fees on top. - Gopuff handles all delivery-related customer service for orders fulfilled through the partner platform; merchants only handle product-related issues.
- The Gopuff GitHub org (
github.com/gopuff) contains 20 repos: internal Azure / Snowflake / Meltano data tooling, a fork of Microblinkblinkid-iosfor in-app ID scanning during alcohol delivery,healthz(health-check library),timecapsule(feature time-boxing),morecontext(Go context helpers), and a small set of React Native UI components. No public SDK for the Powered by Gopuff partner API has been published. - The partner API reference at
docs.poweredbygopuff.com/api-reference.mdis currently published as "coming soon"; the OpenAPI in this repo reconstructs the documented surfaces (shops, zones, availability, rates, orders) from the partner Help Center and operational behavior of the Shopify app.