Salesforce · Schema

ProductContext

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
product2Id string
productSellingModelId string
View JSON Schema on GitHub

JSON Schema

salesforce-product-context-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "product2Id": {
      "type": "string",
      "example": "500123"
    },
    "productSellingModelId": {
      "type": "string",
      "example": "500123"
    }
  },
  "required": [
    "product2Id"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProductContext"
}