Skip to content

Commit 883c936

Browse files
Merge pull request #425 from commercetools/after-release
Update changelog
2 parents fc6f0df + b1380bc commit 883c936

File tree

2 files changed

+96
-1
lines changed

2 files changed

+96
-1
lines changed

CHANGELOG.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,100 @@
11

2+
# 12.8.0 (2025-03-12)
3+
4+
## What's Changed
5+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/414
6+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/415
7+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/416
8+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/417
9+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/418
10+
* Add constructors to LocalizedString by @jenschude in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/420
11+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/421
12+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/423
13+
* update ZeroQL by @jenschude in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/424
14+
15+
**Api changes**
16+
17+
<details>
18+
<summary>Added Enum(s)</summary>
19+
20+
- added enum `ViewMyShoppingLists` to type `Permission`
21+
- added enum `ViewOthersShoppingLists` to type `Permission`
22+
- added enum `UpdateMyShoppingLists` to type `Permission`
23+
- added enum `UpdateOthersShoppingLists` to type `Permission`
24+
- added enum `CreateMyShoppingLists` to type `Permission`
25+
- added enum `CreateOthersShoppingLists` to type `Permission`
26+
- added enum `DeleteMyShoppingLists` to type `Permission`
27+
- added enum `DeleteOthersShoppingLists` to type `Permission`
28+
</details>
29+
30+
31+
<details>
32+
<summary>Added Type(s)</summary>
33+
34+
- added type `BusinessUnitAssociateResponse`
35+
- added type `BestDeal`
36+
- added type `DiscountTypeCombination`
37+
- added type `Stacking`
38+
- added type `OrderBusinessUnitSetMessage`
39+
- added type `OrderBusinessUnitSetMessagePayload`
40+
- added type `StagedOrderSetBusinessUnitAction`
41+
- added type `OrderSetBusinessUnitAction`
42+
</details>
43+
44+
45+
<details>
46+
<summary>Added Resource(s)</summary>
47+
48+
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists`
49+
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}`
50+
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}`
51+
- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}`
52+
- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}`
53+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}`
54+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}`
55+
</details>
56+
57+
58+
<details>
59+
<summary>Added Method(s)</summary>
60+
61+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().get()`
62+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().head()`
63+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().post()`
64+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().get()`
65+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().head()`
66+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().post()`
67+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().delete()`
68+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().get()`
69+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().head()`
70+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().post()`
71+
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().delete()`
72+
- added method `apiRoot.withProjectKey().businessUnits().keyWithKeyValueAssociatesWithAssociateIdValue().get()`
73+
- added method `apiRoot.withProjectKey().businessUnits().withBusinessUnitIdValueAssociatesWithAssociateIdValue().get()`
74+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().keyWithKeyValueAssociatesWithAssociateIdValue().get()`
75+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withBusinessUnitIdValueAssociatesWithAssociateIdValue().get()`
76+
</details>
77+
78+
79+
<details>
80+
<summary>Added Property(s)</summary>
81+
82+
- added property `discountTypeCombination` to type `Cart`
83+
- added property `discountTypeCombination` to type `StagedOrder`
84+
- added property `discountTypeCombination` to type `Order`
85+
</details>
86+
87+
88+
<details>
89+
<summary>MarkDeprecated Property(s)</summary>
90+
91+
- marked property `CountOnCustomLineItemUnits::excludeCount` as deprecated
92+
- marked property `CountOnLineItemUnits::excludeCount` as deprecated
93+
</details>
94+
95+
96+
**Full Changelog**: https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/compare/12.7.0...12.8.0
97+
298
# 12.7.0 (2025-02-27)
399

4100
## What's Changed

reference.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)