Salesforce · Example Payload

Salesforce Promotion Limits Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Promotion Limits Example is an example object payload from Salesforce, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

perLineItemLimitvouchersLimitvouchersPerCustomerLimitperCartLimitusePerCustomerLimitliabilityLimitloyaltyProgramCurrencypointsPerCustomerLimit

Example Payload

Raw ↑
{
  "perLineItemLimit": 10,
  "vouchersLimit": 10,
  "vouchersPerCustomerLimit": 10,
  "perCartLimit": 10,
  "usePerCustomerLimit": 10,
  "liabilityLimit": 10,
  "loyaltyProgramCurrency": {
    "id": "abc123"
  },
  "pointsPerCustomerLimit": 10
}