parcelLab · Schema

parcelLab Order

An order tracked by the parcelLab post-purchase platform via the v4 Enhanced Orders API.

Post-PurchaseE-CommerceTrackingReturnsShippingDeliveryCustomer ExperienceLogisticsCommunicationsGermany

Properties

Name Type Description
external_id string parcelLab-assigned external identifier.
account integer parcelLab account ID.
order_number string Retailer order number.
client_key string Optional brand or client identifier.
order_date string
destination_country_iso3 string
recipient_name string
recipient_email string
shipping_address object
articles_order array
trackings array
View JSON Schema on GitHub

JSON Schema

parcellab-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/parcellab/main/json-schema/parcellab-order-schema.json",
  "title": "parcelLab Order",
  "description": "An order tracked by the parcelLab post-purchase platform via the v4 Enhanced Orders API.",
  "type": "object",
  "required": ["account", "order_number"],
  "properties": {
    "external_id": { "type": "string", "format": "uuid", "description": "parcelLab-assigned external identifier." },
    "account": { "type": "integer", "description": "parcelLab account ID." },
    "order_number": { "type": "string", "description": "Retailer order number." },
    "client_key": { "type": "string", "description": "Optional brand or client identifier." },
    "order_date": { "type": "string", "format": "date-time" },
    "destination_country_iso3": { "type": "string", "minLength": 3, "maxLength": 3 },
    "recipient_name": { "type": "string" },
    "recipient_email": { "type": "string", "format": "email" },
    "shipping_address": { "$ref": "parcellab-address-schema.json" },
    "articles_order": {
      "type": "array",
      "items": { "$ref": "parcellab-line-item-schema.json" }
    },
    "trackings": {
      "type": "array",
      "items": { "$ref": "parcellab-tracking-schema.json" }
    }
  },
  "additionalProperties": false
}

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/parcellab-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.