Grubhub Deliveries API

Read the delivery state of a Grubhub Marketplace order, by order UUID or by delivery ID. The only operation in the whole Grubhub contract that declares a 429 lives here.

Operations 2

GET /pos/v1/merchant/{merchant_long_id}/orders/{order_uuid}/delivery Get delivery by order ID #
GET /pos/v1/deliveries/{delivery_id} Get delivery by delivery ID #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/grubhub-deliveries"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

grubhub-deliveries-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Deliveries
servers:
- url: https://api-third-party-gtm-pp.grubhub.com
  description: preprod
- url: https://api-third-party-gtm.grubhub.com
  description: prod
tags:
- name: Models
  description: "# Courier \n <SchemaDefinition schemaRef=\"#/components/schemas/Courier\"/>\n\n# DeliveryItem \n\
    \ <SchemaDefinition schemaRef=\"#/components/schemas/DeliveryItem\"/>\n\n# DeliveryItemOption \n <SchemaDefinition\
    \ schemaRef=\"#/components/schemas/DeliveryItemOption\"/>\n\n# DeliveryPreferences \n <SchemaDefinition schemaRef=\"\
    #/components/schemas/DeliveryPreferences\"/>\n\n# DeliveryTime \n <SchemaDefinition schemaRef=\"#/components/schemas/DeliveryTime\"\
    />\n\n# DeliveryTimes \n <SchemaDefinition schemaRef=\"#/components/schemas/DeliveryTimes\"/>\n\n# GeoLocation\
    \ \n <SchemaDefinition schemaRef=\"#/components/schemas/GeoLocation\"/>\n\n# ItemDimensions \n <SchemaDefinition\
    \ schemaRef=\"#/components/schemas/ItemDimensions\"/>\n\n# ItemSizing \n <SchemaDefinition schemaRef=\"#/components/schemas/ItemSizing\"\
    />\n\n# ItemWeight \n <SchemaDefinition schemaRef=\"#/components/schemas/ItemWeight\"/>\n\n# Location \n <SchemaDefinition\
    \ schemaRef=\"#/components/schemas/Location\"/>\n\n# Vehicle \n <SchemaDefinition schemaRef=\"#/components/schemas/Vehicle\"\
    />\n\n# Address \n <SchemaDefinition schemaRef=\"#/components/schemas/Address\"/>\n\n# Coordinates \n <SchemaDefinition\
    \ schemaRef=\"#/components/schemas/Coordinates\"/>\n\n# PosDelivery \n <SchemaDefinition schemaRef=\"#/components/schemas/PosDelivery\"\
    />\n\n"
