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 Proccess 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 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
Get Commerce Process Integration Initial Imports
Method: get
Path: /rest/v19/commerceProcessSetups/{processVarName}/initialImports
Get Commerce Process Integration Settings
Method: get
Path: /rest/v19/commerceProcessSetups/integrationSettings
Get Commerce Process Integration Types
Method: get
Path: /rest/v19/commerceProcessSetups/integrationTypes
Get Commerce Process Integrations
Method: get
Path: /rest/v19/commerceProcessSetups/{processVarName}/integrations
Perform Commerce Process Deployment Center Actions
Method: post
Path: /rest/v19/commerceProcessSetups/{processVarName}/deploymentCenter/actions
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 a Commerce Process Integration
Method: patch
Path: /rest/v19/commerceProcessSetups/{processVarName}/integrations/{integrationVarName}
Update Commerce Process Document Modify Options
Method: patch
Path: /rest/v19/commerceProcessSetups/{processVarName}/documents/{docVarName}/modifyTab