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: postPath:
/rest/v19/commerceProcessSetups/{processVarName}/integrations
- Create a Commerce Process
- Method: postPath:
/rest/v19/commerceProcessSetups
- Create a Commerce Process Data Column
- Method: postPath:
/rest/v19/commerceProcessSetups/{processVarName}/dataColumns
- Create a Commerce Process Document
- Method: postPath:
/rest/v19/commerceProcessSetups/{processVarName}/documents
- Delete a Commerce Process Document
- Method: deletePath:
/rest/v19/commerceProcessSetups/{processVarName}/documents/{id}/
- Delete an Undeployed Commerce Process
- Method: deletePath:
/rest/v19/commerceProcessSetups/{id}
- Get Commerce Process Auto-Unlock Actions
- Method: getPath:
/rest/v19/commerceProcessSetups/{processVarName}/autoUnlockActions
- Get Commerce Process Data Column References
- Method: getPath:
/rest/v19/commerceProcessSetups/{processVarName}/dataColumns/{id}
- Get Commerce Process Document Modify Options
- Method: getPath:
/rest/v19/commerceProcessSetups/{processVarName}/documents/{docVarName}/modifyTab
- Get Commerce Process Integration Initial Imports
- Method: getPath:
/rest/v19/commerceProcessSetups/{processVarName}/initialImports
- Get Commerce Process Integration Settings
- Method: getPath:
/rest/v19/commerceProcessSetups/integrationSettings
- Get Commerce Process Integration Types
- Method: getPath:
/rest/v19/commerceProcessSetups/integrationTypes
- Get Commerce Process Integrations
- Method: getPath:
/rest/v19/commerceProcessSetups/{processVarName}/integrations
- Perform Commerce Process Deployment Center Actions
- Method: postPath:
/rest/v19/commerceProcessSetups/{processVarName}/deploymentCenter/actions
- Update a Commerce Process
- Method: patchPath:
/rest/v19/commerceProcessSetups/{processVarName}
- Update a Commerce Process Data Column
- Method: patchPath:
/rest/v19/commerceProcessSetups/{processVarName}/dataColumns/{id}
- Update a Commerce Process Document
- Method: patchPath:
/rest/v19/commerceProcessSetups/{processVarName}/documents/{docVarName}
- Update a Commerce Process Integration
- Method: patchPath:
/rest/v19/commerceProcessSetups/{processVarName}/integrations/{integrationVarName}
- Update Commerce Process Document Modify Options
- Method: patchPath:
/rest/v19/commerceProcessSetups/{processVarName}/documents/{docVarName}/modifyTab