Releases: commercetools/commercetools-sdk-typescript
Releases · commercetools/commercetools-sdk-typescript
@commercetools/[email protected]
@commercetools/[email protected]
Minor Changes
-
#925
624c5b2
Thanks @ct-sdks! - Api changesChanged Property(s)
⚠️ changed propertydiscount
of typeDiscountedTotalPricePortion
from typeCartDiscountReference
toReference
Added Property(s)
- added property
businessUnit
to typeShoppingList
- added property
businessUnit
to typeShoppingListDraft
Required Property(s)
- changed property
images
of typeProductTailoringSetExternalImagesAction
to be optional
Removed Type(s)
⚠️ removed typeProductSearchFacetScope
Added Type(s)
- added type
ShoppingListSetBusinessUnitAction
@commercetools/[email protected]
@commercetools/[email protected]
@commercetools/[email protected]
@commercetools/[email protected]
@commercetools/[email protected]
@commercetools/[email protected]
Minor Changes
-
#900
548c38e
Thanks @ct-sdks! - Api changesAdded Resource(s)
- added resource
/{projectKey}/in-store/key={storeKey}/business-units
- added resource
/{projectKey}/in-store/key={storeKey}/business-units/key={key}
- added resource
/{projectKey}/in-store/key={storeKey}/business-units/{ID}
- added resource
Required Property(s)
⚠️ changed propertytriggerPattern
of typeCartDiscountPatternTarget
to be required
Added Property(s)
- added property
inheritedStores
to typeBusinessUnit
- added property
inheritedStores
to typeCompany
- added property
inheritedStores
to typeDivision
Added Method(s)
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().get()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().head()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().post()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().get()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().head()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().post()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().delete()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().get()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().head()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().post()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().delete()
Patch Changes
- Updated dependencies [
a08c782
,626c403
]:- @commercetools/[email protected]
@commercetools/[email protected]
@commercetools/[email protected]
Major Changes
- #896
f9b8cb6
Thanks @lojzatran! - Remove support of nodejs 16