Skip to content

Commit 4ed9e4c

Browse files
committed
build(codegen): updating SDK
1 parent 373c27c commit 4ed9e4c

File tree

8 files changed

+10
-310
lines changed

8 files changed

+10
-310
lines changed

changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@
294294
</details>
295295

296296

297+
<details>
298+
<summary>Deprecated Type(s)</summary>
299+
300+
- type `ProductLegacySetSkuAction` is removed
301+
</details>
302+
303+
297304
<details>
298305
<summary>Removed Type(s)</summary>
299306

lib/commercetools-api/docs/RequestBuilder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,6 +2744,8 @@ $request = $builder
27442744

27452745
For performance reasons, it is highly advisable to query for Custom Objects in a container by using the `container` field in the `where` predicate.
27462746

2747+
This endpoint is deprecated and replaced by the [Query CustomObjects in Container](/../apis/ctp:api:endpoint:/{projectKey}/custom-objects/{container}:GET) endpoint.
2748+
27472749

27482750
### Example
27492751
```php

lib/commercetools-api/src/Models/Product/ProductLegacySetSkuAction.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

lib/commercetools-api/src/Models/Product/ProductLegacySetSkuActionBuilder.php

Lines changed: 0 additions & 88 deletions
This file was deleted.

lib/commercetools-api/src/Models/Product/ProductLegacySetSkuActionCollection.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

lib/commercetools-api/src/Models/Product/ProductLegacySetSkuActionModel.php

Lines changed: 0 additions & 125 deletions
This file was deleted.

lib/commercetools-api/src/Models/Product/ProductUpdateActionModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ final class ProductUpdateActionModel extends JsonObjectModel implements ProductU
4242
'changeName' => ProductChangeNameActionModel::class,
4343
'changePrice' => ProductChangePriceActionModel::class,
4444
'changeSlug' => ProductChangeSlugActionModel::class,
45-
'legacySetSku' => ProductLegacySetSkuActionModel::class,
4645
'moveImageToPosition' => ProductMoveImageToPositionActionModel::class,
4746
'publish' => ProductPublishActionModel::class,
4847
'removeAsset' => ProductRemoveAssetActionModel::class,

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,3 +550,4 @@ d4e4e8a84aecf33d0482a5829b97a450a6d3234d
550550
59bf0ffb85d4043aaa090400511f3d6c658ca649
551551
dd952279caa05a020c427ea1899d4bf0897cb802
552552
985c8f2c9814fe367cb77e11c237968db008a306
553+
a3e408093873cfed8ced6708aa90deec2e7daa44

0 commit comments

Comments
 (0)