@salesforce/b2c-tooling-sdk 1.16.0 → 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/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/package.json +4 -2
|
@@ -99,7 +99,6 @@ This method is maintained for backward compatibility only. Cookie comments were
|
|
|
99
99
|
:::
|
|
100
100
|
**API Version:**
|
|
101
101
|
:::note
|
|
102
|
-
No longer available as of version 99.2.
|
|
103
102
|
This method is deprecated and will be removed in the next API version.
|
|
104
103
|
:::
|
|
105
104
|
|
|
@@ -172,7 +171,6 @@ This method is maintained for backward compatibility only. The version property
|
|
|
172
171
|
:::
|
|
173
172
|
**API Version:**
|
|
174
173
|
:::note
|
|
175
|
-
No longer available as of version 99.2.
|
|
176
174
|
This method is deprecated and will be removed in the next API version.
|
|
177
175
|
:::
|
|
178
176
|
|
|
@@ -212,7 +210,6 @@ This method is maintained for backward compatibility only. Cookie comments were
|
|
|
212
210
|
:::
|
|
213
211
|
**API Version:**
|
|
214
212
|
:::note
|
|
215
|
-
No longer available as of version 99.2.
|
|
216
213
|
This method is deprecated and will be removed in the next API version.
|
|
217
214
|
:::
|
|
218
215
|
|
|
@@ -301,7 +298,6 @@ This method is maintained for backward compatibility only. The version property
|
|
|
301
298
|
:::
|
|
302
299
|
**API Version:**
|
|
303
300
|
:::note
|
|
304
|
-
No longer available as of version 99.2.
|
|
305
301
|
This method is deprecated and will be removed in the next API version.
|
|
306
302
|
:::
|
|
307
303
|
|
|
@@ -334,7 +330,6 @@ This method is maintained for backward compatibility only. Cookie comments were
|
|
|
334
330
|
:::
|
|
335
331
|
**API Version:**
|
|
336
332
|
:::note
|
|
337
|
-
No longer available as of version 99.2.
|
|
338
333
|
This method is deprecated and will be removed in the next API version.
|
|
339
334
|
:::
|
|
340
335
|
|
|
@@ -428,7 +423,6 @@ This method is maintained for backward compatibility only. The version property
|
|
|
428
423
|
:::
|
|
429
424
|
**API Version:**
|
|
430
425
|
:::note
|
|
431
|
-
No longer available as of version 99.2.
|
|
432
426
|
This method is deprecated and will be removed in the next API version.
|
|
433
427
|
:::
|
|
434
428
|
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
Page meta tags are used in HTML documents to provide structured data about a web
|
|
8
8
|
page. They are usually part of the head section. Common tags are for example robots,
|
|
9
|
-
description or social tags like open graph (e.g. 'og:title')
|
|
9
|
+
description or social tags like open graph (e.g. 'og:title'), or additionally
|
|
10
|
+
adding json-ld (JSON for linked data) and provides structured data that is easily crawlable.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
Page meta tags can be obtained within:
|
|
@@ -37,6 +38,7 @@ page meta tag elements.
|
|
|
37
38
|
| --- | --- |
|
|
38
39
|
| [ID](#id): [String](TopLevel.String.md) `(read-only)` | Returns the page meta tag ID. |
|
|
39
40
|
| [content](#content): [String](TopLevel.String.md) `(read-only)` | Returns the page meta tag content. |
|
|
41
|
+
| [jsonLd](#jsonld): [Boolean](TopLevel.Boolean.md) `(read-only)` | Returns true if the page meta tag type is json-ld (JSON for linked data) and provides structured data about the page for crawlers, false otherwise. |
|
|
40
42
|
| [name](#name): [Boolean](TopLevel.Boolean.md) `(read-only)` | Returns true if the page meta tag type is name, false otherwise. |
|
|
41
43
|
| [property](#property): [Boolean](TopLevel.Boolean.md) `(read-only)` | Returns true if the page meta tag type is property, false otherwise. |
|
|
42
44
|
| [title](#title): [Boolean](TopLevel.Boolean.md) `(read-only)` | Returns true if the page meta tag type is title, false otherwise. |
|
|
@@ -50,6 +52,7 @@ This class does not have a constructor, so you cannot create it directly.
|
|
|
50
52
|
| --- | --- |
|
|
51
53
|
| [getContent](dw.web.PageMetaTag.md#getcontent)() | Returns the page meta tag content. |
|
|
52
54
|
| [getID](dw.web.PageMetaTag.md#getid)() | Returns the page meta tag ID. |
|
|
55
|
+
| [isJsonLd](dw.web.PageMetaTag.md#isjsonld)() | Returns true if the page meta tag type is json-ld (JSON for linked data) and provides structured data about the page for crawlers, false otherwise. |
|
|
53
56
|
| [isName](dw.web.PageMetaTag.md#isname)() | Returns true if the page meta tag type is name, false otherwise. |
|
|
54
57
|
| [isProperty](dw.web.PageMetaTag.md#isproperty)() | Returns true if the page meta tag type is property, false otherwise. |
|
|
55
58
|
| [isTitle](dw.web.PageMetaTag.md#istitle)() | Returns true if the page meta tag type is title, false otherwise. |
|
|
@@ -71,6 +74,15 @@ This class does not have a constructor, so you cannot create it directly.
|
|
|
71
74
|
- : Returns the page meta tag content.
|
|
72
75
|
|
|
73
76
|
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
### jsonLd
|
|
80
|
+
- jsonLd: [Boolean](TopLevel.Boolean.md) `(read-only)`
|
|
81
|
+
- : Returns true if the page meta tag type is json-ld (JSON for linked data) and provides
|
|
82
|
+
structured data about the page for crawlers, false otherwise.
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
74
86
|
---
|
|
75
87
|
|
|
76
88
|
### name
|
|
@@ -114,6 +126,18 @@ This class does not have a constructor, so you cannot create it directly.
|
|
|
114
126
|
- page meta tag ID
|
|
115
127
|
|
|
116
128
|
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
### isJsonLd()
|
|
132
|
+
- isJsonLd(): [Boolean](TopLevel.Boolean.md)
|
|
133
|
+
- : Returns true if the page meta tag type is json-ld (JSON for linked data) and provides
|
|
134
|
+
structured data about the page for crawlers, false otherwise.
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
**Returns:**
|
|
138
|
+
- true if the page meta tag type is json-ld, false otherwise
|
|
139
|
+
|
|
140
|
+
|
|
117
141
|
---
|
|
118
142
|
|
|
119
143
|
### isName()
|
|
@@ -64,7 +64,7 @@ timeout values for Web Service calls.
|
|
|
64
64
|
| static [addSOAPHeader](dw.ws.WSUtil.md#addsoapheaderobject-object-boolean-string)([Object](TopLevel.Object.md), [Object](TopLevel.Object.md), [Boolean](TopLevel.Boolean.md), [String](TopLevel.String.md)) | Adds a header element to the SOAP Header. |
|
|
65
65
|
| static [addSOAPHeader](dw.ws.WSUtil.md#addsoapheaderobject-string-boolean-string)([Object](TopLevel.Object.md), [String](TopLevel.String.md), [Boolean](TopLevel.Boolean.md), [String](TopLevel.String.md)) | Adds a header element to the SOAP Header. |
|
|
66
66
|
| static [clearSOAPHeaders](dw.ws.WSUtil.md#clearsoapheadersobject)([Object](TopLevel.Object.md)) | Removes all SOAP header elements from the port's request context. |
|
|
67
|
-
| static [createHolder](dw.ws.WSUtil.md#createholderobject)([Object](TopLevel.Object.md)) | Creates an
|
|
67
|
+
| static [createHolder](dw.ws.WSUtil.md#createholderobject)([Object](TopLevel.Object.md)) | Creates an jakarta.xml.ws.Holder instance that wraps the specified element. |
|
|
68
68
|
| static [getConnectionTimeout](dw.ws.WSUtil.md#getconnectiontimeoutobject)([Object](TopLevel.Object.md)) | Returns the connection timeout value for the port. |
|
|
69
69
|
| static [getHTTPRequestHeader](dw.ws.WSUtil.md#gethttprequestheaderobject-string)([Object](TopLevel.Object.md), [String](TopLevel.String.md)) | Returns an HTTP request header property value using the specified key. |
|
|
70
70
|
| static [getProperty](dw.ws.WSUtil.md#getpropertystring-object)([String](TopLevel.String.md), [Object](TopLevel.Object.md)) | Returns the value of the SOAP request property using the specified key on a port returned from one of the WebReference2 getService methods. |
|
|
@@ -489,7 +489,7 @@ timeout values for Web Service calls.
|
|
|
489
489
|
|
|
490
490
|
### createHolder(Object)
|
|
491
491
|
- static createHolder(element: [Object](TopLevel.Object.md)): [Object](TopLevel.Object.md)
|
|
492
|
-
- : Creates an
|
|
492
|
+
- : Creates an jakarta.xml.ws.Holder instance that wraps the specified element. When a WSDL operation is
|
|
493
493
|
defined to have an input and output message using the same type, the operation may require the operation's
|
|
494
494
|
object to be wrapped in a holder.
|
|
495
495
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-06-23T22:27:06.446Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
{
|
|
6
6
|
"id": "dw.alert",
|
|
@@ -692,6 +692,41 @@
|
|
|
692
692
|
"filePath": "dw.customer.AuthenticationStatus.md",
|
|
693
693
|
"preview": "- [dw.customer.AuthenticationStatus](dw.customer.AuthenticationStatus.md)"
|
|
694
694
|
},
|
|
695
|
+
{
|
|
696
|
+
"id": "dw.customer.consent",
|
|
697
|
+
"title": "Package dw.customer.consent",
|
|
698
|
+
"filePath": "dw.customer.consent.md"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"id": "dw.customer.consent.ConsentStatusEntry",
|
|
702
|
+
"title": "Class ConsentStatusEntry",
|
|
703
|
+
"filePath": "dw.customer.consent.ConsentStatusEntry.md",
|
|
704
|
+
"preview": "- [dw.customer.consent.ConsentStatusEntry](dw.customer.consent.ConsentStatusEntry.md)"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"id": "dw.customer.consent.MarketingConsentSubscription",
|
|
708
|
+
"title": "Class MarketingConsentSubscription",
|
|
709
|
+
"filePath": "dw.customer.consent.MarketingConsentSubscription.md",
|
|
710
|
+
"preview": "- [dw.customer.consent.MarketingConsentSubscription](dw.customer.consent.MarketingConsentSubscription.md)"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"id": "dw.customer.consent.ShopperConsentErrorCodes",
|
|
714
|
+
"title": "Class ShopperConsentErrorCodes",
|
|
715
|
+
"filePath": "dw.customer.consent.ShopperConsentErrorCodes.md",
|
|
716
|
+
"preview": "- [dw.customer.consent.ShopperConsentErrorCodes](dw.customer.consent.ShopperConsentErrorCodes.md)"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"id": "dw.customer.consent.ShopperConsentException",
|
|
720
|
+
"title": "Class ShopperConsentException",
|
|
721
|
+
"filePath": "dw.customer.consent.ShopperConsentException.md",
|
|
722
|
+
"preview": "- [dw.customer.consent.ShopperConsentException](dw.customer.consent.ShopperConsentException.md)"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"id": "dw.customer.consent.ShopperConsentMgr",
|
|
726
|
+
"title": "Class ShopperConsentMgr",
|
|
727
|
+
"filePath": "dw.customer.consent.ShopperConsentMgr.md",
|
|
728
|
+
"preview": "- [dw.customer.consent.ShopperConsentMgr](dw.customer.consent.ShopperConsentMgr.md)"
|
|
729
|
+
},
|
|
695
730
|
{
|
|
696
731
|
"id": "dw.customer.Credentials",
|
|
697
732
|
"title": "Class Credentials",
|
|
@@ -1653,6 +1688,12 @@
|
|
|
1653
1688
|
"filePath": "dw.order.hooks.ShippingOrderHooks.md",
|
|
1654
1689
|
"preview": "- [dw.order.hooks.ShippingOrderHooks](dw.order.hooks.ShippingOrderHooks.md)"
|
|
1655
1690
|
},
|
|
1691
|
+
{
|
|
1692
|
+
"id": "dw.order.hooks.TaxHooks",
|
|
1693
|
+
"title": "Class TaxHooks",
|
|
1694
|
+
"filePath": "dw.order.hooks.TaxHooks.md",
|
|
1695
|
+
"preview": "- [dw.order.hooks.TaxHooks](dw.order.hooks.TaxHooks.md)"
|
|
1696
|
+
},
|
|
1656
1697
|
{
|
|
1657
1698
|
"id": "dw.order.Invoice",
|
|
1658
1699
|
"title": "Class Invoice",
|
|
@@ -1677,6 +1718,12 @@
|
|
|
1677
1718
|
"filePath": "dw.order.LineItemCtnr.md",
|
|
1678
1719
|
"preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
|
|
1679
1720
|
},
|
|
1721
|
+
{
|
|
1722
|
+
"id": "dw.order.LineItemTax",
|
|
1723
|
+
"title": "Class LineItemTax",
|
|
1724
|
+
"filePath": "dw.order.LineItemTax.md",
|
|
1725
|
+
"preview": "- [dw.order.LineItemTax](dw.order.LineItemTax.md)"
|
|
1726
|
+
},
|
|
1680
1727
|
{
|
|
1681
1728
|
"id": "dw.order.Order",
|
|
1682
1729
|
"title": "Class Order",
|
|
@@ -2755,7 +2802,7 @@
|
|
|
2755
2802
|
},
|
|
2756
2803
|
{
|
|
2757
2804
|
"id": "index",
|
|
2758
|
-
"title": "B2C Commerce Script API 26.
|
|
2805
|
+
"title": "B2C Commerce Script API 26.7",
|
|
2759
2806
|
"filePath": "index.md"
|
|
2760
2807
|
},
|
|
2761
2808
|
{
|
package/data/script-api/index.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# B2C Commerce Script API 26.
|
|
1
|
+
# B2C Commerce Script API 26.7
|
|
2
2
|
|
|
3
3
|
## Packages
|
|
4
4
|
| Package | Description |
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
| [dw.content](dw.content.md) | Contains classes that allow you to access content. |
|
|
11
11
|
| [dw.crypto](dw.crypto.md) | Contains classes that allow you to perform cryptographic operations. |
|
|
12
12
|
| [dw.customer](dw.customer.md) | Contains classes that allow you to interact with and manage Customer-related information. |
|
|
13
|
+
| [dw.customer.consent](dw.customer.consent.md) | |
|
|
13
14
|
| [dw.customer.oauth](dw.customer.oauth.md) | |
|
|
14
15
|
| [dw.customer.shoppercontext](dw.customer.shoppercontext.md) | |
|
|
15
16
|
| [dw.experience](dw.experience.md) | |
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
<xsd:element name="unconfigured-at" type="xsd:dateTime" minOccurs="0" />
|
|
30
30
|
<xsd:element name="config-tasks" type="simpleType.Generic.String" minOccurs="0" />
|
|
31
31
|
<xsd:element name="installation-metadata" type="simpleType.Generic.String" minOccurs="0" />
|
|
32
|
+
<xsd:element name="admin-components" type="simpleType.Generic.String" minOccurs="0" />
|
|
32
33
|
</xsd:sequence>
|
|
33
34
|
<xsd:attribute name="site-id" type="simpleType.Generic.NonEmptyString.256" use="required" />
|
|
34
35
|
<xsd:attribute name="feature-name" type="simpleType.Generic.NonEmptyString.256" use="required" />
|
package/data/xsd/customer.xsd
CHANGED
|
@@ -76,6 +76,17 @@
|
|
|
76
76
|
<xsd:element name="company-name" type="simpleType.Generic.String.256" minOccurs="0" maxOccurs="1" />
|
|
77
77
|
<xsd:element name="job-title" type="simpleType.Generic.String.256" minOccurs="0" maxOccurs="1" />
|
|
78
78
|
<xsd:element name="email" type="simpleType.Email" minOccurs="0" maxOccurs="1" />
|
|
79
|
+
<xsd:element name="email-verified-flag" type="xsd:boolean" minOccurs="0" maxOccurs="1">
|
|
80
|
+
<xsd:annotation>
|
|
81
|
+
<xsd:documentation>Indicates whether the customer's email has been verified. This field is read-only during import; the system ignores input values and determines the status as follows:
|
|
82
|
+
* If the Email Verification Site Preference under LoginPreferences is not enabled: the value for this field will be NULL and not included in export.
|
|
83
|
+
* If the Email Verification Site Preference under LoginPreferences is enabled:
|
|
84
|
+
* If the incoming email value is the same as existing email and email was previously verified, the value for this field will remain unchanged as TRUE.
|
|
85
|
+
* If the incoming email value is the same as existing email and email was not previously verified or NULL, the value for this field will remain unchanged.
|
|
86
|
+
* If the incoming email value is not the same as existing email, the value for this field will be set to FALSE no matter the previous state.
|
|
87
|
+
</xsd:documentation>
|
|
88
|
+
</xsd:annotation>
|
|
89
|
+
</xsd:element>
|
|
79
90
|
<xsd:element name="phone-home" type="simpleType.PhoneNumber" minOccurs="0" maxOccurs="1" />
|
|
80
91
|
<xsd:element name="phone-business" type="simpleType.PhoneNumber" minOccurs="0" maxOccurs="1" />
|
|
81
92
|
<xsd:element name="phone-mobile" type="simpleType.PhoneNumber" minOccurs="0" maxOccurs="1" />
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xsd:schema
|
|
3
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
4
|
+
targetNamespace="http://www.demandware.com/xml/impex/eventrouting/2026-04-16"
|
|
5
|
+
xmlns="http://www.demandware.com/xml/impex/eventrouting/2026-04-16"
|
|
6
|
+
elementFormDefault="qualified"
|
|
7
|
+
attributeFormDefault="unqualified">
|
|
8
|
+
|
|
9
|
+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" />
|
|
10
|
+
|
|
11
|
+
<!-- Root element -->
|
|
12
|
+
<xsd:element name="event-routing">
|
|
13
|
+
<xsd:annotation>
|
|
14
|
+
<xsd:documentation>
|
|
15
|
+
Root element for event routing configuration. Contains endpoint definitions and route mappings.
|
|
16
|
+
Endpoints define where events are sent (e.g., webhook URLs), and route mappings connect event types to endpoints.
|
|
17
|
+
</xsd:documentation>
|
|
18
|
+
</xsd:annotation>
|
|
19
|
+
<xsd:complexType mixed="false">
|
|
20
|
+
<xsd:sequence>
|
|
21
|
+
<xsd:element name="endpoint" type="complexType.Endpoint" minOccurs="0" maxOccurs="unbounded" />
|
|
22
|
+
<xsd:element name="route-mapping" type="complexType.RouteMapping" minOccurs="0" maxOccurs="unbounded" />
|
|
23
|
+
</xsd:sequence>
|
|
24
|
+
</xsd:complexType>
|
|
25
|
+
</xsd:element>
|
|
26
|
+
|
|
27
|
+
<!-- Global element declarations (required by StAX item reader for individual element unmarshalling) -->
|
|
28
|
+
<xsd:element name="endpoint" type="complexType.Endpoint" />
|
|
29
|
+
<xsd:element name="route-mapping" type="complexType.RouteMapping" />
|
|
30
|
+
|
|
31
|
+
<!-- Endpoint complex type -->
|
|
32
|
+
<xsd:complexType name="complexType.Endpoint">
|
|
33
|
+
<xsd:sequence>
|
|
34
|
+
<xsd:element name="endpoint-type" type="simpleType.Generic.NonEmptyString.256" minOccurs="1" maxOccurs="1">
|
|
35
|
+
<xsd:annotation>
|
|
36
|
+
<xsd:documentation>
|
|
37
|
+
The type of endpoint. Currently supported values: "webhook".
|
|
38
|
+
</xsd:documentation>
|
|
39
|
+
</xsd:annotation>
|
|
40
|
+
</xsd:element>
|
|
41
|
+
<xsd:element name="url" type="simpleType.Generic.String.2048" minOccurs="0" maxOccurs="1">
|
|
42
|
+
<xsd:annotation>
|
|
43
|
+
<xsd:documentation>
|
|
44
|
+
The endpoint URL (required for webhook endpoints). URLs are normalized during import: scheme and host are lowercased, path/query/fragment preserve original case.
|
|
45
|
+
</xsd:documentation>
|
|
46
|
+
</xsd:annotation>
|
|
47
|
+
</xsd:element>
|
|
48
|
+
<xsd:element name="user" type="simpleType.Generic.String.256" minOccurs="0" maxOccurs="1">
|
|
49
|
+
<xsd:annotation>
|
|
50
|
+
<xsd:documentation>
|
|
51
|
+
Optional username for HTTP Basic Authentication.
|
|
52
|
+
</xsd:documentation>
|
|
53
|
+
</xsd:annotation>
|
|
54
|
+
</xsd:element>
|
|
55
|
+
<xsd:element name="password" minOccurs="0" maxOccurs="1">
|
|
56
|
+
<xsd:annotation>
|
|
57
|
+
<xsd:documentation>
|
|
58
|
+
Optional password for HTTP Basic Authentication. Can be plain text or encrypted with common.export algorithm.
|
|
59
|
+
If encrypted="true", the encryption-type attribute should be set to "common.export".
|
|
60
|
+
</xsd:documentation>
|
|
61
|
+
</xsd:annotation>
|
|
62
|
+
<xsd:complexType>
|
|
63
|
+
<xsd:simpleContent>
|
|
64
|
+
<xsd:extension base="simpleType.Generic.String.4000">
|
|
65
|
+
<xsd:attribute name="encrypted" type="xsd:boolean">
|
|
66
|
+
<xsd:annotation>
|
|
67
|
+
<xsd:documentation>
|
|
68
|
+
Set to true if the password value is encrypted. If false or omitted, the value is treated as plain text.
|
|
69
|
+
</xsd:documentation>
|
|
70
|
+
</xsd:annotation>
|
|
71
|
+
</xsd:attribute>
|
|
72
|
+
<xsd:attribute name="encryption-type" use="optional">
|
|
73
|
+
<xsd:annotation>
|
|
74
|
+
<xsd:documentation>
|
|
75
|
+
The encryption algorithm used. Currently only "common.export" is supported. If encrypted="true" and this is omitted or set to an unknown value, an import error will occur.
|
|
76
|
+
</xsd:documentation>
|
|
77
|
+
</xsd:annotation>
|
|
78
|
+
<xsd:simpleType>
|
|
79
|
+
<xsd:restriction base="xsd:string">
|
|
80
|
+
<xsd:enumeration value="common.export" />
|
|
81
|
+
</xsd:restriction>
|
|
82
|
+
</xsd:simpleType>
|
|
83
|
+
</xsd:attribute>
|
|
84
|
+
</xsd:extension>
|
|
85
|
+
</xsd:simpleContent>
|
|
86
|
+
</xsd:complexType>
|
|
87
|
+
</xsd:element>
|
|
88
|
+
<xsd:element name="headers" minOccurs="0" maxOccurs="1">
|
|
89
|
+
<xsd:annotation>
|
|
90
|
+
<xsd:documentation>
|
|
91
|
+
Optional custom HTTP headers to send with webhook requests. Each header value is limited to 4000 characters.
|
|
92
|
+
</xsd:documentation>
|
|
93
|
+
</xsd:annotation>
|
|
94
|
+
<xsd:complexType>
|
|
95
|
+
<xsd:sequence>
|
|
96
|
+
<xsd:element name="header" minOccurs="0" maxOccurs="unbounded">
|
|
97
|
+
<xsd:complexType>
|
|
98
|
+
<xsd:simpleContent>
|
|
99
|
+
<xsd:extension base="simpleType.Generic.String.4000">
|
|
100
|
+
<xsd:attribute name="name" type="simpleType.Generic.NonEmptyString.256" use="required">
|
|
101
|
+
<xsd:annotation>
|
|
102
|
+
<xsd:documentation>
|
|
103
|
+
The HTTP header name.
|
|
104
|
+
</xsd:documentation>
|
|
105
|
+
</xsd:annotation>
|
|
106
|
+
</xsd:attribute>
|
|
107
|
+
<xsd:attribute name="encrypted" type="xsd:boolean">
|
|
108
|
+
<xsd:annotation>
|
|
109
|
+
<xsd:documentation>
|
|
110
|
+
Set to true if the header value is encrypted. If false or omitted, the value is treated as plain text.
|
|
111
|
+
</xsd:documentation>
|
|
112
|
+
</xsd:annotation>
|
|
113
|
+
</xsd:attribute>
|
|
114
|
+
<xsd:attribute name="encryption-type" use="optional">
|
|
115
|
+
<xsd:annotation>
|
|
116
|
+
<xsd:documentation>
|
|
117
|
+
The encryption algorithm used. Currently only "common.export" is supported. If encrypted="true" and this is omitted or set to an unknown value, an import error will occur.
|
|
118
|
+
</xsd:documentation>
|
|
119
|
+
</xsd:annotation>
|
|
120
|
+
<xsd:simpleType>
|
|
121
|
+
<xsd:restriction base="xsd:string">
|
|
122
|
+
<xsd:enumeration value="common.export" />
|
|
123
|
+
</xsd:restriction>
|
|
124
|
+
</xsd:simpleType>
|
|
125
|
+
</xsd:attribute>
|
|
126
|
+
</xsd:extension>
|
|
127
|
+
</xsd:simpleContent>
|
|
128
|
+
</xsd:complexType>
|
|
129
|
+
</xsd:element>
|
|
130
|
+
</xsd:sequence>
|
|
131
|
+
</xsd:complexType>
|
|
132
|
+
</xsd:element>
|
|
133
|
+
</xsd:sequence>
|
|
134
|
+
<xsd:attribute name="endpoint-id" type="simpleType.Generic.NonEmptyString.256" use="required">
|
|
135
|
+
<xsd:annotation>
|
|
136
|
+
<xsd:documentation>
|
|
137
|
+
Unique identifier for this endpoint. Used to reference the endpoint in route mappings.
|
|
138
|
+
</xsd:documentation>
|
|
139
|
+
</xsd:annotation>
|
|
140
|
+
</xsd:attribute>
|
|
141
|
+
<xsd:attribute name="mode" type="simpleType.ImportMode" use="optional">
|
|
142
|
+
<xsd:annotation>
|
|
143
|
+
<xsd:documentation>
|
|
144
|
+
Import mode for this endpoint. If omitted, the endpoint is created if it doesn't exist or updated if it does.
|
|
145
|
+
"delete" mode removes the endpoint.
|
|
146
|
+
</xsd:documentation>
|
|
147
|
+
</xsd:annotation>
|
|
148
|
+
</xsd:attribute>
|
|
149
|
+
</xsd:complexType>
|
|
150
|
+
|
|
151
|
+
<!-- Route Mapping complex type -->
|
|
152
|
+
<xsd:complexType name="complexType.RouteMapping">
|
|
153
|
+
<xsd:sequence>
|
|
154
|
+
<xsd:element name="event-id" type="simpleType.Generic.NonEmptyString.256" minOccurs="1" maxOccurs="1">
|
|
155
|
+
<xsd:annotation>
|
|
156
|
+
<xsd:documentation>
|
|
157
|
+
The event type identifier. Must match a registered event type in the system.
|
|
158
|
+
</xsd:documentation>
|
|
159
|
+
</xsd:annotation>
|
|
160
|
+
</xsd:element>
|
|
161
|
+
<xsd:element name="endpoint-id" type="simpleType.Generic.NonEmptyString.256" minOccurs="1" maxOccurs="1">
|
|
162
|
+
<xsd:annotation>
|
|
163
|
+
<xsd:documentation>
|
|
164
|
+
References an endpoint-id from an endpoint definition. The endpoint must exist before creating the route mapping.
|
|
165
|
+
</xsd:documentation>
|
|
166
|
+
</xsd:annotation>
|
|
167
|
+
</xsd:element>
|
|
168
|
+
<xsd:element name="scope" minOccurs="0" maxOccurs="1">
|
|
169
|
+
<xsd:annotation>
|
|
170
|
+
<xsd:documentation>
|
|
171
|
+
Defines the scope for this route mapping. If omitted, defaults to organization scope (equivalent to type="organization").
|
|
172
|
+
When type="organization", the route applies to all events organization-wide.
|
|
173
|
+
When type="sites", the route applies only to events from the specified sites.
|
|
174
|
+
</xsd:documentation>
|
|
175
|
+
</xsd:annotation>
|
|
176
|
+
<xsd:complexType>
|
|
177
|
+
<xsd:sequence>
|
|
178
|
+
<xsd:element name="site" minOccurs="0" maxOccurs="unbounded">
|
|
179
|
+
<xsd:complexType>
|
|
180
|
+
<xsd:attribute name="site-name" type="simpleType.Generic.NonEmptyString.256" use="required" />
|
|
181
|
+
</xsd:complexType>
|
|
182
|
+
</xsd:element>
|
|
183
|
+
</xsd:sequence>
|
|
184
|
+
<xsd:attribute name="type" use="required">
|
|
185
|
+
<xsd:simpleType>
|
|
186
|
+
<xsd:restriction base="xsd:string">
|
|
187
|
+
<xsd:enumeration value="organization" />
|
|
188
|
+
<xsd:enumeration value="sites" />
|
|
189
|
+
</xsd:restriction>
|
|
190
|
+
</xsd:simpleType>
|
|
191
|
+
</xsd:attribute>
|
|
192
|
+
</xsd:complexType>
|
|
193
|
+
</xsd:element>
|
|
194
|
+
</xsd:sequence>
|
|
195
|
+
<xsd:attribute name="mode" type="simpleType.ImportMode" use="optional">
|
|
196
|
+
<xsd:annotation>
|
|
197
|
+
<xsd:documentation>
|
|
198
|
+
Import mode for this route mapping. If omitted, the route mapping is created if it doesn't exist or updated if it does.
|
|
199
|
+
"delete" mode removes the route mapping.
|
|
200
|
+
</xsd:documentation>
|
|
201
|
+
</xsd:annotation>
|
|
202
|
+
</xsd:attribute>
|
|
203
|
+
</xsd:complexType>
|
|
204
|
+
|
|
205
|
+
<!-- Simple types (reuse from services.xsd pattern) -->
|
|
206
|
+
<xsd:simpleType name="simpleType.Generic.String">
|
|
207
|
+
<xsd:restriction base="xsd:string" />
|
|
208
|
+
</xsd:simpleType>
|
|
209
|
+
|
|
210
|
+
<xsd:simpleType name="simpleType.Generic.String.256">
|
|
211
|
+
<xsd:restriction base="simpleType.Generic.String">
|
|
212
|
+
<xsd:minLength value="0" />
|
|
213
|
+
<xsd:maxLength value="256" />
|
|
214
|
+
</xsd:restriction>
|
|
215
|
+
</xsd:simpleType>
|
|
216
|
+
|
|
217
|
+
<xsd:simpleType name="simpleType.Generic.NonEmptyString.256">
|
|
218
|
+
<xsd:restriction base="simpleType.Generic.String">
|
|
219
|
+
<xsd:minLength value="0" />
|
|
220
|
+
<xsd:maxLength value="256" />
|
|
221
|
+
<xsd:pattern value="\S|(\S(.*)\S)" />
|
|
222
|
+
</xsd:restriction>
|
|
223
|
+
</xsd:simpleType>
|
|
224
|
+
|
|
225
|
+
<xsd:simpleType name="simpleType.Generic.String.2048">
|
|
226
|
+
<xsd:restriction base="simpleType.Generic.String">
|
|
227
|
+
<xsd:minLength value="0" />
|
|
228
|
+
<xsd:maxLength value="2048" />
|
|
229
|
+
</xsd:restriction>
|
|
230
|
+
</xsd:simpleType>
|
|
231
|
+
|
|
232
|
+
<xsd:simpleType name="simpleType.Generic.String.4000">
|
|
233
|
+
<xsd:restriction base="simpleType.Generic.String">
|
|
234
|
+
<xsd:minLength value="0" />
|
|
235
|
+
<xsd:maxLength value="4000" />
|
|
236
|
+
</xsd:restriction>
|
|
237
|
+
</xsd:simpleType>
|
|
238
|
+
|
|
239
|
+
<xsd:simpleType name="simpleType.ImportMode">
|
|
240
|
+
<xsd:annotation>
|
|
241
|
+
<xsd:documentation>
|
|
242
|
+
Import mode enumeration. Only "delete" is explicitly defined in the schema.
|
|
243
|
+
When omitted from an element's mode attribute, the import creates or updates the element.
|
|
244
|
+
</xsd:documentation>
|
|
245
|
+
</xsd:annotation>
|
|
246
|
+
<xsd:restriction base="xsd:string">
|
|
247
|
+
<xsd:enumeration value="delete">
|
|
248
|
+
<xsd:annotation>
|
|
249
|
+
<xsd:documentation>
|
|
250
|
+
Delete mode removes the endpoint or route mapping if it exists.
|
|
251
|
+
</xsd:documentation>
|
|
252
|
+
</xsd:annotation>
|
|
253
|
+
</xsd:enumeration>
|
|
254
|
+
</xsd:restriction>
|
|
255
|
+
</xsd:simpleType>
|
|
256
|
+
|
|
257
|
+
</xsd:schema>
|
package/data/xsd/index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-06-23T22:27:06.448Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
{
|
|
6
6
|
"id": "abtest",
|
|
@@ -78,6 +78,10 @@
|
|
|
78
78
|
"id": "dcext",
|
|
79
79
|
"filePath": "dcext.xsd"
|
|
80
80
|
},
|
|
81
|
+
{
|
|
82
|
+
"id": "eventrouting",
|
|
83
|
+
"filePath": "eventrouting.xsd"
|
|
84
|
+
},
|
|
81
85
|
{
|
|
82
86
|
"id": "feed",
|
|
83
87
|
"filePath": "feed.xsd"
|
|
@@ -227,4 +231,4 @@
|
|
|
227
231
|
"filePath": "xml.xsd"
|
|
228
232
|
}
|
|
229
233
|
]
|
|
230
|
-
}
|
|
234
|
+
}
|
package/data/xsd/order.xsd
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
custom-attributes of ProductShippingLineItem are exported. Since version 21.9 the
|
|
33
33
|
fields account-id and account-type are exported. Since version 22.9 details to a
|
|
34
34
|
Salesforce Payments payment are no longer exported in a custom method element.
|
|
35
|
+
Since version 26.5 multi-level tax items can be exported for line items.
|
|
35
36
|
</xsd:documentation>
|
|
36
37
|
</xsd:annotation>
|
|
37
38
|
<xsd:enumeration value="18.5" />
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
<xsd:enumeration value="22.1" />
|
|
44
45
|
<xsd:enumeration value="22.9" />
|
|
45
46
|
<xsd:enumeration value="23.4" />
|
|
47
|
+
<xsd:enumeration value="26.5" />
|
|
46
48
|
</xsd:restriction>
|
|
47
49
|
</xsd:simpleType>
|
|
48
50
|
|
|
@@ -211,6 +213,32 @@
|
|
|
211
213
|
</xsd:complexContent>
|
|
212
214
|
</xsd:complexType>
|
|
213
215
|
|
|
216
|
+
<xsd:complexType name="complexType.LineItemTaxItem">
|
|
217
|
+
<xsd:sequence>
|
|
218
|
+
<xsd:element name="tax-id" type="simpleType.Generic.NonEmptyString.256" minOccurs="1" maxOccurs="1">
|
|
219
|
+
<xsd:annotation>
|
|
220
|
+
<xsd:documentation>Tax identifier (e.g., "federal", "state_CA")</xsd:documentation>
|
|
221
|
+
</xsd:annotation>
|
|
222
|
+
</xsd:element>
|
|
223
|
+
<xsd:element name="tax-rate" type="xsd:decimal" minOccurs="1" maxOccurs="1">
|
|
224
|
+
<xsd:annotation>
|
|
225
|
+
<xsd:documentation>Tax rate as decimal (0.07 = 7%)</xsd:documentation>
|
|
226
|
+
</xsd:annotation>
|
|
227
|
+
</xsd:element>
|
|
228
|
+
<xsd:element name="tax-amount" type="xsd:decimal" minOccurs="1" maxOccurs="1">
|
|
229
|
+
<xsd:annotation>
|
|
230
|
+
<xsd:documentation>Tax amount in purchase currency.</xsd:documentation>
|
|
231
|
+
</xsd:annotation>
|
|
232
|
+
</xsd:element>
|
|
233
|
+
</xsd:sequence>
|
|
234
|
+
</xsd:complexType>
|
|
235
|
+
|
|
236
|
+
<xsd:complexType name="complexType.LineItemTaxItems">
|
|
237
|
+
<xsd:sequence>
|
|
238
|
+
<xsd:element name="tax-item" type="complexType.LineItemTaxItem" minOccurs="1" maxOccurs="10" />
|
|
239
|
+
</xsd:sequence>
|
|
240
|
+
</xsd:complexType>
|
|
241
|
+
|
|
214
242
|
<xsd:complexType name="complexType.ProductLineItem">
|
|
215
243
|
<xsd:complexContent>
|
|
216
244
|
<xsd:extension base="complexType.LineItemAmounts">
|
|
@@ -236,6 +264,11 @@
|
|
|
236
264
|
<xsd:element name="gift-message" type="simpleType.Generic.String.4000" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
237
265
|
<xsd:element name="external-line-item-status" type="simpleType.Generic.String.256" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
238
266
|
<xsd:element name="external-line-item-text" type="simpleType.Generic.String" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
267
|
+
<xsd:element name="tax-items" type="complexType.LineItemTaxItems" minOccurs="0" maxOccurs="1">
|
|
268
|
+
<xsd:annotation>
|
|
269
|
+
<xsd:documentation>Since version 26.5. Multi-level tax items per line item.</xsd:documentation>
|
|
270
|
+
</xsd:annotation>
|
|
271
|
+
</xsd:element>
|
|
239
272
|
<xsd:element name="custom-attributes" type="sharedType.CustomAttributes" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
240
273
|
<xsd:element name="price-adjustments" type="complexType.PriceAdjustments" maxOccurs="1" minOccurs="0"></xsd:element>
|
|
241
274
|
</xsd:sequence>
|
|
@@ -424,6 +457,11 @@
|
|
|
424
457
|
<xsd:element name="recipient-name" type="simpleType.Generic.String.256" maxOccurs="1" minOccurs="0"></xsd:element>
|
|
425
458
|
<xsd:element name="message" type="simpleType.Generic.String.4000" maxOccurs="1" minOccurs="0"></xsd:element>
|
|
426
459
|
<xsd:element name="shipment-id" type="simpleType.Generic.NonEmptyString.256" maxOccurs="1" minOccurs="0"></xsd:element>
|
|
460
|
+
<xsd:element name="tax-items" type="complexType.LineItemTaxItems" minOccurs="0" maxOccurs="1">
|
|
461
|
+
<xsd:annotation>
|
|
462
|
+
<xsd:documentation>Since version 26.5, multi-level tax items per line item are supported.</xsd:documentation>
|
|
463
|
+
</xsd:annotation>
|
|
464
|
+
</xsd:element>
|
|
427
465
|
<xsd:element name="custom-attributes" type="sharedType.CustomAttributes" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
428
466
|
</xsd:sequence>
|
|
429
467
|
</xsd:extension>
|
|
@@ -482,6 +520,11 @@
|
|
|
482
520
|
</xsd:element>
|
|
483
521
|
<xsd:element name="shipment-id" type="simpleType.Generic.NonEmptyString.256" maxOccurs="1" minOccurs="0"></xsd:element>
|
|
484
522
|
<xsd:element name="tax-rate" type="xsd:double" minOccurs="1"></xsd:element>
|
|
523
|
+
<xsd:element name="tax-items" type="complexType.LineItemTaxItems" minOccurs="0" maxOccurs="1">
|
|
524
|
+
<xsd:annotation>
|
|
525
|
+
<xsd:documentation>Since version 26.5. Multi-level tax items per line item.</xsd:documentation>
|
|
526
|
+
</xsd:annotation>
|
|
527
|
+
</xsd:element>
|
|
485
528
|
<xsd:element name="custom-attributes" type="sharedType.CustomAttributes" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
486
529
|
</xsd:sequence>
|
|
487
530
|
</xsd:extension>
|
|
@@ -495,6 +538,11 @@
|
|
|
495
538
|
<xsd:element name="quantity" type="complexType.Quantity" minOccurs="1"></xsd:element>
|
|
496
539
|
<xsd:element name="tax-rate" type="xsd:double" minOccurs="1"></xsd:element>
|
|
497
540
|
<xsd:element name="type" type="simpleType.ProductShippingCostType" minOccurs="1"></xsd:element>
|
|
541
|
+
<xsd:element name="tax-items" type="complexType.LineItemTaxItems" minOccurs="0" maxOccurs="1">
|
|
542
|
+
<xsd:annotation>
|
|
543
|
+
<xsd:documentation>Since version 26.5. Multi-level tax items per line item.</xsd:documentation>
|
|
544
|
+
</xsd:annotation>
|
|
545
|
+
</xsd:element>
|
|
498
546
|
<xsd:element name="custom-attributes" type="sharedType.CustomAttributes" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
499
547
|
<xsd:element name="price-adjustments" type="complexType.PriceAdjustments" minOccurs="0" maxOccurs="1" ></xsd:element>
|
|
500
548
|
</xsd:sequence>
|
|
@@ -544,6 +592,11 @@
|
|
|
544
592
|
<xsd:element name="option-id" type="simpleType.Generic.NonEmptyString.256"></xsd:element>
|
|
545
593
|
<xsd:element name="value-id" type="simpleType.Generic.NonEmptyString.256"></xsd:element>
|
|
546
594
|
<xsd:element name="product-id" type="simpleType.Generic.NonEmptyString.100" minOccurs="1" maxOccurs="1" ></xsd:element>
|
|
595
|
+
<xsd:element name="tax-items" type="complexType.LineItemTaxItems" minOccurs="0" maxOccurs="1">
|
|
596
|
+
<xsd:annotation>
|
|
597
|
+
<xsd:documentation>Since version 26.5. Multi-level tax items per line item.</xsd:documentation>
|
|
598
|
+
</xsd:annotation>
|
|
599
|
+
</xsd:element>
|
|
547
600
|
<xsd:element name="custom-attributes" type="sharedType.CustomAttributes" minOccurs="0" maxOccurs="1"></xsd:element>
|
|
548
601
|
<xsd:element name="price-adjustments" type="complexType.PriceAdjustments" minOccurs="0" maxOccurs="1" ></xsd:element>
|
|
549
602
|
</xsd:sequence>
|