SAP Commerce Cloud · JSON Structure

Sap Commerce Cloud Order Structure

SAP Commerce Cloud Order - customer purchase order with line items and fulfillment details

Type: Properties: 0
B2BB2CCommerceCustomer ExperienceE-CommerceOmnichannelRetail

Order is a JSON Structure definition published by SAP Commerce Cloud.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Order",
  "description": "SAP Commerce Cloud Order - customer purchase order with line items and fulfillment details",
  "fields": [
    { "name": "code", "type": "string", "required": true, "description": "Unique order code" },
    { "name": "guid", "type": "string", "required": false, "description": "Order GUID for guest checkout tracking" },
    { "name": "status", "type": "string", "required": true, "description": "Order fulfillment status" },
    { "name": "statusDisplay", "type": "string", "required": false, "description": "Human-readable order status" },
    { "name": "placed", "type": "datetime", "required": true, "description": "Order placement timestamp" },
    {
      "name": "totalPrice",
      "type": "object",
      "required": true,
      "description": "Total order price",
      "fields": [
        { "name": "value", "type": "number", "required": true, "description": "Total amount" },
        { "name": "currencyIso", "type": "string", "required": true, "description": "Currency code" }
      ]
    },
    {
      "name": "entries",
      "type": "array",
      "required": true,
      "description": "Order line items",
      "items": {
        "fields": [
          { "name": "entryNumber", "type": "integer", "required": true, "description": "Line item sequence number" },
          { "name": "quantity", "type": "integer", "required": true, "description": "Quantity ordered" },
          {
            "name": "product",
            "type": "object",
            "required": true,
            "description": "Ordered product reference",
            "fields": [
              { "name": "code", "type": "string", "required": true, "description": "Product code" },
              { "name": "name", "type": "string", "required": true, "description": "Product name" }
            ]
          },
          {
            "name": "basePrice",
            "type": "object",
            "required": false,
            "description": "Unit price",
            "fields": [
              { "name": "value", "type": "number", "required": true, "description": "Unit price amount" },
              { "name": "currencyIso", "type": "string", "required": true, "description": "Currency code" }
            ]
          }
        ]
      }
    },
    {
      "name": "deliveryAddress",
      "type": "object",
      "required": false,
      "description": "Delivery address",
      "fields": [
        { "name": "firstName", "type": "string", "required": true, "description": "Recipient first name" },
        { "name": "lastName", "type": "string", "required": true, "description": "Recipient last name" },
        { "name": "line1", "type": "string", "required": true, "description": "Street address line 1" },
        { "name": "town", "type": "string", "required": true, "description": "City/Town" },
        { "name": "postalCode", "type": "string", "required": false, "description": "Postal code" },
        { "name": "country", "type": "object", "required": true, "description": "Country object with isocode" }
      ]
    }
  ]
}

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/sap-commerce-cloud-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 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.