10.13.0
What's Changed
- Update generated SDKs by @ct-sdks in #306
- Update generated SDKs by @ct-sdks in #307
- Update generated SDKs by @ct-sdks in #308
- Update generated SDKs by @ct-sdks in #309
- Update generated SDKs by @ct-sdks in #310
- Update generated SDKs by @ct-sdks in #311
- Update generated SDKs by @ct-sdks in #312
- Update generated SDKs by @ct-sdks in #313
- Update generated SDKs by @ct-sdks in #314
- Update generated SDKs by @ct-sdks in #315
- Update generated SDKs by @ct-sdks in #316
- Update ci.yml by @jenschude in #319
- Update generated SDKs by @ct-sdks in #318
- update psalm and ecs by @jenschude in #320
- Update generated SDKs by @ct-sdks in #322
Api changes
Required Property(s)
⚠️ changed propertytriggerPattern
of typeCartDiscountPatternTarget
to be required- changed property
images
of typeProductTailoringSetExternalImagesAction
to be optional
Changed Property(s)
⚠️ changed propertydiscount
of typeDiscountedTotalPricePortion
from typeCartDiscountReference
toReference
Added Property(s)
- added property
inheritedStores
to typeBusinessUnit
- added property
inheritedStores
to typeCompany
- added property
inheritedStores
to typeDivision
- added property
discountTypeCombination
to typeCart
- added property
discountTypeCombination
to typeStagedOrder
- added property
discountTypeCombination
to typeOrder
- added property
businessUnit
to typeShoppingList
- added property
businessUnit
to typeShoppingListDraft
Added Type(s)
- added type
BestDeal
- added type
DiscountTypeCombination
- added type
Stacking
- added type
AssociateRoleNameSetMessage
- added type
AssociateRoleNameSetMessagePayload
- added type
ShoppingListSetBusinessUnitAction
Removed Type(s)
⚠️ removed typeAssociateRoleNameChangedMessage
⚠️ removed typeAssociateRoleNameChangedMessagePayload
⚠️ removed typeProductSearchFacetScope
Added 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 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()
History changes
Removed Enum(s)
⚠️ removed enumsetAsssetKey
from typeUpdateType
Added Enum(s)
- added enum
setAssetKey
to typeUpdateType
Required Property(s)
⚠️ changed propertytriggerPattern
of typeChangeTargetPatternChangeValue
to be required
Changed Property(s)
⚠️ changed propertyextensions
of typeGraphQLError
from typeGraphQLErrorObject
toobject
Removed Type(s)
⚠️ removed typeGraphQLErrorObject
Full Changelog: 10.12.0...10.13.0