Global Jobs
There are several global jobs you can use.
Full Active Data Index Update
This job builds all active-data-related search indexes for the given site scope
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-search-index-active-data-full-update/executionsRequest Document SearchIndexUpdateConfiguration Response Document JobExecution
Faults
Status Type Arguments Description 400 MissingSiteScopeParameterExceptionif the site scope parameter is missing 400 InvalidSiteScopeParameterExceptionsiteScopeValue (String) if the site scope parameter is empty or contains an invalid site id 400 JobAlreadyRunningExceptionjobId (String) if a full active data index update job is already running for any other site scope 403 UserAccessForbiddenExceptionmethod (String), path (String) if the user doesn’t have permission to build active-data-related search indexes for all sites of the site scope
Full Content Index Update
This job builds all content related search indexes for the given site scope
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-search-index-content-full-update/executionsRequest Document SearchIndexUpdateConfiguration Response Document JobExecution
Faults
Status Type Arguments Description 400 MissingSiteScopeParameterExceptionif the site scope parameter is missing 400 InvalidSiteScopeParameterExceptionsiteScopeValue (String) if the site scope parameter is empty or contains an invalid site id 400 JobAlreadyRunningExceptionjobId (String) if a full content index update job is already running for any other site scope 403 UserAccessForbiddenExceptionmethod (String), path (String) if the user doesn’t have permission to build content related search indexes for all sites of the site scope
Full Product Index Update
This job builds all product-related search indexes for the given site scope
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-search-index-product-full-update/executionsRequest Document SearchIndexUpdateConfiguration Response Document JobExecution
Faults
Status Type Arguments Description 400 MissingSiteScopeParameterExceptionif the site scope parameter is missing 400 InvalidSiteScopeParameterExceptionsiteScopeValue (String) if the site scope parameter is empty or contains an invalid site id 400 JobAlreadyRunningExceptionjobId (String) if a full product index update job is already running for any other site scope 403 UserAccessForbiddenExceptionmethod (String), path (String) if the user doesn’t have permission to build product-related search indexes for all sites of the site scope
Incremental Active Data Index Update
This job updates all active-data-related search indexes for the given site scope
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-search-index-active-data-incremental-update/executionsRequest Document SearchIndexUpdateConfiguration Response Document JobExecution
Faults
Status Type Arguments Description 400 MissingSiteScopeParameterExceptionif the site scope parameter is missing 400 InvalidSiteScopeParameterExceptionsiteScopeValue (String) if the site scope parameter is empty or contains an invalid site id 400 JobAlreadyRunningExceptionjobId (String) if an incremental active data index update job is already running for any other site scope 403 UserAccessForbiddenExceptionmethod (String), path (String) if the user doesn’t have permission to update active-data-related search indexes for all given sites
Incremental Content Index Update
This job updates all content-related search indexes for the given site scope
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-search-index-content-incremental-update/executionsRequest Document SearchIndexUpdateConfiguration Response Document JobExecution
Faults
Status Type Arguments Description 400 MissingSiteScopeParameterExceptionif the site scope parameter is missing 400 InvalidSiteScopeParameterExceptionsiteScopeValue (String) if the site scope parameter is empty or contains an invalid site id 400 JobAlreadyRunningExceptionjobId (String) if an incremental content index update job is already running for any other site scope 403 UserAccessForbiddenExceptionmethod (String), path (String) if the user doesn’t have permission to build content related search indexes for all sites of the site scope
Incremental Product Index Update
This job updates all product-related search indexes for the given site scope
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-search-index-content-incremental-update/executionsRequest Document SearchIndexUpdateConfiguration Response Document JobExecution
Faults
Status Type Arguments Description 400 MissingSiteScopeParameterExceptionif the site scope parameter is missing 400 InvalidSiteScopeParameterExceptionsiteScopeValue (String) if the site scope parameter is empty or contains an invalid site id 400 JobAlreadyRunningExceptionjobId (String) if an incremental product index update job is already running for any other site scope 403 UserAccessForbiddenExceptionmethod (String), path (String) if the user doesn’t have permission to build product-related search indexes for all sites of the site scope
Site Archive Export
This job is for executing a site export to an archive file based on data unit configuration in json format.
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-site-archive-export/executionsRequest Document SiteArchiveExportConfiguration Response Document JobExecution
Site Archive Import
This job is for importing a whole site import ZIP file. The file is specified by its simple file name and must be already uploaded to the server. You can specify an import mode, where currently only ‘merge’ is supported.
Job Value Description URL POST https://hostname:port/dw/data/v24_5/jobs/sfcc-site-archive-import/executionsRequest Document SiteArchiveImportConfiguration Response Document JobExecution
Faults
Status Type Arguments Description 400 FileNotExistsExceptionfilePath (String) if the import file doesn’t exist