SAP Commerce Cloud · Schema

Principal

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
uid string User unique identifier
name string Display name
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-principal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Principal",
  "title": "Principal",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "User unique identifier"
    },
    "name": {
      "type": "string",
      "description": "Display name"
    }
  }
}