fabric · JSON Structure

Fabric Order Structure

Structural composition of a fabric order from cart to invoice.

Type: Properties: 0
CommerceComposable CommerceHeadless CommerceE-CommerceRetailCartCatalogPIMOMSInventoryOffersPricingPromotionsCheckoutIdentityExperienceAgentic Commerce

Fabric Order Structure is a JSON Structure definition published by fabric.

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://raw.githubusercontent.com/api-evangelist/fabric-com/refs/heads/main/json-structure/fabric-order-structure.json",
  "title": "fabric Order Structure",
  "description": "Structural composition of a fabric order from cart to invoice.",
  "entity": "fabric:Order",
  "lineage": [
    {"system": "fabric Cart / ShopperXP", "role": "producer-of-draft"},
    {"system": "fabric Checkout", "role": "promoter"},
    {"system": "fabric Orders (OMS)", "role": "system-of-record"},
    {"system": "fabric Shipments", "role": "fulfillment-child"},
    {"system": "fabric Invoices", "role": "financial-child"}
  ],
  "composition": {
    "core": ["orderId", "orderNumber", "status", "customerId", "currency"],
    "items": ["sku", "quantity", "unitPrice", "lineTotal", "adjustments"],
    "addresses": ["shipTo", "billTo"],
    "lifecycle": ["createdAt", "updatedAt", "authorizedAt", "shippedAt", "deliveredAt"],
    "children": ["payments", "shipments", "invoices"]
  },
  "stateMachine": [
    "CREATED -> AUTHORIZED -> RELEASED -> ALLOCATED -> PICKED -> PACKED -> SHIPPED -> DELIVERED",
    "* -> CANCELLED",
    "DELIVERED -> RETURNED"
  ]
}

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/fabric-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 email required.

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