|
1 | 1 | **Api changes**
|
2 | 2 |
|
3 | 3 | <details>
|
4 |
| -<summary>Added QueryParameter(s)</summary> |
| 4 | +<summary>Required Property(s)</summary> |
5 | 5 |
|
6 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` |
7 |
| -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` |
8 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` |
9 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` |
10 |
| -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` |
11 |
| -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` |
12 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` |
13 |
| -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` |
14 |
| -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` |
15 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` |
16 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` |
17 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` |
18 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` |
19 |
| -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` |
| 6 | +- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional |
20 | 7 | </details>
|
21 | 8 |
|
22 | 9 |
|
23 | 10 | <details>
|
24 |
| -<summary>Added Type(s)</summary> |
| 11 | +<summary>Removed QueryParameter(s)</summary> |
25 | 12 |
|
26 |
| -- added type `CustomerGroupAssignment` |
27 |
| -- added type `CustomerGroupAssignmentDraft` |
28 |
| -- added type `CustomerAddCustomerGroupAssignmentAction` |
29 |
| -- added type `CustomerRemoveCustomerGroupAssignmentAction` |
30 |
| -- added type `CustomerSetCustomerGroupAssignmentsAction` |
31 |
| -- added type `CustomerGroupAssignmentAddedMessage` |
32 |
| -- added type `CustomerGroupAssignmentRemovedMessage` |
33 |
| -- added type `CustomerGroupAssignmentsSetMessage` |
34 |
| -- added type `CustomerGroupAssignmentAddedMessagePayload` |
35 |
| -- added type `CustomerGroupAssignmentRemovedMessagePayload` |
36 |
| -- added type `CustomerGroupAssignmentsSetMessagePayload` |
37 |
| -</details> |
38 |
| - |
39 |
| - |
40 |
| -<details> |
41 |
| -<summary>Added Property(s)</summary> |
42 |
| - |
43 |
| -- added property `customerGroupAssignments` to type `Customer` |
44 |
| -- added property `customerGroupAssignments` to type `CustomerDraft` |
45 |
| -- added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams` |
| 13 | +- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` |
46 | 14 | </details>
|
47 | 15 |
|
0 commit comments