Skip to main content
GET
/
commerce
/
rules
/
callOffOrder
/
schema
Error
A valid request URL is required to generate request examples
{
  "context": "<string>",
  "dynamicFields": [
    {
      "definitionsEndpoint": "<string>",
      "isDynamic": true,
      "namePattern": "<string>",
      "operatorsByDataType": {},
      "pathLabel": "<string>"
    }
  ],
  "staticFields": [
    {
      "allowNullRightSide": true,
      "dataType": "<string>",
      "enumValues": [
        "<string>"
      ],
      "name": "<string>",
      "nullable": true,
      "operators": [
        "<string>"
      ],
      "pathLabel": "<string>",
      "scope": "<string>",
      "semantics": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

OK

Response body for GET /commerce/rules/callOffOrder/schema. Tenant-scoped authoring contract for rule-builder UIs — reflects CallOffOrderExpressionContext and CallOffOrderItemExpressionContext plus the tenant's dynamic call-off order attribute slot.

context
string | null

Schema-version identifier. Always "CallOffOrderExpressionContext" in v1.

dynamicFields
object[] | null

One entry per dynamic slot. v1 has a single entry for attributes.*.

staticFields
object[] | null

One entry per [ExpressionContextProperty] on the context: header fields plus the flattened item-level fields under the items.* namespace.