Commerce Process Setups REST Endpoints

Commerce/Commerce Process Setups
These REST API enpoints provide web service support for administrative tasks associated with managing processes.
Create a Commence Integration
Method: post
Path: /rest/v19/commerceProcessSetups/{processVarName}/integrations
Create a Commerce Process
Method: post
Path: /rest/v19/commerceProcessSetups
Create a Commerce Process Data Column
Method: post
Path: /rest/v19/commerceProcessSetups/{processVarName}/dataColumns
Create a Commerce Process Document
Method: post
Path: /rest/v19/commerceProcessSetups/{processVarName}/documents
Delete a Commerce Process Document
Method: delete
Path: /rest/v19/commerceProcessSetups/{processVarName}/documents/{id}/
Delete an Undeployed Commerce Process
Method: delete
Path: /rest/v19/commerceProcessSetups/{id}
Get Commerce Integration Initial Imports
Method: get
Path: /rest/v19/commerceProcessSetups/{processVarName}/initialImports
Get Commerce Integration Settings
Method: get
Path: /rest/v19/commerceProcessSetups/integrationSettings
Get Commerce Integration Types
Method: get
Path: /rest/v19/commerceProcessSetups/integrationTypes
Get Commerce Integrations
Method: get
Path: /rest/v19/commerceProcessSetups/{processVarName}/integrations
Get Commerce Process Auto-Unlock Actions
Method: get
Path: /rest/v19/commerceProcessSetups/{processVarName}/autoUnlockActions
Get Commerce Process Data Column References
Method: get
Path: /rest/v19/commerceProcessSetups/{processVarName}/dataColumns/{id}
Get Commerce Process Document Modify Options
Method: get
Path: /rest/v19/commerceProcessSetups/{processVarName}/documents/{docVarName}/modifyTab
Perform Commerce Process Deployment Center Actions
Method: post
Path: /rest/v19/commerceProcessSetups/{processVarName}/deploymentCenter/actions
Update a Commerce Integration
Method: patch
Path: /rest/v19/commerceProcessSetups/{processVarName}/integrations/{integrationVarName}
Update a Commerce Process
Method: patch
Path: /rest/v19/commerceProcessSetups/{processVarName}
Update a Commerce Process Data Column
Method: patch
Path: /rest/v19/commerceProcessSetups/{processVarName}/dataColumns/{id}
Update a Commerce Process Document
Method: patch
Path: /rest/v19/commerceProcessSetups/{processVarName}/documents/{docVarName}
Update Commerce Process Document Modify Options
Method: patch
Path: /rest/v19/commerceProcessSetups/{processVarName}/documents/{docVarName}/modifyTab