Salesforce · Example Payload

Salesforce Cart Line Detail Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

cartLineProductIdcartLineItemQuantitycartLineItemAmountcartLineProductCatalogId

Example Payload

Raw ↑
{
  "cartLineProductId": "500123",
  "cartLineItemQuantity": 10,
  "cartLineItemAmount": 10,
  "cartLineProductCatalogId": "500123"
}