Submits the Service Catalog shopping cart and creates a service catalog request. This action checks out the user cart, creates a service catalog request with all items in the cart, and returns the request ID and number for tracking. The cart contents are converted into a submitt…
cart_idstringThe unique system ID (sys_id) of the Service Catalog shopping cart to submit. This is a 32-character hexadecimal string that uniquely identifies the cart record. Example: 'cart_sys_id'. If not provided, the current user's active cart will be used.
quantityintegerThe quantity of items to order. If specified, applies to all items in the cart. Defaults to 1 if not specified.
variablesobjectDictionary of catalog item variables (answers) to set during submission. The keys should be the variable IDs (not the labels) as defined in the catalog item. Example: {'reason': 'New laptop needed', 'location': 'NYC'}
ignore_pricebooleanSet to true to ignore price changes that may have occurred since items were added to cart. When false (default), the order may fail if prices have changed.
requested_forstringThe user ID (sys_id or username) to submit the order on behalf of. Use this parameter when submitting an order for another user. Example: 'requested_for_sys_id' or 'john.doe'
no_attachment_found_warningsbooleanSet to true to suppress warnings when required attachments are missing. The order will still be submitted even if warnings would normally be generated.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.