Tiffany & Co. · Example Payload

Tiffany Corporate Order Example

Corporate GiftingE-CommerceJewelryLuxury RetailWatchesFortune 1000

Tiffany Corporate Order Example is an example object payload from Tiffany & Co., with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@contextorderIdcompanyNamecontactNamecontactEmailorderDatedeliveryDateitemsengravingshippingsubtotaltotalcurrencystatus

Example Payload

tiffany-corporate-order-example.json Raw ↑
{
  "@context": "https://raw.githubusercontent.com/api-evangelist/tiffany/main/json-ld/tiffany-context.jsonld",
  "orderId": "CORP-2026-04821",
  "companyName": "Apex Financial Partners",
  "contactName": "Sarah Johnson",
  "contactEmail": "sarah.johnson@apexfinancial.com",
  "orderDate": "2026-05-03",
  "deliveryDate": "2026-05-20",
  "items": [
    {
      "sku": "68238399",
      "name": "Tiffany & Co. Return to Tiffany Oval Tag Necklace",
      "quantity": 15,
      "unitPrice": 475,
      "size": null
    },
    {
      "sku": "36253671",
      "name": "Tiffany & Co. Crystal Key Pendant",
      "quantity": 10,
      "unitPrice": 350,
      "size": null
    }
  ],
  "engraving": [
    {
      "sku": "68238399",
      "text": "Thank You — Apex Financial 2026",
      "font": "Tiffany Script"
    }
  ],
  "shipping": {
    "recipientName": "Sarah Johnson",
    "company": "Apex Financial Partners",
    "line1": "200 Park Avenue",
    "line2": "Suite 4500",
    "city": "New York",
    "state": "NY",
    "postalCode": "10166",
    "country": "US",
    "phone": "+1-212-555-0100"
  },
  "subtotal": 10625.00,
  "total": 11475.25,
  "currency": "USD",
  "status": "Confirmed"
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/tiffany-corporate-order-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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