@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
@@ -0,0 +1,426 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "generatedAt": "2026-06-23T21:52:07.659Z",
4
+ "entries": [
5
+ {
6
+ "id": "CatalogDeltaExport",
7
+ "title": "Job Step: CatalogDeltaExport",
8
+ "filePath": "CatalogDeltaExport.md",
9
+ "preview": "Creates Delta Export for Catalogs. Support must be contacted to enable delta exports."
10
+ },
11
+ {
12
+ "id": "CreateSitemap",
13
+ "title": "Job Step: CreateSitemap",
14
+ "filePath": "CreateSitemap.md",
15
+ "preview": "Creates Sitemap."
16
+ },
17
+ {
18
+ "id": "CustomerListsDeltaExport",
19
+ "title": "Job Step: CustomerListsDeltaExport",
20
+ "filePath": "CustomerListsDeltaExport.md",
21
+ "preview": "Creates Delta Export for Customer Lists. Support must be contacted to enable delta exports."
22
+ },
23
+ {
24
+ "id": "DownloadActiveDataFromStorage",
25
+ "title": "Job Step: DownloadActiveDataFromStorage",
26
+ "filePath": "DownloadActiveDataFromStorage.md",
27
+ "preview": "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...."
28
+ },
29
+ {
30
+ "id": "ExecuteCategorizationRules",
31
+ "title": "Job Step: ExecuteCategorizationRules",
32
+ "filePath": "ExecuteCategorizationRules.md",
33
+ "preview": "Executes the Categorization based on the Categorization Rules and Conditions defined on a CatalogCategory."
34
+ },
35
+ {
36
+ "id": "ExecuteDataReplication",
37
+ "title": "Job Step: ExecuteDataReplication",
38
+ "filePath": "ExecuteDataReplication.md",
39
+ "preview": "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..."
40
+ },
41
+ {
42
+ "id": "ExecutePipeline",
43
+ "title": "Job Step: ExecutePipeline",
44
+ "filePath": "ExecutePipeline.md",
45
+ "preview": "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..."
46
+ },
47
+ {
48
+ "id": "ExecutePreconfiguredCodeReplicationProcess",
49
+ "title": "Job Step: ExecutePreconfiguredCodeReplicationProcess",
50
+ "filePath": "ExecutePreconfiguredCodeReplicationProcess.md",
51
+ "preview": "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..."
52
+ },
53
+ {
54
+ "id": "ExecutePreconfiguredDataReplicationProcess",
55
+ "title": "Job Step: ExecutePreconfiguredDataReplicationProcess",
56
+ "filePath": "ExecutePreconfiguredDataReplicationProcess.md",
57
+ "preview": "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..."
58
+ },
59
+ {
60
+ "id": "ExecuteScriptModule",
61
+ "title": "Job Step: ExecuteScriptModule",
62
+ "filePath": "ExecuteScriptModule.md",
63
+ "preview": "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..."
64
+ },
65
+ {
66
+ "id": "ExportABTests",
67
+ "title": "Job Step: ExportABTests",
68
+ "filePath": "ExportABTests.md",
69
+ "preview": "Exports A/B tests."
70
+ },
71
+ {
72
+ "id": "ExportAssignments",
73
+ "title": "Job Step: ExportAssignments",
74
+ "filePath": "ExportAssignments.md",
75
+ "preview": "Exports all assignments in the system."
76
+ },
77
+ {
78
+ "id": "ExportCatalog",
79
+ "title": "Job Step: ExportCatalog",
80
+ "filePath": "ExportCatalog.md",
81
+ "preview": "Exports catalog data."
82
+ },
83
+ {
84
+ "id": "ExportContent",
85
+ "title": "Job Step: ExportContent",
86
+ "filePath": "ExportContent.md",
87
+ "preview": "Exports the folders in the specified content Library."
88
+ },
89
+ {
90
+ "id": "ExportContentSlots",
91
+ "title": "Job Step: ExportContentSlots",
92
+ "filePath": "ExportContentSlots.md",
93
+ "preview": "Exports all content slot data."
94
+ },
95
+ {
96
+ "id": "ExportCouponCodes",
97
+ "title": "Job Step: ExportCouponCodes",
98
+ "filePath": "ExportCouponCodes.md",
99
+ "preview": "Exports the codes of a specified coupon."
100
+ },
101
+ {
102
+ "id": "ExportCoupons",
103
+ "title": "Job Step: ExportCoupons",
104
+ "filePath": "ExportCoupons.md",
105
+ "preview": "Exports coupons."
106
+ },
107
+ {
108
+ "id": "ExportCustomerGroups",
109
+ "title": "Job Step: ExportCustomerGroups",
110
+ "filePath": "ExportCustomerGroups.md",
111
+ "preview": "Exports all customer groups."
112
+ },
113
+ {
114
+ "id": "ExportCustomerList",
115
+ "title": "Job Step: ExportCustomerList",
116
+ "filePath": "ExportCustomerList.md",
117
+ "preview": "Exports a customer list, it's preferences as well as the customers assigned to the customer list."
118
+ },
119
+ {
120
+ "id": "ExportCustomers",
121
+ "title": "Job Step: ExportCustomers",
122
+ "filePath": "ExportCustomers.md",
123
+ "preview": "Exports the customer profiles from the default customer list of the given site."
124
+ },
125
+ {
126
+ "id": "ExportCustomObjects",
127
+ "title": "Job Step: ExportCustomObjects",
128
+ "filePath": "ExportCustomObjects.md",
129
+ "preview": "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."
130
+ },
131
+ {
132
+ "id": "ExportFacebookFeed",
133
+ "title": "Job Step: ExportFacebookFeed",
134
+ "filePath": "ExportFacebookFeed.md",
135
+ "preview": "Exports Catalog Feed for Facebook."
136
+ },
137
+ {
138
+ "id": "ExportGiftCertificates",
139
+ "title": "Job Step: ExportGiftCertificates",
140
+ "filePath": "ExportGiftCertificates.md",
141
+ "preview": "Exports Gift Certificates."
142
+ },
143
+ {
144
+ "id": "ExportInventoryLists",
145
+ "title": "Job Step: ExportInventoryLists",
146
+ "filePath": "ExportInventoryLists.md",
147
+ "preview": "Exports inventory lists."
148
+ },
149
+ {
150
+ "id": "ExportMetaData",
151
+ "title": "Job Step: ExportMetaData",
152
+ "filePath": "ExportMetaData.md",
153
+ "preview": "Export System Object Type extensions and Custom Object Type definitions."
154
+ },
155
+ {
156
+ "id": "ExportOrders",
157
+ "title": "Job Step: ExportOrders",
158
+ "filePath": "ExportOrders.md",
159
+ "preview": "Exports all orders matching the selected criteria using Search Service, with a maximum of 1000 orders per run. After an order has been exported successfully, its export status is EXPORTED. If an..."
160
+ },
161
+ {
162
+ "id": "ExportPageLocalization",
163
+ "title": "Job Step: ExportPageLocalization",
164
+ "filePath": "ExportPageLocalization.md",
165
+ "preview": "Export page content for localization purposes"
166
+ },
167
+ {
168
+ "id": "ExportPriceBook",
169
+ "title": "Job Step: ExportPriceBook",
170
+ "filePath": "ExportPriceBook.md",
171
+ "preview": "Exports price data."
172
+ },
173
+ {
174
+ "id": "ExportProductLists",
175
+ "title": "Job Step: ExportProductLists",
176
+ "filePath": "ExportProductLists.md",
177
+ "preview": "Exports product lists of a site. If all the options are selected, all product lists that were created by anonymous or registered customers, either empty or non-empty, that are either new (has never..."
178
+ },
179
+ {
180
+ "id": "ExportPromotions",
181
+ "title": "Job Step: ExportPromotions",
182
+ "filePath": "ExportPromotions.md",
183
+ "preview": "Exports promotions."
184
+ },
185
+ {
186
+ "id": "ExportShippingMethods",
187
+ "title": "Job Step: ExportShippingMethods",
188
+ "filePath": "ExportShippingMethods.md",
189
+ "preview": "Exports shipping methods."
190
+ },
191
+ {
192
+ "id": "ExportSourceCodeGroups",
193
+ "title": "Job Step: ExportSourceCodeGroups",
194
+ "filePath": "ExportSourceCodeGroups.md",
195
+ "preview": "Exports source code groups."
196
+ },
197
+ {
198
+ "id": "ExportStores",
199
+ "title": "Job Step: ExportStores",
200
+ "filePath": "ExportStores.md",
201
+ "preview": "Exports stores."
202
+ },
203
+ {
204
+ "id": "ExportTaxTable",
205
+ "title": "Job Step: ExportTaxTable",
206
+ "filePath": "ExportTaxTable.md",
207
+ "preview": "Exports tax data."
208
+ },
209
+ {
210
+ "id": "ImportABTests",
211
+ "title": "Job Step: ImportABTests",
212
+ "filePath": "ImportABTests.md",
213
+ "preview": "Imports A/B tests."
214
+ },
215
+ {
216
+ "id": "ImportActiveData",
217
+ "title": "Job Step: ImportActiveData",
218
+ "filePath": "ImportActiveData.md",
219
+ "preview": "Imports active data from the provided CSV files."
220
+ },
221
+ {
222
+ "id": "ImportAssignments",
223
+ "title": "Job Step: ImportAssignments",
224
+ "filePath": "ImportAssignments.md",
225
+ "preview": "Imports assignments"
226
+ },
227
+ {
228
+ "id": "ImportCatalog",
229
+ "title": "Job Step: ImportCatalog",
230
+ "filePath": "ImportCatalog.md",
231
+ "preview": "Imports catalog data."
232
+ },
233
+ {
234
+ "id": "ImportContent",
235
+ "title": "Job Step: ImportContent",
236
+ "filePath": "ImportContent.md",
237
+ "preview": "Imports content. If no library-id is specified in the import file, the data is imported into the private library of the current site. If a library-id is specified in the import file, the data is..."
238
+ },
239
+ {
240
+ "id": "ImportContentSlots",
241
+ "title": "Job Step: ImportContentSlots",
242
+ "filePath": "ImportContentSlots.md",
243
+ "preview": "Imports content slot configurations in the specified mode."
244
+ },
245
+ {
246
+ "id": "ImportCouponCodeRedemptions",
247
+ "title": "Job Step: ImportCouponCodeRedemptions",
248
+ "filePath": "ImportCouponCodeRedemptions.md",
249
+ "preview": "Imports the coupon code redemptions based on the couponredemption.xsd. Note: Coupon redemptions are evaluated during checkout. A large number of coupon redemptions negatively impacts order creation..."
250
+ },
251
+ {
252
+ "id": "ImportCoupons",
253
+ "title": "Job Step: ImportCoupons",
254
+ "filePath": "ImportCoupons.md",
255
+ "preview": "Imports coupons in the specified mode."
256
+ },
257
+ {
258
+ "id": "ImportCustomerGroups",
259
+ "title": "Job Step: ImportCustomerGroups",
260
+ "filePath": "ImportCustomerGroups.md",
261
+ "preview": "Imports customer groups in the specified mode."
262
+ },
263
+ {
264
+ "id": "ImportCustomerList",
265
+ "title": "Job Step: ImportCustomerList",
266
+ "filePath": "ImportCustomerList.md",
267
+ "preview": "Deprecated. Imports customer list data. Use ImportCustomerLists instead."
268
+ },
269
+ {
270
+ "id": "ImportCustomerLists",
271
+ "title": "Job Step: ImportCustomerLists",
272
+ "filePath": "ImportCustomerLists.md",
273
+ "preview": "Imports customer lists."
274
+ },
275
+ {
276
+ "id": "ImportCustomers",
277
+ "title": "Job Step: ImportCustomers",
278
+ "filePath": "ImportCustomers.md",
279
+ "preview": "Imports Customers based on customer.xsd"
280
+ },
281
+ {
282
+ "id": "ImportCustomObjects",
283
+ "title": "Job Step: ImportCustomObjects",
284
+ "filePath": "ImportCustomObjects.md",
285
+ "preview": "Imports Custom Objects."
286
+ },
287
+ {
288
+ "id": "ImportGiftCertificates",
289
+ "title": "Job Step: ImportGiftCertificates",
290
+ "filePath": "ImportGiftCertificates.md",
291
+ "preview": "Import the Gift Certificates contained in ImportFile in the specified mode."
292
+ },
293
+ {
294
+ "id": "ImportInventoryLists",
295
+ "title": "Job Step: ImportInventoryLists",
296
+ "filePath": "ImportInventoryLists.md",
297
+ "preview": "Imports inventory data."
298
+ },
299
+ {
300
+ "id": "ImportKeyValueMapping",
301
+ "title": "Job Step: ImportKeyValueMapping",
302
+ "filePath": "ImportKeyValueMapping.md",
303
+ "preview": "Import or delete a key/value mapping in the Generic Mapping high-performance data store. Key/value mappings are exposed through Script API class dw.util.MappingMgr. See Generic Mapping"
304
+ },
305
+ {
306
+ "id": "ImportPageLocalization",
307
+ "title": "Job Step: ImportPageLocalization",
308
+ "filePath": "ImportPageLocalization.md",
309
+ "preview": "Import translated page content for localization purposes"
310
+ },
311
+ {
312
+ "id": "ImportPriceBook",
313
+ "title": "Job Step: ImportPriceBook",
314
+ "filePath": "ImportPriceBook.md",
315
+ "preview": "Imports price data."
316
+ },
317
+ {
318
+ "id": "ImportProductLists",
319
+ "title": "Job Step: ImportProductLists",
320
+ "filePath": "ImportProductLists.md",
321
+ "preview": "Imports product lists."
322
+ },
323
+ {
324
+ "id": "ImportPromotions",
325
+ "title": "Job Step: ImportPromotions",
326
+ "filePath": "ImportPromotions.md",
327
+ "preview": "Imports promotions in the specified mode."
328
+ },
329
+ {
330
+ "id": "ImportShippingMethods",
331
+ "title": "Job Step: ImportShippingMethods",
332
+ "filePath": "ImportShippingMethods.md",
333
+ "preview": "Imports shipping methods in the specified mode."
334
+ },
335
+ {
336
+ "id": "ImportSiteArchive",
337
+ "title": "Job Step: ImportSiteArchive",
338
+ "filePath": "ImportSiteArchive.md",
339
+ "preview": "Imports a site import archive file into the current instance."
340
+ },
341
+ {
342
+ "id": "ImportSourceCodeGroups",
343
+ "title": "Job Step: ImportSourceCodeGroups",
344
+ "filePath": "ImportSourceCodeGroups.md",
345
+ "preview": "Imports source code groups in the specified mode."
346
+ },
347
+ {
348
+ "id": "ImportStores",
349
+ "title": "Job Step: ImportStores",
350
+ "filePath": "ImportStores.md",
351
+ "preview": "Imports Stores based on store.xsd"
352
+ },
353
+ {
354
+ "id": "ImportTaxTable",
355
+ "title": "Job Step: ImportTaxTable",
356
+ "filePath": "ImportTaxTable.md",
357
+ "preview": "Imports Tax Classes, Tax Jurisdictions and Tax Rates from the given ImportFile in the specified mode."
358
+ },
359
+ {
360
+ "id": "IncludeStepsFromJob",
361
+ "title": "Job Step: IncludeStepsFromJob",
362
+ "filePath": "IncludeStepsFromJob.md",
363
+ "preview": "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..."
364
+ },
365
+ {
366
+ "id": "InvalidateCache",
367
+ "title": "Job Step: InvalidateCache",
368
+ "filePath": "InvalidateCache.md",
369
+ "preview": "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..."
370
+ },
371
+ {
372
+ "id": "job-steps",
373
+ "title": "Standard Job Step Catalog",
374
+ "filePath": "job-steps.md",
375
+ "preview": "Catalog of built-in standard/system job step type IDs for Business Manager job flows."
376
+ },
377
+ {
378
+ "id": "LibraryDeltaExport",
379
+ "title": "Job Step: LibraryDeltaExport",
380
+ "filePath": "LibraryDeltaExport.md",
381
+ "preview": "Creates Delta Export for Libraries. Support must be contacted to enable delta exports."
382
+ },
383
+ {
384
+ "id": "SearchReindex",
385
+ "title": "Job Step: SearchReindex",
386
+ "filePath": "SearchReindex.md",
387
+ "preview": "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..."
388
+ },
389
+ {
390
+ "id": "SiteExport",
391
+ "title": "Job Step: SiteExport",
392
+ "filePath": "SiteExport.md",
393
+ "preview": "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..."
394
+ },
395
+ {
396
+ "id": "UndoPreconfiguredCodeReplicationProcess",
397
+ "title": "Job Step: UndoPreconfiguredCodeReplicationProcess",
398
+ "filePath": "UndoPreconfiguredCodeReplicationProcess.md",
399
+ "preview": "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..."
400
+ },
401
+ {
402
+ "id": "UndoPreconfiguredDataReplicationProcess",
403
+ "title": "Job Step: UndoPreconfiguredDataReplicationProcess",
404
+ "filePath": "UndoPreconfiguredDataReplicationProcess.md",
405
+ "preview": "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..."
406
+ },
407
+ {
408
+ "id": "UpdateStorefrontURLs",
409
+ "title": "Job Step: UpdateStorefrontURLs",
410
+ "filePath": "UpdateStorefrontURLs.md",
411
+ "preview": "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..."
412
+ },
413
+ {
414
+ "id": "UploadActiveDataBackupToStorage",
415
+ "title": "Job Step: UploadActiveDataBackupToStorage",
416
+ "filePath": "UploadActiveDataBackupToStorage.md",
417
+ "preview": "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."
418
+ },
419
+ {
420
+ "id": "UploadActiveDataToStorage",
421
+ "title": "Job Step: UploadActiveDataToStorage",
422
+ "filePath": "UploadActiveDataToStorage.md",
423
+ "preview": "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..."
424
+ }
425
+ ]
426
+ }