@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.
Files changed (168) hide show
  1. package/data/content-schemas/regiondefinition.json +1 -0
  2. package/data/job-steps/CatalogDeltaExport.md +31 -0
  3. package/data/job-steps/CreateSitemap.md +22 -0
  4. package/data/job-steps/CustomerListsDeltaExport.md +30 -0
  5. package/data/job-steps/DownloadActiveDataFromStorage.md +24 -0
  6. package/data/job-steps/ExecuteCategorizationRules.md +25 -0
  7. package/data/job-steps/ExecuteDataReplication.md +24 -0
  8. package/data/job-steps/ExecutePipeline.md +24 -0
  9. package/data/job-steps/ExecutePreconfiguredCodeReplicationProcess.md +24 -0
  10. package/data/job-steps/ExecutePreconfiguredDataReplicationProcess.md +24 -0
  11. package/data/job-steps/ExecuteScriptModule.md +27 -0
  12. package/data/job-steps/ExportABTests.md +30 -0
  13. package/data/job-steps/ExportAssignments.md +30 -0
  14. package/data/job-steps/ExportCatalog.md +37 -0
  15. package/data/job-steps/ExportContent.md +31 -0
  16. package/data/job-steps/ExportContentSlots.md +30 -0
  17. package/data/job-steps/ExportCouponCodes.md +33 -0
  18. package/data/job-steps/ExportCoupons.md +30 -0
  19. package/data/job-steps/ExportCustomObjects.md +31 -0
  20. package/data/job-steps/ExportCustomerGroups.md +30 -0
  21. package/data/job-steps/ExportCustomerList.md +31 -0
  22. package/data/job-steps/ExportCustomers.md +30 -0
  23. package/data/job-steps/ExportFacebookFeed.md +26 -0
  24. package/data/job-steps/ExportGiftCertificates.md +30 -0
  25. package/data/job-steps/ExportInventoryLists.md +31 -0
  26. package/data/job-steps/ExportMetaData.md +32 -0
  27. package/data/job-steps/ExportOrders.md +42 -0
  28. package/data/job-steps/ExportPageLocalization.md +34 -0
  29. package/data/job-steps/ExportPriceBook.md +31 -0
  30. package/data/job-steps/ExportProductLists.md +34 -0
  31. package/data/job-steps/ExportPromotions.md +30 -0
  32. package/data/job-steps/ExportShippingMethods.md +30 -0
  33. package/data/job-steps/ExportSourceCodeGroups.md +30 -0
  34. package/data/job-steps/ExportStores.md +31 -0
  35. package/data/job-steps/ExportTaxTable.md +30 -0
  36. package/data/job-steps/ImportABTests.md +34 -0
  37. package/data/job-steps/ImportActiveData.md +33 -0
  38. package/data/job-steps/ImportAssignments.md +34 -0
  39. package/data/job-steps/ImportCatalog.md +34 -0
  40. package/data/job-steps/ImportContent.md +34 -0
  41. package/data/job-steps/ImportContentSlots.md +34 -0
  42. package/data/job-steps/ImportCouponCodeRedemptions.md +34 -0
  43. package/data/job-steps/ImportCoupons.md +34 -0
  44. package/data/job-steps/ImportCustomObjects.md +34 -0
  45. package/data/job-steps/ImportCustomerGroups.md +34 -0
  46. package/data/job-steps/ImportCustomerList.md +34 -0
  47. package/data/job-steps/ImportCustomerLists.md +34 -0
  48. package/data/job-steps/ImportCustomers.md +34 -0
  49. package/data/job-steps/ImportGiftCertificates.md +34 -0
  50. package/data/job-steps/ImportInventoryLists.md +35 -0
  51. package/data/job-steps/ImportKeyValueMapping.md +35 -0
  52. package/data/job-steps/ImportPageLocalization.md +34 -0
  53. package/data/job-steps/ImportPriceBook.md +34 -0
  54. package/data/job-steps/ImportProductLists.md +34 -0
  55. package/data/job-steps/ImportPromotions.md +34 -0
  56. package/data/job-steps/ImportShippingMethods.md +34 -0
  57. package/data/job-steps/ImportSiteArchive.md +30 -0
  58. package/data/job-steps/ImportSourceCodeGroups.md +34 -0
  59. package/data/job-steps/ImportStores.md +34 -0
  60. package/data/job-steps/ImportTaxTable.md +34 -0
  61. package/data/job-steps/IncludeStepsFromJob.md +24 -0
  62. package/data/job-steps/InvalidateCache.md +26 -0
  63. package/data/job-steps/LibraryDeltaExport.md +30 -0
  64. package/data/job-steps/SearchReindex.md +27 -0
  65. package/data/job-steps/SiteExport.md +32 -0
  66. package/data/job-steps/UndoPreconfiguredCodeReplicationProcess.md +24 -0
  67. package/data/job-steps/UndoPreconfiguredDataReplicationProcess.md +24 -0
  68. package/data/job-steps/UpdateStorefrontURLs.md +22 -0
  69. package/data/job-steps/UploadActiveDataBackupToStorage.md +22 -0
  70. package/data/job-steps/UploadActiveDataToStorage.md +24 -0
  71. package/data/job-steps/index.json +426 -0
  72. package/data/job-steps/job-steps.json +2910 -0
  73. package/data/job-steps/job-steps.md +96 -0
  74. package/data/script-api/TopLevel.APIException.md +1 -1
  75. package/data/script-api/dw.catalog.CatalogMgr.md +8 -2
  76. package/data/script-api/dw.crypto.Cipher.md +5 -1
  77. package/data/script-api/dw.customer.Profile.md +45 -0
  78. package/data/script-api/dw.customer.consent.ConsentStatusEntry.md +92 -0
  79. package/data/script-api/dw.customer.consent.MarketingConsentSubscription.md +247 -0
  80. package/data/script-api/dw.customer.consent.ShopperConsentErrorCodes.md +74 -0
  81. package/data/script-api/dw.customer.consent.ShopperConsentException.md +63 -0
  82. package/data/script-api/dw.customer.consent.ShopperConsentMgr.md +152 -0
  83. package/data/script-api/dw.customer.consent.md +10 -0
  84. package/data/script-api/dw.extensions.payments.SalesforcePaymentsHooks.md +24 -0
  85. package/data/script-api/dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md +76 -0
  86. package/data/script-api/dw.object.CustomAttributes.md +72 -29
  87. package/data/script-api/dw.object.md +1 -1
  88. package/data/script-api/dw.order.Basket.md +3 -2
  89. package/data/script-api/dw.order.GiftCertificateLineItem.md +1 -1
  90. package/data/script-api/dw.order.LineItem.md +88 -0
  91. package/data/script-api/dw.order.LineItemCtnr.md +41 -11
  92. package/data/script-api/dw.order.LineItemTax.md +142 -0
  93. package/data/script-api/dw.order.OrderMgr.md +8 -0
  94. package/data/script-api/dw.order.PriceAdjustment.md +1 -1
  95. package/data/script-api/dw.order.ProductLineItem.md +1 -1
  96. package/data/script-api/dw.order.ProductShippingLineItem.md +1 -1
  97. package/data/script-api/dw.order.Shipment.md +12 -4
  98. package/data/script-api/dw.order.ShippingLineItem.md +1 -1
  99. package/data/script-api/dw.order.TaxMgr.md +54 -0
  100. package/data/script-api/dw.order.hooks.TaxHooks.md +495 -0
  101. package/data/script-api/dw.order.hooks.md +1 -0
  102. package/data/script-api/dw.order.md +1 -0
  103. package/data/script-api/dw.sitemap.SitemapFile.md +1 -1
  104. package/data/script-api/dw.sitemap.SitemapMgr.md +23 -0
  105. package/data/script-api/dw.system.Request.md +0 -1
  106. package/data/script-api/dw.util.Assert.md +29 -0
  107. package/data/script-api/dw.util.Locale.md +5 -2
  108. package/data/script-api/dw.web.Cookie.md +0 -6
  109. package/data/script-api/dw.web.PageMetaTag.md +25 -1
  110. package/data/script-api/dw.ws.WSUtil.md +2 -2
  111. package/data/script-api/index.json +49 -2
  112. package/data/script-api/index.md +2 -1
  113. package/data/xsd/commercefeaturestate.xsd +1 -0
  114. package/data/xsd/customer.xsd +11 -0
  115. package/data/xsd/eventrouting.xsd +257 -0
  116. package/data/xsd/index.json +6 -2
  117. package/data/xsd/order.xsd +53 -0
  118. package/data/xsd/store.xsd +8 -0
  119. package/data/xsd/storefronts.xsd +57 -1
  120. package/dist/esm/auth/dispatch-fetch.js +9 -2
  121. package/dist/esm/auth/dispatch-fetch.js.map +1 -1
  122. package/dist/esm/auth/oauth-jwt.js +9 -1
  123. package/dist/esm/auth/oauth-jwt.js.map +1 -1
  124. package/dist/esm/auth/oauth.js +9 -1
  125. package/dist/esm/auth/oauth.js.map +1 -1
  126. package/dist/esm/auth/stateful-oauth-strategy.js +26 -3
  127. package/dist/esm/auth/stateful-oauth-strategy.js.map +1 -1
  128. package/dist/esm/clients/am-api.js +9 -1
  129. package/dist/esm/clients/am-api.js.map +1 -1
  130. package/dist/esm/clients/middleware.js +9 -1
  131. package/dist/esm/clients/middleware.js.map +1 -1
  132. package/dist/esm/clients/webdav.js +14 -6
  133. package/dist/esm/clients/webdav.js.map +1 -1
  134. package/dist/esm/docs/search.d.ts +6 -3
  135. package/dist/esm/docs/search.js +39 -8
  136. package/dist/esm/docs/search.js.map +1 -1
  137. package/dist/esm/docs/types.d.ts +1 -0
  138. package/dist/esm/docs/types.js +1 -0
  139. package/dist/esm/docs/types.js.map +1 -1
  140. package/dist/esm/errors/index.d.ts +1 -0
  141. package/dist/esm/errors/index.js +1 -0
  142. package/dist/esm/errors/index.js.map +1 -1
  143. package/dist/esm/errors/network-error.d.ts +104 -0
  144. package/dist/esm/errors/network-error.js +301 -0
  145. package/dist/esm/errors/network-error.js.map +1 -0
  146. package/dist/esm/operations/cap/pull.js +4 -1
  147. package/dist/esm/operations/cap/pull.js.map +1 -1
  148. package/dist/esm/operations/code/constants.d.ts +17 -0
  149. package/dist/esm/operations/code/constants.js +23 -0
  150. package/dist/esm/operations/code/constants.js.map +1 -0
  151. package/dist/esm/operations/code/deploy.js +31 -2
  152. package/dist/esm/operations/code/deploy.js.map +1 -1
  153. package/dist/esm/operations/code/download.js +1 -2
  154. package/dist/esm/operations/code/download.js.map +1 -1
  155. package/dist/esm/operations/debug/dap-adapter.d.ts +9 -0
  156. package/dist/esm/operations/debug/dap-adapter.js +17 -0
  157. package/dist/esm/operations/debug/dap-adapter.js.map +1 -1
  158. package/dist/esm/operations/debug/debug-session.d.ts +8 -0
  159. package/dist/esm/operations/debug/debug-session.js +18 -0
  160. package/dist/esm/operations/debug/debug-session.js.map +1 -1
  161. package/dist/esm/operations/debug/sdapi-client.d.ts +30 -0
  162. package/dist/esm/operations/debug/sdapi-client.js +80 -6
  163. package/dist/esm/operations/debug/sdapi-client.js.map +1 -1
  164. package/dist/esm/skills/github.js +77 -24
  165. package/dist/esm/skills/github.js.map +1 -1
  166. package/dist/esm/slas/token.js +9 -1
  167. package/dist/esm/slas/token.js.map +1 -1
  168. package/package.json +4 -2
