CPQ Products Sync REST Endpoints
Admin/CPQ Products Sync
CPQ Products Sync Endpoints
- Get job details by job ID
- Method: getPath:
/ccadmin/v1/cpq/products/jobs/{jobId}
- Get job history with pagination
- Method: getPath:
/ccadmin/v1/cpq/products/jobs
- Get the currently running CPQ product sync job
- Method: getPath:
/ccadmin/v1/cpq/products/jobs/current
- Initiate CPQ products sync
- Method: postPath:
/ccadmin/v1/cpq/products/sync
- Retrieve configuration settings for CPQ products sync
- Method: getPath:
/ccadmin/v1/cpq/products/configuration
- Retrieve sync status report for a specific job ID
- Method: getPath:
/ccadmin/v1/cpq/products/jobs/{jobId}/stats-report
- Update configuration settings for CPQ products sync
- Method: putPath:
/ccadmin/v1/cpq/products/configuration