Commerce Process Setups REST Endpoints
Commerce Process Setups
- Create a Commerce Process
- Method: postPath:
/rest/v19/commerceProcessSetups - Delete a Commerce Process
- Method: deletePath:
/rest/v19/commerceProcessSetups/{processId} - Get Commerce Process Auto Unlock Actions
- Method: getPath:
/rest/v19/commerceProcessSetups/{processVarName}/autoUnlockActions - Invoke a Commerce Deployment Center Action
- Method: postPath:
/rest/v19/commerceProcessSetups/{processVarName}/deploymentCenter/actions - Update a Commerce Process
- Method: patchPath:
/rest/v19/commerceProcessSetups/{processVarName}