@@ -6,6 +6,7 @@
6
6
  "properties": {
7
7
  "id": {"$ref":"common.json#/definitions/id"},
8
8
  "name": {"$ref":"common.json#/definitions/name"},
9
+ "description": {"$ref":"common.json#/definitions/description"},
9
10
  "max_components": {
10
11
  "type": "integer",
11
12
  "minimum": 1
@@ -0,0 +1,31 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: CatalogDeltaExport
3
+
4
+ **Type ID:** `CatalogDeltaExport`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Creates Delta Export for Catalogs. 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
+ | `CatalogIDs` | Yes | — | — | Comma Separated list of Catalog Ids to be exported. Character limit 1000 |
17
+ | `Consumers` | Yes | — | — | Comma Separated List of consumers. Character limit 1000 |
18
+ | `ExportFile` | Yes | — | — | Delta Export name and Export file name and path relative to 'IMPEX/src'. |
19
+ | `MasterProductExport` | No | `false` | — | If selected, the option exports all changes with the master product. |
20
+
21
+ ## Working With IMPEX Files
22
+
23
+ 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.
24
+
25
+ ## Related
26
+
27
+ - Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
28
+ - Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
29
+ - Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
30
+
31
+ <!-- prettier-ignore-end -->
@@ -0,0 +1,22 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: CreateSitemap
3
+
4
+ **Type ID:** `CreateSitemap`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Creates Sitemap.
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,30 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: CustomerListsDeltaExport
3
+
4
+ **Type ID:** `CustomerListsDeltaExport`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Creates Delta Export for Customer Lists. 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, Character limit 1000 |
17
+ | `CustomerLists` | Yes | — | — | Comma separated list of Customers, Character limit 1000 |
18
+ | `ExportFile` | Yes | — | — | Delta Export name and Export file name and path relative to 'IMPEX/src'. |
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,24 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: DownloadActiveDataFromStorage
3
+
4
+ **Type ID:** `DownloadActiveDataFromStorage`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Download active data from storage system to current site. This step downloads active data to the new site from storage system during a site move if active data is required to migrate to the new site. Before this step can run, set the new site to 'Online' mode. This prevents premature migration for the new site. The StorageFolderName parameter needs to use the value from UploadActiveDataToStorageStep's 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
+ | `StorageFolderName` | Yes | — | — | This is the storage folder name created by the UploadActiveDataToStorage 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 -->
@@ -0,0 +1,25 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExecuteCategorizationRules
3
+
4
+ **Type ID:** `ExecuteCategorizationRules`
5
+ **Scope:** Organization (add to an organization-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Executes the Categorization based on the Categorization Rules and Conditions defined on a CatalogCategory.
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
+ | `CatalogID` | Yes | — | — | The Catalog Id which needs Categorization. |
17
+ | `CategoryID` | Yes | — | — | The Category Id which needs Categorization. If we need to run the Categorization for all Categories, this should be set as 'ALL'. |
18
+
19
+ ## Related
20
+
21
+ - Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
22
+ - Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
23
+ - Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
24
+
25
+ <!-- prettier-ignore-end -->
@@ -0,0 +1,24 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExecuteDataReplication
3
+
4
+ **Type ID:** `ExecuteDataReplication`
5
+ **Scope:** Organization (add to an organization-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Replicates data to a target system. The ReplicationConfiguration parameter requires a string in JSON format that describes the replication process and its tasks that will be executed. The parameter section that describes the tasks is similar to the Replication Tasks step of the Business Manager Data Replication wizard. Replication tasks not included in the JSON are not included in the data replication process. Replication tasks set to 'false' are also not included in the data replication process.
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
+ | `ReplicationConfiguration` | Yes | — | — | Describes the replication process and its replication tasks that will be executed. |
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: ExecutePipeline
3
+
4
+ **Type ID:** `ExecutePipeline`
5
+ **Scope:** Organization & Sites (add to an organization- or site-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Executes a pipeline. The name and start node of the pipeline has to be configured at parameter 'ExecutePipeline.Pipeline'. This step has been provided to ease the transition from pipeline based jobs to the new job framework. To fully leverage the new framework use system or custom job steps. Deprecated: This job step is deprecated. We recommend you replace pipelines with system job steps and custom job steps.
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
+ | `ExecutePipeline.Pipeline` | Yes | — | — | The process pipeline to execute, e.g. 'MyProcessPipeline-Start'. |
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: ExecutePreconfiguredCodeReplicationProcess
3
+
4
+ **Type ID:** `ExecutePreconfiguredCodeReplicationProcess`
5
+ **Scope:** Organization (add to an organization-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Executes the preconfigured code replication process with the ID defined at parameter 'ReplicationProcessID'. The code replication process has to be created / configured using the BM UI for code replication, with activation set to 'Job Step' and type 'Code Transfer & Activation'.
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: ExecutePreconfiguredDataReplicationProcess
3
+
4
+ **Type ID:** `ExecutePreconfiguredDataReplicationProcess`
5
+ **Scope:** Organization (add to an organization-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Executes the preconfigured data replication process with the ID defined at parameter 'ReplicationProcessID'. The data replication process has to be created / configured using the BM UI for data replication, with activation set to 'Job Step' and type 'Transfer & Publication'.
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,27 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExecuteScriptModule
3
+
4
+ **Type ID:** `ExecuteScriptModule`
5
+ **Scope:** Organization & Sites (add to an organization- or site-level job flow)
6
+ **Category:** Standard / system job step (Processing)
7
+
8
+ Executes a function exported by a script module. The module ID has to be configured at parameter 'ExecuteScriptModule.Module'. Deprecated: This job step is deprecated. We recommend that you use the steptypes.json file to execute a script.
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
+ | `ExecuteScriptModule.Module` | Yes | — | — | The ID of the script module, e.g. my_cartridge/cartridge/scripts/job/myScriptModule.js |
17
+ | `ExecuteScriptModule.FunctionName` | No | `execute` | — | The name of the script module's exported function to execute. If not defined teh script is supposed to export a function named 'execute'. |
18
+ | `ExecuteScriptModule.TimeoutInSeconds` | No | — | — | The timeout in seconds for the script module's function. If not defined the batch processing framework applies the default timeout. |
19
+ | `ExecuteScriptModule.Transactional` | No | `false` | — | Indicates if the script module's function requires transaction handling. The default value is 'false'. To avoid a negative impact on system performance and allow more granular transaction control, keep the default setting of 'false'. Implement transaction handling within the job step using the dw.system.Transaction API. |
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,30 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportABTests
3
+
4
+ **Type ID:** `ExportABTests`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports A/B tests.
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
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
17
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
18
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
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,30 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportAssignments
3
+
4
+ **Type ID:** `ExportAssignments`
5
+ **Scope:** Organization (add to an organization-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports all assignments in the system.
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
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
17
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
18
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
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,37 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportCatalog
3
+
4
+ **Type ID:** `ExportCatalog`
5
+ **Scope:** Organization (add to an organization-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports catalog data.
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
+ | `CatalogID` | Yes | — | — | The ID of the catalog which will be exported. |
17
+ | `ExportCategories` | No | `true` | — | Optional flag indicating whether to export categories or not. |
18
+ | `ExportCategoryAssignments` | No | `true` | — | Optional flag indicating whether to export category assignments or not. |
19
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
20
+ | `ExportProductOptions` | No | `true` | — | Optional flag indicating whether to export product options or not. |
21
+ | `ExportProducts` | No | `true` | — | Optional flag indicating whether to export products or not. |
22
+ | `ExportRecommendations` | No | `true` | — | Optional flag indicating whether to export recommendations or not. |
23
+ | `ExportVariationAttributes` | No | `true` | — | Optional flag indicating whether to export variation attributes or not. |
24
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
25
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
26
+
27
+ ## Working With IMPEX Files
28
+
29
+ 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.
30
+
31
+ ## Related
32
+
33
+ - Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
34
+ - Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
35
+ - Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
36
+
37
+ <!-- prettier-ignore-end -->
@@ -0,0 +1,31 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportContent
3
+
4
+ **Type ID:** `ExportContent`
5
+ **Scope:** Organization & Sites (add to an organization- or site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports the folders in the specified content Library.
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
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
17
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
18
+ | `LibraryID` | Yes | — | — | Content Library Id of the library to export. |
19
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
20
+
21
+ ## Working With IMPEX Files
22
+
23
+ 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.
24
+
25
+ ## Related
26
+
27
+ - Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
28
+ - Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
29
+ - Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
30
+
31
+ <!-- prettier-ignore-end -->
@@ -0,0 +1,30 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportContentSlots
3
+
4
+ **Type ID:** `ExportContentSlots`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports all content slot data.
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
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
17
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
18
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
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,33 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportCouponCodes
3
+
4
+ **Type ID:** `ExportCouponCodes`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports the codes of a specified coupon.
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
+ | `CouponID` | Yes | — | — | The ID of the coupon whose codes being exported. |
17
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
18
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
19
+ | `NumberOfCodes` | No | — | — | The number of coupon codes being exported. |
20
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
21
+ | `StartFrom` | No | — | — | The start from position for coupon codes being exported. |
22
+
23
+ ## Working With IMPEX Files
24
+
25
+ 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.
26
+
27
+ ## Related
28
+
29
+ - Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
30
+ - Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
31
+ - Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
32
+
33
+ <!-- prettier-ignore-end -->
@@ -0,0 +1,30 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportCoupons
3
+
4
+ **Type ID:** `ExportCoupons`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports coupons.
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
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
17
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
18
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
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,31 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportCustomObjects
3
+
4
+ **Type ID:** `ExportCustomObjects`
5
+ **Scope:** Organization & Sites (add to an organization- or site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports custom objects of a specified type and scope. The scope of the job flow (Organization or Sites) must match the scope of the custom object type.
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
+ | `CustomObjectTypeID` | Yes | — | — | The ID of the custom object type. |
17
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
18
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
19
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
20
+
21
+ ## Working With IMPEX Files
22
+
23
+ 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.
24
+
25
+ ## Related
26
+
27
+ - Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
28
+ - Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
29
+ - Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
30
+
31
+ <!-- prettier-ignore-end -->
@@ -0,0 +1,30 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportCustomerGroups
3
+
4
+ **Type ID:** `ExportCustomerGroups`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports all customer groups.
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
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
17
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
18
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
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,31 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportCustomerList
3
+
4
+ **Type ID:** `ExportCustomerList`
5
+ **Scope:** Organization (add to an organization-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports a customer list, it's preferences as well as the customers assigned to the customer list.
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
+ | `CustomerListID` | Yes | — | — | The ID of the customer list which will be exported. |
17
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
18
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
19
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
20
+
21
+ ## Working With IMPEX Files
22
+
23
+ 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.
24
+
25
+ ## Related
26
+
27
+ - Run a job that uses this step: `b2c job run <job-id>` (see the `b2c-cli:b2c-job` skill).
28
+ - Author custom steps to chain with this one: `b2c:b2c-custom-job-steps` skill.
29
+ - Find more docs: `b2c docs search <term>` and `b2c docs read <id>`.
30
+
31
+ <!-- prettier-ignore-end -->
@@ -0,0 +1,30 @@
1
+ <!-- prettier-ignore-start -->
2
+ # Job Step: ExportCustomers
3
+
4
+ **Type ID:** `ExportCustomers`
5
+ **Scope:** Site (add to a site-level job flow)
6
+ **Category:** Standard / system job step (Export)
7
+
8
+ Exports the customer profiles from the default customer list of the given 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
+ | Parameter | Required | Default | Allowed Values | Description |
15
+ | --- | --- | --- | --- | --- |
16
+ | `ExportFile` | No | — | — | Export file name and path relative to 'IMPEX/src'. Required if not using FileNamePrefix. |
17
+ | `FileNamePrefix` | No | — | — | Prefix for the export file. A timestamp is appended and site information as applicable. To order the files chronologically, sort alphanumerically. Path is relative to 'IMPEX/src' and can include a subdirectory. Required if not using ExportFile. |
18
+ | `OverwriteExportFile` | No | `true` | — | If selected, the option overwrites an existing file. If not selected and a file exists, the job step exits and reports an error. |
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 -->