paths:
  /pos/v1/merchant/{merchant_long_id}/orders/{order_uuid}/delivery:
    get:
      tags:
      - Endpoints
      summary: Get delivery by order ID
      description: Retrieve the current state of a Delivery for an Order.
      operationId: getExternalDeliveryByOrderUuid
      parameters:
      - name: merchant_long_id
        in: path
        description: The Grubhub long ID for the merchant. Corresponds to a single location.
        required: true
        style: simple
        explode: false
        schema:
          type: string
      - name: order_uuid
        in: path
        description: The unique ID for the Order whose Delivery information is being requested.
        required: true
        style: simple
        explode: false
        schema:
          type: string
          format: uuid
      responses:
        '403':
          description: ' You do not have access to the requested resource'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PosDelivery'
              example:
                id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                account_id: 3d07c219-0a88-45be-9cfc-91e9d095a1e9
                confirmation_code: HVUYBJH
                region_id: a29f01e1-8a8d-451e-b685-f8b0b4ec4767
                name: Grubhub order 76884765873
                pickup:
                  id: UvYO6VyVEeiVadmHZVMREg
                  name: Good Food, Inc.
                  address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '11111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  location_address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '1111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  phone: '4045551212'
                  notes: string
                  geo:
                    lat: 37.65947723
                    lng: -81.43487549
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                dropoff:
                  id: AvYO6VyVEeiVadmHZVMROm
                  name: Steve McSteverson
                  address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  location_address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  phone: '4045552121'
                  notes: test notes
                  geo:
                    lat: 37.659479
                    lng: -81.434876
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                flags:
                - LARGE_ORDER
                contents:
                - diner_id: ef1a26c6-b927-49dd-9b66-8fe8d8646837
                  description: Cheese Burger
                  size: M
                  tags:
                  - ITEM
                  quantity: 3
                  options:
                  - description: SUB ITEM
                    tags: []
                    quantity: 1
                    options:
                    - {}
                  category_name: Burgers
                status: Delivered
                courier:
                  id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                  name: Jack Burton
                  vehicle:
                    type: car
                    description: ''
                  phone: '4045552323'
                  photo_url: https://s3.amazonaws.com/gh-prod-drivers-data/drivers/xxxxx/avatar.png
                  geo:
                    lat: 37.67577137428678
                    lng: -81.40696178943328
                created: '2019-08-24T14:15:22Z'
                pickup_ready: '2019-08-24T14:15:22Z'
                times:
                  pickup_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                committed_times:
                  pickup_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                test: false
                preferences:
                  pickup_time: '2019-08-24T14:15:22Z'
                  delivery_time: '2019-08-24T14:15:22Z'
                metadata: {}
        '422':
          description: ' One or more of the fields passed could not be used'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PosDelivery'
              example:
                id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                account_id: 3d07c219-0a88-45be-9cfc-91e9d095a1e9
                confirmation_code: HVUYBJH
                region_id: a29f01e1-8a8d-451e-b685-f8b0b4ec4767
                name: Grubhub order 76884765873
                pickup:
                  id: UvYO6VyVEeiVadmHZVMREg
                  name: Good Food, Inc.
                  address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '11111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  location_address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '1111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  phone: '4045551212'
                  notes: string
                  geo:
                    lat: 37.65947723
                    lng: -81.43487549
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                dropoff:
                  id: AvYO6VyVEeiVadmHZVMROm
                  name: Steve McSteverson
                  address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  location_address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  phone: '4045552121'
                  notes: test notes
                  geo:
                    lat: 37.659479
                    lng: -81.434876
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                flags:
                - LARGE_ORDER
                contents:
                - diner_id: ef1a26c6-b927-49dd-9b66-8fe8d8646837
                  description: Cheese Burger
                  size: M
                  tags:
                  - ITEM
                  quantity: 3
                  options:
                  - description: SUB ITEM
                    tags: []
                    quantity: 1
                    options:
                    - {}
                  category_name: Burgers
                status: Delivered
                courier:
                  id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                  name: Jack Burton
                  vehicle:
                    type: car
                    description: ''
                  phone: '4045552323'
                  photo_url: https://s3.amazonaws.com/gh-prod-drivers-data/drivers/xxxxx/avatar.png
                  geo:
                    lat: 37.67577137428678
                    lng: -81.40696178943328
                created: '2019-08-24T14:15:22Z'
                pickup_ready: '2019-08-24T14:15:22Z'
                times:
                  pickup_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                committed_times:
                  pickup_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                test: false
                preferences:
                  pickup_time: '2019-08-24T14:15:22Z'
                  delivery_time: '2019-08-24T14:15:22Z'
                metadata: {}
        '429':
          description: ' You have sent too many API calls in a short period of time'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PosDelivery'
              example:
                id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                account_id: 3d07c219-0a88-45be-9cfc-91e9d095a1e9
                confirmation_code: HVUYBJH
                region_id: a29f01e1-8a8d-451e-b685-f8b0b4ec4767
                name: Grubhub order 76884765873
                pickup:
                  id: UvYO6VyVEeiVadmHZVMREg
                  name: Good Food, Inc.
                  address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '11111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  location_address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '1111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  phone: '4045551212'
                  notes: string
                  geo:
                    lat: 37.65947723
                    lng: -81.43487549
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                dropoff:
                  id: AvYO6VyVEeiVadmHZVMROm
                  name: Steve McSteverson
                  address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  location_address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  phone: '4045552121'
                  notes: test notes
                  geo:
                    lat: 37.659479
                    lng: -81.434876
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                flags:
                - LARGE_ORDER
                contents:
                - diner_id: ef1a26c6-b927-49dd-9b66-8fe8d8646837
                  description: Cheese Burger
                  size: M
                  tags:
                  - ITEM
                  quantity: 3
                  options:
                  - description: SUB ITEM
                    tags: []
                    quantity: 1
                    options:
                    - {}
                  category_name: Burgers
                status: Delivered
                courier:
                  id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                  name: Jack Burton
                  vehicle:
                    type: car
                    description: ''
                  phone: '4045552323'
                  photo_url: https://s3.amazonaws.com/gh-prod-drivers-data/drivers/xxxxx/avatar.png
                  geo:
                    lat: 37.67577137428678
                    lng: -81.40696178943328
                created: '2019-08-24T14:15:22Z'
                pickup_ready: '2019-08-24T14:15:22Z'
                times:
                  pickup_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                committed_times:
                  pickup_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                test: false
                preferences:
                  pickup_time: '2019-08-24T14:15:22Z'
                  delivery_time: '2019-08-24T14:15:22Z'
                metadata: {}
        '200':
          description: ' OK - Successfully found delivery details'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PosDelivery'
              example:
                id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                account_id: 3d07c219-0a88-45be-9cfc-91e9d095a1e9
                confirmation_code: HVUYBJH
                region_id: a29f01e1-8a8d-451e-b685-f8b0b4ec4767
                name: Grubhub order 76884765873
                pickup:
                  id: UvYO6VyVEeiVadmHZVMREg
                  name: Good Food, Inc.
                  address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '11111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  location_address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '1111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  phone: '4045551212'
                  notes: string
                  geo:
                    lat: 37.65947723
                    lng: -81.43487549
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                dropoff:
                  id: AvYO6VyVEeiVadmHZVMROm
                  name: Steve McSteverson
                  address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  location_address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  phone: '4045552121'
                  notes: test notes
                  geo:
                    lat: 37.659479
                    lng: -81.434876
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                flags:
                - LARGE_ORDER
                contents:
                - diner_id: ef1a26c6-b927-49dd-9b66-8fe8d8646837
                  description: Cheese Burger
                  size: M
                  tags:
                  - ITEM
                  quantity: 3
                  options:
                  - description: SUB ITEM
                    tags: []
                    quantity: 1
                    options:
                    - {}
                  category_name: Burgers
                status: Delivered
                courier:
                  id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                  name: Jack Burton
                  vehicle:
                    type: car
                    description: ''
                  phone: '4045552323'
                  photo_url: https://s3.amazonaws.com/gh-prod-drivers-data/drivers/xxxxx/avatar.png
                  geo:
                    lat: 37.67577137428678
                    lng: -81.40696178943328
                created: '2019-08-24T14:15:22Z'
                pickup_ready: '2019-08-24T14:15:22Z'
                times:
                  pickup_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                committed_times:
                  pickup_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                test: false
                preferences:
                  pickup_time: '2019-08-24T14:15:22Z'
                  delivery_time: '2019-08-24T14:15:22Z'
                metadata: {}
        '500':
          description: ' The server has returned an unexpected error'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PosDelivery'
              example:
                id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                account_id: 3d07c219-0a88-45be-9cfc-91e9d095a1e9
                confirmation_code: HVUYBJH
                region_id: a29f01e1-8a8d-451e-b685-f8b0b4ec4767
                name: Grubhub order 76884765873
                pickup:
                  id: UvYO6VyVEeiVadmHZVMREg
                  name: Good Food, Inc.
                  address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '11111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  location_address:
                    region_code: US
                    address_lines:
                    - 234 Star Avenue
                    cross_streets: test cross street 1
                    locality: New York City
                    sublocality: New York City
                    neighborhood: test
                    administrative_area: NY
                    postal_code: '1111'
                    sorting_code: '999'
                    coordinates:
                      latitude: 37.65947723
                      longitude: -81.43487549
                    organization_name: Good Food, Inc.
                  phone: '4045551212'
                  notes: string
                  geo:
                    lat: 37.65947723
                    lng: -81.43487549
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                dropoff:
                  id: AvYO6VyVEeiVadmHZVMROm
                  name: Steve McSteverson
                  address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  location_address:
                    region_code: '456'
                    address_lines:
                    - 2940 Secondary Ln
                    cross_streets: test cross street 2
                    locality: Anytown
                    sublocality: Anytown
                    neighborhood: test1
                    administrative_area: NY
                    postal_code: '11112'
                    sorting_code: '123'
                    coordinates:
                      latitude: 37.659479
                      longitude: -81.434876
                    organization_name: Home
                  phone: '4045552121'
                  notes: test notes
                  geo:
                    lat: 37.659479
                    lng: -81.434876
                  geofence_radius_in_meters: 0
                  merchant_phone_suppressed: true
                flags:
                - LARGE_ORDER
                contents:
                - diner_id: ef1a26c6-b927-49dd-9b66-8fe8d8646837
                  description: Cheese Burger
                  size: M
                  tags:
                  - ITEM
                  quantity: 3
                  options:
                  - description: SUB ITEM
                    tags: []
                    quantity: 1
                    options:
                    - {}
                  category_name: Burgers
                status: Delivered
                courier:
                  id: 497f6eca-6276-4993-bfeb-53cbbbba6f08
                  name: Jack Burton
                  vehicle:
                    type: car
                    description: ''
                  phone: '4045552323'
                  photo_url: https://s3.amazonaws.com/gh-prod-drivers-data/drivers/xxxxx/avatar.png
                  geo:
                    lat: 37.67577137428678
                    lng: -81.40696178943328
                created: '2019-08-24T14:15:22Z'
                pickup_ready: '2019-08-24T14:15:22Z'
                times:
                  pickup_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: actual
                    timestamp: '2019-08-24T14:15:22Z'
                committed_times:
                  pickup_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  pickup:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff_arrival:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                  dropoff:
                    type: estimate
                    timestamp: '2019-08-24T14:15:22Z'
                test: false
                preferences:
                  pickup_time: '2019-08-24T14:15:22Z'
                  delivery_time: '2019-08-24T14:15:22Z'
                metadata: {}
        '404':
          description: ' Delivery 

# --- truncated at 32 KB (58 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/grubhub/refs/heads/main/openapi/grubhub-deliveries-openapi.yml