@salesforce/b2c-tooling-sdk 1.15.1 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/content-schemas/regiondefinition.json +1 -0
- package/data/job-steps/CatalogDeltaExport.md +31 -0
- package/data/job-steps/CreateSitemap.md +22 -0
- package/data/job-steps/CustomerListsDeltaExport.md +30 -0
- package/data/job-steps/DownloadActiveDataFromStorage.md +24 -0
- package/data/job-steps/ExecuteCategorizationRules.md +25 -0
- package/data/job-steps/ExecuteDataReplication.md +24 -0
- package/data/job-steps/ExecutePipeline.md +24 -0
- package/data/job-steps/ExecutePreconfiguredCodeReplicationProcess.md +24 -0
- package/data/job-steps/ExecutePreconfiguredDataReplicationProcess.md +24 -0
- package/data/job-steps/ExecuteScriptModule.md +27 -0
- package/data/job-steps/ExportABTests.md +30 -0
- package/data/job-steps/ExportAssignments.md +30 -0
- package/data/job-steps/ExportCatalog.md +37 -0
- package/data/job-steps/ExportContent.md +31 -0
- package/data/job-steps/ExportContentSlots.md +30 -0
- package/data/job-steps/ExportCouponCodes.md +33 -0
- package/data/job-steps/ExportCoupons.md +30 -0
- package/data/job-steps/ExportCustomObjects.md +31 -0
- package/data/job-steps/ExportCustomerGroups.md +30 -0
- package/data/job-steps/ExportCustomerList.md +31 -0
- package/data/job-steps/ExportCustomers.md +30 -0
- package/data/job-steps/ExportFacebookFeed.md +26 -0
- package/data/job-steps/ExportGiftCertificates.md +30 -0
- package/data/job-steps/ExportInventoryLists.md +31 -0
- package/data/job-steps/ExportMetaData.md +32 -0
- package/data/job-steps/ExportOrders.md +42 -0
- package/data/job-steps/ExportPageLocalization.md +34 -0
- package/data/job-steps/ExportPriceBook.md +31 -0
- package/data/job-steps/ExportProductLists.md +34 -0
- package/data/job-steps/ExportPromotions.md +30 -0
- package/data/job-steps/ExportShippingMethods.md +30 -0
- package/data/job-steps/ExportSourceCodeGroups.md +30 -0
- package/data/job-steps/ExportStores.md +31 -0
- package/data/job-steps/ExportTaxTable.md +30 -0
- package/data/job-steps/ImportABTests.md +34 -0
- package/data/job-steps/ImportActiveData.md +33 -0
- package/data/job-steps/ImportAssignments.md +34 -0
- package/data/job-steps/ImportCatalog.md +34 -0
- package/data/job-steps/ImportContent.md +34 -0
- package/data/job-steps/ImportContentSlots.md +34 -0
- package/data/job-steps/ImportCouponCodeRedemptions.md +34 -0
- package/data/job-steps/ImportCoupons.md +34 -0
- package/data/job-steps/ImportCustomObjects.md +34 -0
- package/data/job-steps/ImportCustomerGroups.md +34 -0
- package/data/job-steps/ImportCustomerList.md +34 -0
- package/data/job-steps/ImportCustomerLists.md +34 -0
- package/data/job-steps/ImportCustomers.md +34 -0
- package/data/job-steps/ImportGiftCertificates.md +34 -0
- package/data/job-steps/ImportInventoryLists.md +35 -0
- package/data/job-steps/ImportKeyValueMapping.md +35 -0
- package/data/job-steps/ImportPageLocalization.md +34 -0
- package/data/job-steps/ImportPriceBook.md +34 -0
- package/data/job-steps/ImportProductLists.md +34 -0
- package/data/job-steps/ImportPromotions.md +34 -0
- package/data/job-steps/ImportShippingMethods.md +34 -0
- package/data/job-steps/ImportSiteArchive.md +30 -0
- package/data/job-steps/ImportSourceCodeGroups.md +34 -0
- package/data/job-steps/ImportStores.md +34 -0
- package/data/job-steps/ImportTaxTable.md +34 -0
- package/data/job-steps/IncludeStepsFromJob.md +24 -0
- package/data/job-steps/InvalidateCache.md +26 -0
- package/data/job-steps/LibraryDeltaExport.md +30 -0
- package/data/job-steps/SearchReindex.md +27 -0
- package/data/job-steps/SiteExport.md +32 -0
- package/data/job-steps/UndoPreconfiguredCodeReplicationProcess.md +24 -0
- package/data/job-steps/UndoPreconfiguredDataReplicationProcess.md +24 -0
- package/data/job-steps/UpdateStorefrontURLs.md +22 -0
- package/data/job-steps/UploadActiveDataBackupToStorage.md +22 -0
- package/data/job-steps/UploadActiveDataToStorage.md +24 -0
- package/data/job-steps/index.json +426 -0
- package/data/job-steps/job-steps.json +2910 -0
- package/data/job-steps/job-steps.md +96 -0
- package/data/script-api/TopLevel.APIException.md +1 -1
- package/data/script-api/dw.catalog.CatalogMgr.md +8 -2
- package/data/script-api/dw.crypto.Cipher.md +5 -1
- package/data/script-api/dw.customer.Profile.md +45 -0
- package/data/script-api/dw.customer.consent.ConsentStatusEntry.md +92 -0
- package/data/script-api/dw.customer.consent.MarketingConsentSubscription.md +247 -0
- package/data/script-api/dw.customer.consent.ShopperConsentErrorCodes.md +74 -0
- package/data/script-api/dw.customer.consent.ShopperConsentException.md +63 -0
- package/data/script-api/dw.customer.consent.ShopperConsentMgr.md +152 -0
- package/data/script-api/dw.customer.consent.md +10 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsHooks.md +24 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md +76 -0
- package/data/script-api/dw.object.CustomAttributes.md +72 -29
- package/data/script-api/dw.object.md +1 -1
- package/data/script-api/dw.order.Basket.md +3 -2
- package/data/script-api/dw.order.GiftCertificateLineItem.md +1 -1
- package/data/script-api/dw.order.LineItem.md +88 -0
- package/data/script-api/dw.order.LineItemCtnr.md +41 -11
- package/data/script-api/dw.order.LineItemTax.md +142 -0
- package/data/script-api/dw.order.OrderMgr.md +8 -0
- package/data/script-api/dw.order.PriceAdjustment.md +1 -1
- package/data/script-api/dw.order.ProductLineItem.md +1 -1
- package/data/script-api/dw.order.ProductShippingLineItem.md +1 -1
- package/data/script-api/dw.order.Shipment.md +12 -4
- package/data/script-api/dw.order.ShippingLineItem.md +1 -1
- package/data/script-api/dw.order.TaxMgr.md +54 -0
- package/data/script-api/dw.order.hooks.TaxHooks.md +495 -0
- package/data/script-api/dw.order.hooks.md +1 -0
- package/data/script-api/dw.order.md +1 -0
- package/data/script-api/dw.sitemap.SitemapFile.md +1 -1
- package/data/script-api/dw.sitemap.SitemapMgr.md +23 -0
- package/data/script-api/dw.system.Request.md +0 -1
- package/data/script-api/dw.util.Assert.md +29 -0
- package/data/script-api/dw.util.Locale.md +5 -2
- package/data/script-api/dw.web.Cookie.md +0 -6
- package/data/script-api/dw.web.PageMetaTag.md +25 -1
- package/data/script-api/dw.ws.WSUtil.md +2 -2
- package/data/script-api/index.json +49 -2
- package/data/script-api/index.md +2 -1
- package/data/xsd/commercefeaturestate.xsd +1 -0
- package/data/xsd/customer.xsd +11 -0
- package/data/xsd/eventrouting.xsd +257 -0
- package/data/xsd/index.json +6 -2
- package/data/xsd/order.xsd +53 -0
- package/data/xsd/store.xsd +8 -0
- package/data/xsd/storefronts.xsd +57 -1
- package/dist/esm/auth/dispatch-fetch.js +9 -2
- package/dist/esm/auth/dispatch-fetch.js.map +1 -1
- package/dist/esm/auth/oauth-jwt.js +9 -1
- package/dist/esm/auth/oauth-jwt.js.map +1 -1
- package/dist/esm/auth/oauth.js +9 -1
- package/dist/esm/auth/oauth.js.map +1 -1
- package/dist/esm/auth/stateful-oauth-strategy.js +26 -3
- package/dist/esm/auth/stateful-oauth-strategy.js.map +1 -1
- package/dist/esm/clients/am-api.js +9 -1
- package/dist/esm/clients/am-api.js.map +1 -1
- package/dist/esm/clients/middleware.js +9 -1
- package/dist/esm/clients/middleware.js.map +1 -1
- package/dist/esm/clients/webdav.js +14 -6
- package/dist/esm/clients/webdav.js.map +1 -1
- package/dist/esm/docs/search.d.ts +6 -3
- package/dist/esm/docs/search.js +39 -8
- package/dist/esm/docs/search.js.map +1 -1
- package/dist/esm/docs/types.d.ts +1 -0
- package/dist/esm/docs/types.js +1 -0
- package/dist/esm/docs/types.js.map +1 -1
- package/dist/esm/errors/index.d.ts +1 -0
- package/dist/esm/errors/index.js +1 -0
- package/dist/esm/errors/index.js.map +1 -1
- package/dist/esm/errors/network-error.d.ts +104 -0
- package/dist/esm/errors/network-error.js +301 -0
- package/dist/esm/errors/network-error.js.map +1 -0
- package/dist/esm/operations/cap/pull.js +4 -1
- package/dist/esm/operations/cap/pull.js.map +1 -1
- package/dist/esm/operations/code/constants.d.ts +17 -0
- package/dist/esm/operations/code/constants.js +23 -0
- package/dist/esm/operations/code/constants.js.map +1 -0
- package/dist/esm/operations/code/deploy.js +31 -2
- package/dist/esm/operations/code/deploy.js.map +1 -1
- package/dist/esm/operations/code/download.js +1 -2
- package/dist/esm/operations/code/download.js.map +1 -1
- package/dist/esm/operations/debug/dap-adapter.d.ts +9 -0
- package/dist/esm/operations/debug/dap-adapter.js +17 -0
- package/dist/esm/operations/debug/dap-adapter.js.map +1 -1
- package/dist/esm/operations/debug/debug-session.d.ts +8 -0
- package/dist/esm/operations/debug/debug-session.js +18 -0
- package/dist/esm/operations/debug/debug-session.js.map +1 -1
- package/dist/esm/operations/debug/sdapi-client.d.ts +30 -0
- package/dist/esm/operations/debug/sdapi-client.js +80 -6
- package/dist/esm/operations/debug/sdapi-client.js.map +1 -1
- package/dist/esm/skills/github.js +77 -24
- package/dist/esm/skills/github.js.map +1 -1
- package/dist/esm/slas/token.js +9 -1
- package/dist/esm/slas/token.js.map +1 -1
- package/package.json +4 -2
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: ImportSourceCodeGroups
|
|
3
|
+
|
|
4
|
+
**Type ID:** `ImportSourceCodeGroups`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Import)
|
|
7
|
+
|
|
8
|
+
Imports source code groups in the specified mode.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `AfterImportFileHandling` | Yes | `Archive` | `Keep`, `Delete`, `Archive`, `Archive Zipped`, `Archive In Subfolders`, `Archive Overwrite Existing` | What to do with the import file after successful or failed import. The handling is not performed if there was a locking problem, or if ImportFailedHandling is ERROR and the file failed to validate. |
|
|
17
|
+
| `ArchiveFolder` | No | `archive` | — | Folder to store archived import files. Used when 'AfterImportFileHandling' is 'Archive' or 'Archive Zipped'. Folder location relative to 'IMPEX/' folder. If not defined 'IMPEX/archive/' is used. |
|
|
18
|
+
| `FileNamePattern` | No | — | — | Regular expression pattern to select import files, e.g. 'import_.*\.xml'. Matching files are imported in alphanumerical order. If not defined all files in working folder are imported. |
|
|
19
|
+
| `ImportFailedHandling` | Yes | `WARN` | `ERROR`, `WARN` | The step exit status that will be used when the import process failed. |
|
|
20
|
+
| `ImportMode` | Yes | `Merge` | `Merge`, `Delete`, `Replace`, `Update` | The import mode. |
|
|
21
|
+
| `NoFilesFoundHandling` | Yes | `NO_FILES_FOUND` | `OK`, `ERROR`, `WARN`, `NO_FILES_FOUND` | The step exit status that will be used when no matching files were found. |
|
|
22
|
+
| `WorkingFolder` | No | — | — | The folder that contains the import files, relative to the 'IMPEX/src/' folder. If not defined 'IMPEX/src/' is used as working folder. |
|
|
23
|
+
|
|
24
|
+
## Working With IMPEX Files
|
|
25
|
+
|
|
26
|
+
This step reads files from the instance IMPEX area. `WorkingFolder` is resolved relative to `IMPEX/src/` (and defaults to `IMPEX/src/`); use `FileNamePattern` to select which file(s) to import. A prior step — custom or standard — that writes a file under `IMPEX/src/...` can hand off directly to this step. See the chaining example in the `b2c:b2c-custom-job-steps` skill.
|
|
27
|
+
|
|
28
|
+
## Related
|
|
29
|
+
|
|
30
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
31
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
32
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
33
|
+
|
|
34
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: ImportStores
|
|
3
|
+
|
|
4
|
+
**Type ID:** `ImportStores`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Import)
|
|
7
|
+
|
|
8
|
+
Imports Stores based on store.xsd
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `AfterImportFileHandling` | Yes | `Archive` | `Keep`, `Delete`, `Archive`, `Archive Zipped`, `Archive In Subfolders`, `Archive Overwrite Existing` | What to do with the import file after successful or failed import. |
|
|
17
|
+
| `ArchiveFolder` | No | `archive` | — | Folder to store archived import files. Used when 'AfterImportFileHandling' is 'Archive' or 'Archive Zipped'. Folder location relative to 'IMPEX/' folder. If not defined 'IMPEX/archive/' is used. |
|
|
18
|
+
| `FileNamePattern` | No | `.*\.xml` | — | Regular expression pattern to select import files, e.g. 'import_.*\.xml'. Matching files are imported in alphanumerical order. If not defined, all files in the working folder are imported. |
|
|
19
|
+
| `ImportFailedHandling` | Yes | `WARN` | `ERROR`, `WARN` | The step exit status that will be used when the import process failed. |
|
|
20
|
+
| `ImportMode` | Yes | `Merge` | `Merge`, `Delete`, `Replace`, `Update` | The import mode. |
|
|
21
|
+
| `NoFilesFoundHandling` | Yes | `NO_FILES_FOUND` | `OK`, `ERROR`, `WARN`, `NO_FILES_FOUND` | The step exit status that will be used when no matching files were found. |
|
|
22
|
+
| `WorkingFolder` | No | — | — | The folder that contains the import files, relative to the 'IMPEX/src/' folder. If not defined 'IMPEX/src/' is used as working folder. |
|
|
23
|
+
|
|
24
|
+
## Working With IMPEX Files
|
|
25
|
+
|
|
26
|
+
This step reads files from the instance IMPEX area. `WorkingFolder` is resolved relative to `IMPEX/src/` (and defaults to `IMPEX/src/`); use `FileNamePattern` to select which file(s) to import. A prior step — custom or standard — that writes a file under `IMPEX/src/...` can hand off directly to this step. See the chaining example in the `b2c:b2c-custom-job-steps` skill.
|
|
27
|
+
|
|
28
|
+
## Related
|
|
29
|
+
|
|
30
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
31
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
32
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
33
|
+
|
|
34
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: ImportTaxTable
|
|
3
|
+
|
|
4
|
+
**Type ID:** `ImportTaxTable`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Import)
|
|
7
|
+
|
|
8
|
+
Imports Tax Classes, Tax Jurisdictions and Tax Rates from the given ImportFile in the specified mode.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `AfterImportFileHandling` | Yes | `Archive` | `Keep`, `Delete`, `Archive`, `Archive Zipped`, `Archive In Subfolders`, `Archive Overwrite Existing` | What to do with the import file after successful or failed import. The handling is not performed if there was a locking problem, or if ImportFailedHandling is ERROR and the file failed to validate. |
|
|
17
|
+
| `ArchiveFolder` | No | `archive` | — | Folder to store archived import files. Used when 'AfterImportFileHandling' is 'Archive' or 'Archive Zipped'. Folder location relative to 'IMPEX/' folder. If not defined 'IMPEX/archive/' is used. |
|
|
18
|
+
| `FileNamePattern` | No | — | — | Regular expression pattern to select import files, e.g. 'import_.*\.xml'. Matching files are imported in alphanumerical order. If not defined all files in working folder are imported. |
|
|
19
|
+
| `ImportFailedHandling` | Yes | `WARN` | `ERROR`, `WARN` | The step exit status that will be used when the import process failed. |
|
|
20
|
+
| `ImportMode` | Yes | `Merge` | `Merge`, `Delete`, `Replace`, `Update` | The import mode. |
|
|
21
|
+
| `NoFilesFoundHandling` | Yes | `NO_FILES_FOUND` | `OK`, `ERROR`, `WARN`, `NO_FILES_FOUND` | The step exit status that will be used when no matching files were found. |
|
|
22
|
+
| `WorkingFolder` | No | — | — | The folder that contains the import files, relative to the 'IMPEX/src/' folder. If not defined 'IMPEX/src/' is used as working folder. |
|
|
23
|
+
|
|
24
|
+
## Working With IMPEX Files
|
|
25
|
+
|
|
26
|
+
This step reads files from the instance IMPEX area. `WorkingFolder` is resolved relative to `IMPEX/src/` (and defaults to `IMPEX/src/`); use `FileNamePattern` to select which file(s) to import. A prior step — custom or standard — that writes a file under `IMPEX/src/...` can hand off directly to this step. See the chaining example in the `b2c:b2c-custom-job-steps` skill.
|
|
27
|
+
|
|
28
|
+
## Related
|
|
29
|
+
|
|
30
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
31
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
32
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
33
|
+
|
|
34
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: IncludeStepsFromJob
|
|
3
|
+
|
|
4
|
+
**Type ID:** `IncludeStepsFromJob`
|
|
5
|
+
**Scope:** Organization & Sites (add to an organization- or site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Includes steps from another job. This step makes it easy to create a set of standard steps that you can execute in multiple jobs. It is recommended to use the IncludeStepsFromJob step in single execution scope flows only (Organization or one specific Storefront Site). If the IncludeStepsFromJob step is used in multi-site execution scope flows (more than one specific Storefront Site, All Storefront Sites) inclusion of the steps is done multiple times.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `JobID` | Yes | — | — | The ID of the job to import steps from. |
|
|
17
|
+
|
|
18
|
+
## Related
|
|
19
|
+
|
|
20
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
21
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
22
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
23
|
+
|
|
24
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: InvalidateCache
|
|
3
|
+
|
|
4
|
+
**Type ID:** `InvalidateCache`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Invalidate Page and Static Content Cache Invalidates the page cache and/or static content cache (images, styles, etc.) of the sites specified for the job flow. Portions of the page cache may be invalidated by specifying a set of page cache partition IDs, which will invalidate only the page cache that matches the controllers/pipelines specified with these partitions.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `InvalidatePageCache` | Yes | `true` | — | If selected, then pages in the page cache are deleted. If the PageCachePartitionIDs parameters is specified, only those partitions are invalidated, otherwise the entire page cache. |
|
|
17
|
+
| `InvalidateStaticCache` | Yes | `true` | — | If selected, then all files in the static content cache are invalidated. Page cache should be invalidated at the same time to refresh static content URLs. |
|
|
18
|
+
| `PageCachePartitionIDs` | No | — | — | A comma separated list of page cache partition IDs to invalidate in the page cache. If specified, only the portion of the page cache specified by the partitions is invalidated, as opposed to the entire page cache. |
|
|
19
|
+
|
|
20
|
+
## Related
|
|
21
|
+
|
|
22
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
23
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
24
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
25
|
+
|
|
26
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: LibraryDeltaExport
|
|
3
|
+
|
|
4
|
+
**Type ID:** `LibraryDeltaExport`
|
|
5
|
+
**Scope:** Organization (add to an organization-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Export)
|
|
7
|
+
|
|
8
|
+
Creates Delta Export for Libraries. Support must be contacted to enable delta exports.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `Consumers` | Yes | — | — | Comma Separated List of consumers. Limit of 1000 characters |
|
|
17
|
+
| `ExportFile` | Yes | — | — | Delta Export name and Export file name and path relative to 'IMPEX/src'. |
|
|
18
|
+
| `LibraryIDs` | Yes | — | — | Comma Separated list of Library Content Ids to be exported. Limit of 1000 characters |
|
|
19
|
+
|
|
20
|
+
## Working With IMPEX Files
|
|
21
|
+
|
|
22
|
+
This step writes a file into the instance IMPEX area (typically under `IMPEX/src/...`). The produced file can be consumed by a later step in the same flow (for example a replication or a custom processing step) or downloaded via WebDAV. See the `b2c:b2c-custom-job-steps` skill for IMPEX hand-off patterns.
|
|
23
|
+
|
|
24
|
+
## Related
|
|
25
|
+
|
|
26
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
27
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
28
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
29
|
+
|
|
30
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: SearchReindex
|
|
3
|
+
|
|
4
|
+
**Type ID:** `SearchReindex`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Rebuilds or updates search indexes. The number of search indexes that can be rebuilt or updated in parallel is globally limited. If the limit is exceeded, any rebuild or update action will be queued and executed once resources are available again.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `Active data search index` | No | `false` | — | Reindex active data search indexes. |
|
|
17
|
+
| `Content search index` | No | `false` | — | Reindex content search indexes. |
|
|
18
|
+
| `Indexer Type` | Yes | `Full Index Rebuild` | `Full Index Rebuild`, `Incremental Index Update` | Determines whether to rebuild or update incrementally. |
|
|
19
|
+
| `Product related search indexes` | No | `false` | — | Reindex product related search indexes which contain 'Product', 'Suggest' and 'Synonym' search indexes. |
|
|
20
|
+
|
|
21
|
+
## Related
|
|
22
|
+
|
|
23
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
24
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
25
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
26
|
+
|
|
27
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: SiteExport
|
|
3
|
+
|
|
4
|
+
**Type ID:** `SiteExport`
|
|
5
|
+
**Scope:** Organization (add to an organization-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Export)
|
|
7
|
+
|
|
8
|
+
Exports site data. The DataUnits parameter defines which objects are included in the export. Its function is similar to the Data Units to Export field on the Business Manager Site Import & Export page. The parameter requires a string in JSON format that describes the data to be exported. Units not included in the JSON are not included in the export.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `DataUnits` | Yes | — | — | String in JSON format that describes the data to be exported. |
|
|
17
|
+
| `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src/instance'. Required if not using FileNamePrefix. |
|
|
18
|
+
| `FileNamePrefix` | No | — | — | Prefix for the export file. Can include a path relative to 'IMPEX/src/instance'. The timestamp is appended. To order the files chronologically, sort alphabetically. Required if not using ExportFile. |
|
|
19
|
+
| `OverwriteExportFile` | Yes | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job exits and reports an error. |
|
|
20
|
+
| `SaveOnRealm` | Yes | `false` | — | If selected, the export file will be saved in the global realm directory. |
|
|
21
|
+
|
|
22
|
+
## Working With IMPEX Files
|
|
23
|
+
|
|
24
|
+
This step writes a file into the instance IMPEX area (typically under `IMPEX/src/...`). The produced file can be consumed by a later step in the same flow (for example a replication or a custom processing step) or downloaded via WebDAV. See the `b2c:b2c-custom-job-steps` skill for IMPEX hand-off patterns.
|
|
25
|
+
|
|
26
|
+
## Related
|
|
27
|
+
|
|
28
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
29
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
30
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
31
|
+
|
|
32
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: UndoPreconfiguredCodeReplicationProcess
|
|
3
|
+
|
|
4
|
+
**Type ID:** `UndoPreconfiguredCodeReplicationProcess`
|
|
5
|
+
**Scope:** Organization (add to an organization-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Undo the preconfigured code replication process with the ID defined at parameter 'ReplicationProcessID'. The given code replication process must have been executed using a step of type 'ExecutePreconfiguredCodeReplicationProcess' by this job.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `ReplicationProcessID` | Yes | — | — | The ID of the preconfigured replication process. |
|
|
17
|
+
|
|
18
|
+
## Related
|
|
19
|
+
|
|
20
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
21
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
22
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
23
|
+
|
|
24
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: UndoPreconfiguredDataReplicationProcess
|
|
3
|
+
|
|
4
|
+
**Type ID:** `UndoPreconfiguredDataReplicationProcess`
|
|
5
|
+
**Scope:** Organization (add to an organization-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Undo the preconfigured data replication process with the ID defined at parameter 'ReplicationProcessID'. The given data replication process must have been executed using a step of type 'ExecutePreconfiguredDataReplicationProcess' by the same job.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `ReplicationProcessID` | Yes | — | — | The ID of the preconfigured replication process. |
|
|
17
|
+
|
|
18
|
+
## Related
|
|
19
|
+
|
|
20
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
21
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
22
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
23
|
+
|
|
24
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: UpdateStorefrontURLs
|
|
3
|
+
|
|
4
|
+
**Type ID:** `UpdateStorefrontURLs`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Updates the Storefront URLs for objects like categories, products, folders and content assets. This will update the URLs for all sites assigned under 'Scope'. This job step will not work in production instances and the storefront URLs are to be replicated from STG.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
This step takes no configuration parameters.
|
|
15
|
+
|
|
16
|
+
## Related
|
|
17
|
+
|
|
18
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
19
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
20
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
21
|
+
|
|
22
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: UploadActiveDataBackupToStorage
|
|
3
|
+
|
|
4
|
+
**Type ID:** `UploadActiveDataBackupToStorage`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Upload current site's active data to storage system (as a backup). This step uploads active data as a backup to storage system during a site move if active data is required to migrate to the new site.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
This step takes no configuration parameters.
|
|
15
|
+
|
|
16
|
+
## Related
|
|
17
|
+
|
|
18
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
19
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
20
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
21
|
+
|
|
22
|
+
<!-- prettier-ignore-end -->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Job Step: UploadActiveDataToStorage
|
|
3
|
+
|
|
4
|
+
**Type ID:** `UploadActiveDataToStorage`
|
|
5
|
+
**Scope:** Site (add to a site-level job flow)
|
|
6
|
+
**Category:** Standard / system job step (Processing)
|
|
7
|
+
|
|
8
|
+
Upload current site's active data to storage system. This step uploads active data from an old site to storage system during a site move if active data is required to migrate to the new site. Before this step can run, put the old site in 'Maintenance' mode for at least 90 minutes. This lets the old site fully process active data before the migration happens. When the job finishes, copy the storage folder name from the job log.
|
|
9
|
+
|
|
10
|
+
This is a built-in (standard) job step provided by the B2C Commerce platform. Add it to a job flow in **Business Manager → Administration → Operations → Jobs**, or reference it by its type ID in a `jobs.xml` flow inside a site-import archive.
|
|
11
|
+
|
|
12
|
+
## Configuration Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Required | Default | Allowed Values | Description |
|
|
15
|
+
| --- | --- | --- | --- | --- |
|
|
16
|
+
| `TargetRealm` | Yes | — | — | The 4-letter target realm where the Active Data is intended to be downloaded by the DownoadActiveDataFromStorage step. |
|
|
17
|
+
|
|
18
|
+
## Related
|
|
19
|
+
|
|
20
|
+
- Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
|
|
21
|
+
- Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
|
|
22
|
+
- Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
|
|
23
|
+
|
|
24
|
+
<!-- prettier-ignore-end -->
|