Bringg · Schema

Bringg Order (Task)

Represents an order (task) in Bringg with one or more waypoints, optional inventory, service plan, customer, run (route) assignment, and operational metadata.

Last Mile DeliveryDelivery OrchestrationFulfillmentLogisticsRetailDispatchRoutingDriver AppCarrier NetworkFleet ManagementSupply ChainE-CommerceSame-Day DeliveryCurbside PickupReturns

Properties

Name Type Description
id integer Bringg-assigned order id.
external_id string Caller-supplied external identifier.
title string
status integer Numeric task status (see Order Status reference).
merchant_id integer
team_ids array
scheduled_at string
no_later_than string
ready_to_execute boolean
active_way_point_id integer
customer object
way_points array
task_inventories array
service_plan_id integer
run_id integer
driver_id integer
vehicle_id integer
cancel_reasons object
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

bringg-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/bringg/json-schema/bringg-order-schema.json",
  "title": "Bringg Order (Task)",
  "description": "Represents an order (task) in Bringg with one or more waypoints, optional inventory, service plan, customer, run (route) assignment, and operational metadata.",
  "type": "object",
  "properties": {
    "id": {"type": "integer", "description": "Bringg-assigned order id."},
    "external_id": {"type": "string", "description": "Caller-supplied external identifier."},
    "title": {"type": "string"},
    "status": {"type": "integer", "description": "Numeric task status (see Order Status reference)."},
    "merchant_id": {"type": "integer"},
    "team_ids": {"type": "array", "items": {"type": "integer"}},
    "scheduled_at": {"type": "string", "format": "date-time"},
    "no_later_than": {"type": "string", "format": "date-time"},
    "ready_to_execute": {"type": "boolean"},
    "active_way_point_id": {"type": "integer"},
    "customer": {"$ref": "bringg-customer-schema.json"},
    "way_points": {"type": "array", "items": {"$ref": "bringg-waypoint-schema.json"}},
    "task_inventories": {"type": "array", "items": {"type": "object"}},
    "service_plan_id": {"type": "integer"},
    "run_id": {"type": "integer"},
    "driver_id": {"type": "integer"},
    "vehicle_id": {"type": "integer"},
    "cancel_reasons": {"type": "object"},
    "created_at": {"type": "string", "format": "date-time"},
    "updated_at": {"type": "string", "format": "date-time"}
  },
  "required": ["id"]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/bringg-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.