|
1 | 1 | **Api changes**
|
2 | 2 |
|
| 3 | +<details> |
| 4 | +<summary>Added Resource(s)</summary> |
| 5 | + |
| 6 | +- added resource `/{projectKey}/customers/search` |
| 7 | +- added resource `/{projectKey}/customers/search/indexing-status` |
| 8 | +- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests` |
| 9 | +- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes` |
| 10 | +- added resource `/{projectKey}/in-store/key={storeKey}/quotes` |
| 11 | +- added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes` |
| 12 | +- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images` |
| 13 | +- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images` |
| 14 | +- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}` |
| 15 | +- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}` |
| 16 | +- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}` |
| 17 | +- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}` |
| 18 | +- added resource `/{projectKey}/in-store/key={storeKey}/quotes/key={key}` |
| 19 | +- added resource `/{projectKey}/in-store/key={storeKey}/quotes/{ID}` |
| 20 | +</details> |
| 21 | + |
| 22 | + |
3 | 23 | <details>
|
4 | 24 | <summary>Added Enum(s)</summary>
|
5 | 25 |
|
|
17 | 37 |
|
18 | 38 |
|
19 | 39 | <details>
|
20 |
| -<summary>Added Method(s)</summary> |
| 40 | +<summary>Removed QueryParameter(s)</summary> |
21 | 41 |
|
22 |
| -- added method `apiRoot.withProjectKey().customers().search().post()` |
23 |
| -- added method `apiRoot.withProjectKey().customers().search().head()` |
24 |
| -- added method `apiRoot.withProjectKey().customers().searchIndexingStatus().get()` |
25 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()` |
26 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()` |
27 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()` |
28 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().get()` |
29 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().head()` |
30 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().post()` |
31 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().get()` |
32 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()` |
33 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()` |
34 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()` |
35 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()` |
36 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()` |
37 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()` |
38 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()` |
39 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()` |
40 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().delete()` |
41 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().get()` |
42 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().head()` |
43 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().post()` |
44 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().delete()` |
45 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().get()` |
46 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().head()` |
47 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().post()` |
48 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().delete()` |
49 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().get()` |
50 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().head()` |
51 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().post()` |
52 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().delete()` |
53 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().get()` |
54 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().head()` |
55 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().post()` |
56 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().delete()` |
57 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().get()` |
58 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().head()` |
59 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().post()` |
60 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().delete()` |
| 42 | +- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products` |
| 43 | +- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products` |
| 44 | +- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/key={key}` |
| 45 | +- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/key={key}` |
| 46 | +- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/key={key}` |
| 47 | +- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/{ID}` |
| 48 | +- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/{ID}` |
| 49 | +- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/{ID}` |
| 50 | +- :warning: removed query parameter `sort` from method `get /{projectKey}/product-projections/suggest` |
| 51 | +- :warning: removed query parameter `offset` from method `get /{projectKey}/product-projections/suggest` |
| 52 | +- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/suggest` |
| 53 | +</details> |
| 54 | + |
| 55 | + |
| 56 | +<details> |
| 57 | +<summary>Changed Property(s)</summary> |
| 58 | + |
| 59 | +- :warning: changed property `customType` of type `OrderSearchAnyValue` from type `string` to `OrderSearchCustomType` |
| 60 | +- :warning: changed property `customType` of type `OrderSearchDateRangeValue` from type `string` to `OrderSearchCustomType` |
| 61 | +- :warning: changed property `customType` of type `OrderSearchFullTextValue` from type `string` to `OrderSearchCustomType` |
| 62 | +- :warning: changed property `customType` of type `OrderSearchLongRangeValue` from type `string` to `OrderSearchCustomType` |
| 63 | +- :warning: changed property `customType` of type `OrderSearchNumberRangeValue` from type `string` to `OrderSearchCustomType` |
| 64 | +- :warning: changed property `customType` of type `OrderSearchQueryExpressionValue` from type `string` to `OrderSearchCustomType` |
| 65 | +- :warning: changed property `customType` of type `OrderSearchStringValue` from type `string` to `OrderSearchCustomType` |
61 | 66 | </details>
|
62 | 67 |
|
63 | 68 |
|
|
112 | 117 |
|
113 | 118 | - added type `BusinessUnitApprovalRuleMode`
|
114 | 119 | - added type `BusinessUnitChangeApprovalRuleModeAction`
|
| 120 | +- added type `CartChangeLineItemsOrderAction` |
115 | 121 | - added type `CustomerIndexingProgress`
|
116 | 122 | - added type `CustomerIndexingStatus`
|
117 | 123 | - added type `CustomerPagedSearchResponse`
|
118 | 124 | - added type `CustomerSearchIndexingStatusResponse`
|
119 | 125 | - added type `CustomerSearchRequest`
|
120 | 126 | - added type `CustomerSearchResult`
|
| 127 | +- added type `MyCartChangeLineItemsOrderAction` |
121 | 128 | - added type `BusinessUnitApprovalRuleModeChangedMessage`
|
122 | 129 | - added type `ProductPriceCustomFieldAddedMessage`
|
123 | 130 | - added type `ProductPriceCustomFieldChangedMessage`
|
|
138 | 145 | - added type `ProductTailoringImagesSetMessagePayload`
|
139 | 146 | - added type `ProductVariantTailoringAddedMessagePayload`
|
140 | 147 | - added type `ProductVariantTailoringRemovedMessagePayload`
|
| 148 | +- added type `OrderSearchCustomType` |
141 | 149 | - added type `ProductVariantTailoring`
|
142 | 150 | - added type `ProductVariantTailoringDraft`
|
143 | 151 | - added type `ProductTailoringAddAssetAction`
|
|
164 | 172 |
|
165 | 173 |
|
166 | 174 | <details>
|
167 |
| -<summary>Removed QueryParameter(s)</summary> |
168 |
| - |
169 |
| -- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products` |
170 |
| -- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products` |
171 |
| -- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/key={key}` |
172 |
| -- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/key={key}` |
173 |
| -- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/key={key}` |
174 |
| -- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/{ID}` |
175 |
| -- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/{ID}` |
176 |
| -- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/{ID}` |
177 |
| -- :warning: removed query parameter `sort` from method `get /{projectKey}/product-projections/suggest` |
178 |
| -- :warning: removed query parameter `offset` from method `get /{projectKey}/product-projections/suggest` |
179 |
| -- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/suggest` |
180 |
| -</details> |
181 |
| - |
182 |
| - |
183 |
| -<details> |
184 |
| -<summary>Added Resource(s)</summary> |
| 175 | +<summary>Added Method(s)</summary> |
185 | 176 |
|
186 |
| -- added resource `/{projectKey}/customers/search` |
187 |
| -- added resource `/{projectKey}/customers/search/indexing-status` |
188 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests` |
189 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes` |
190 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/quotes` |
191 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes` |
192 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images` |
193 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images` |
194 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}` |
195 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}` |
196 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}` |
197 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}` |
198 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/quotes/key={key}` |
199 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/quotes/{ID}` |
| 177 | +- added method `apiRoot.withProjectKey().customers().search().post()` |
| 178 | +- added method `apiRoot.withProjectKey().customers().search().head()` |
| 179 | +- added method `apiRoot.withProjectKey().customers().searchIndexingStatus().get()` |
| 180 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()` |
| 181 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()` |
| 182 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()` |
| 183 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().get()` |
| 184 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().head()` |
| 185 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().post()` |
| 186 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().get()` |
| 187 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()` |
| 188 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()` |
| 189 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()` |
| 190 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()` |
| 191 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()` |
| 192 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()` |
| 193 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()` |
| 194 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()` |
| 195 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().delete()` |
| 196 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().get()` |
| 197 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().head()` |
| 198 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().post()` |
| 199 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().delete()` |
| 200 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().get()` |
| 201 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().head()` |
| 202 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().post()` |
| 203 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().delete()` |
| 204 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().get()` |
| 205 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().head()` |
| 206 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().post()` |
| 207 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().delete()` |
| 208 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().get()` |
| 209 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().head()` |
| 210 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().post()` |
| 211 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().delete()` |
| 212 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().get()` |
| 213 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().head()` |
| 214 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().post()` |
| 215 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().delete()` |
200 | 216 | </details>
|
201 | 217 |
|
0 commit comments