AddToCart
Adds a specified item to the current user's cart in the Service Catalog.
Input
| Name | Type | Required | Description |
| ID | String | True | Specifies the unique Id of the catalog item to add to the current user's shopping cart, linking the request to a specific ServiceNow record. |
| Quantity | String | True | Defines the number of catalog items to add to the cart, ensuring the requested quantity is valid and available for order. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the AddToCart operation completed successfully and the item was added to the user's cart without errors. |