Gopuff · JSON Structure

Gopuff Order Structure

JSON Structure for a Powered by Gopuff order, capturing canonical fields used by the partner Shopify fulfillment integration.

Type: object Properties: 11 Required: 2
Quick CommerceInstant DeliveryLast MileGroceryFulfillmentRetailLogistics

Gopuff Order Structure is a JSON Structure definition published by Gopuff, describing 11 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2025-01/schema meta-schema.

Properties

gopuff_order_id shopify_order_id mfc_id status shipping_line shipping_address customer line_items tracking_url created_at delivered_at

Meta-schema: https://json-structure.org/draft/2025-01/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-01/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gopuff/main/json-structure/gopuff-order-structure.json",
  "title": "Gopuff Order Structure",
  "description": "JSON Structure for a Powered by Gopuff order, capturing canonical fields used by the partner Shopify fulfillment integration.",
  "type": "object",
  "properties": {
    "gopuff_order_id": { "type": "string" },
    "shopify_order_id": { "type": "string" },
    "mfc_id": { "type": "string" },
    "status": {
      "type": "string",
      "enum": ["accepted", "picking", "out_for_delivery", "delivered", "cancelled"]
    },
    "shipping_line": {
      "type": "object",
      "properties": {
        "title": { "type": "string" },
        "source": { "type": "string" }
      }
    },
    "shipping_address": {
      "type": "object",
      "properties": {
        "line1": { "type": "string" },
        "line2": { "type": "string" },
        "city": { "type": "string" },
        "region": { "type": "string" },
        "postal_code": { "type": "string" },
        "country": { "type": "string" }
      }
    },
    "customer": {
      "type": "object",
      "properties": {
        "email": { "type": "string" },
        "phone": { "type": "string" }
      }
    },
    "line_items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "upc": { "type": "string" },
          "quantity": { "type": "integer" },
          "price": { "type": "integer" },
          "currency": { "type": "string" }
        }
      }
    },
    "tracking_url": { "type": "string" },
    "created_at": { "type": "string", "format": "date-time" },
    "delivered_at": { "type": "string", "format": "date-time" }
  },
  "required": ["gopuff_order_id", "status"]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/gopuff-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.