SAP Commerce Cloud · Schema

Country

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
isocode string ISO 3166-1 alpha-2 country code
name string Country name
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-country-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Country",
  "title": "Country",
  "type": "object",
  "properties": {
    "isocode": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code"
    },
    "name": {
      "type": "string",
      "description": "Country name"
    }
  }
}