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