ServiceNow · Example Payload

Servicenow Service Catalog Cart Item Example

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Servicenow Service Catalog Cart Item Example is an example object payload from ServiceNow, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cart_item_idcatalog_item_idquantitysubtotal

Example Payload

Raw ↑
{
  "cart_item_id": "500123",
  "catalog_item_id": "500123",
  "quantity": 10,
  "subtotal": 42
}