Salesforce · JSON Structure

Salesforce Product Context Structure

Type: object Properties: 2 Required: 1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

ProductContext is a JSON Structure definition published by Salesforce, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

product2Id productSellingModelId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ProductContext",
  "properties": {
    "product2Id": {
      "type": "string"
    },
    "productSellingModelId": {
      "type": "string"
    }
  },
  "required": [
    "product2Id"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}