Skip to content

Commit 196d7ed

Browse files
Merge pull request #296 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 0a4a72f + 0f559ef commit 196d7ed

29 files changed

+4358
-0
lines changed

changes.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
**Api changes**
2+
3+
<details>
4+
<summary>Added Resource(s)</summary>
5+
6+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units`
7+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}`
8+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}`
9+
</details>
10+
11+
12+
<details>
13+
<summary>Added Method(s)</summary>
14+
15+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->get()`
16+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->head()`
17+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->post()`
18+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->get()`
19+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->head()`
20+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->post()`
21+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->delete()`
22+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->get()`
23+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->head()`
24+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->post()`
25+
- added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->delete()`
26+
</details>
27+
28+
29+
<details>
30+
<summary>Added Property(s)</summary>
31+
32+
- added property `inheritedStores` to type `BusinessUnit`
33+
- added property `inheritedStores` to type `Company`
34+
- added property `inheritedStores` to type `Division`
35+
</details>
36+
137
**History changes**
238

339
<details>

0 commit comments

Comments
 (0)