Salesforce · Schema

ReadProductAPIRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
context object
View JSON Schema on GitHub

JSON Schema

salesforce-read-product-api-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "context": {
      "type": "object",
      "properties": {
        "pricebookId": {
          "type": "string",
          "example": "500123"
        },
        "currencyCode": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "pricebookId",
        "currencyCode"
      ]
    }
  },
  "required": [
    "context"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReadProductAPIRequest"
}