servicenow-powershell icon indicating copy to clipboard operation
servicenow-powershell copied to clipboard

Add Additional Namespace & Catalog Request Support

Open CATgwalker opened this issue 3 months ago • 2 comments

This PR adds a cmdlet for New-ServiceNowCatalogItem which uses the 'sn_sc' API namespace to add a catalog item request to a cart and then submits the cart as an order.

Extends Get-ServiceNowAuth and Invoke-ServiceNowRestMethod with a namespace parameter to support different Namespace endpoints; backwards compatibility is maintained by defaulting to the 'now' namespace if not specified.

CATgwalker avatar Oct 02 '25 19:10 CATgwalker