9.5.0
What's Changed
- Update generated SDKs by @github-actions in #356
- add configuration methods for the queue middleware by @jenschude in #355
- Update generated SDKs by @github-actions in #357
- Update all dependencies by @renovate in #311
- Update all dependencies by @renovate in #360
- Update generated SDKs by @github-actions in #358
Api changes
Added Property(s)
- added property
shippingKey
to typeCartSetLineItemTaxAmountAction
- added property
shippingKey
to typeCartSetLineItemTaxRateAction
- added property
salutation
to typeMyCustomerDraft
- added property
shippingKey
to typeStagedOrderSetLineItemTaxAmountAction
- added property
shippingKey
to typeStagedOrderSetLineItemTaxRateAction
- added property
quoteStateToAccepted
to typeOrderFromQuoteDraft
- added property
stagedQuoteStateToSent
to typeQuoteDraft
- added property
quoteRequestStateToAccepted
to typeStagedQuoteDraft
- added property
authenticationMode
to typeSnsDestination
- added property
authenticationMode
to typeSqsDestination
Changed Property(s)
⚠️ changed propertysort
of typeOrderSearchRequest
from typeOrderSearchSorting
toList\<OrderSearchSorting\>
⚠️ changed propertyresourceTypeId
of typeChangeSubscription
from typestring
toChangeSubscriptionResourceTypeId
⚠️ changed propertyresourceTypeId
of typeMessageSubscription
from typestring
toMessageSubscriptionResourceTypeId
⚠️ changed propertypayloadNotIncluded
of typeMessageDeliveryPayload
to be optional⚠️ changed propertyaccessKey
of typeSnsDestination
to be optional⚠️ changed propertyaccessSecret
of typeSnsDestination
to be optional⚠️ changed propertyaccessKey
of typeSqsDestination
to be optional⚠️ changed propertyaccessSecret
of typeSqsDestination
to be optional⚠️ changed propertyauthenticationMode
of typeCustomer
to be required
Added Type(s)
- added type
AttributeGroup
- added type
AttributeGroupDraft
- added type
AttributeGroupPagedQueryResponse
- added type
AttributeGroupReference
- added type
AttributeGroupResourceIdentifier
- added type
AttributeGroupUpdate
- added type
AttributeGroupUpdateAction
- added type
AttributeReference
- added type
AttributeGroupAddAttributeAction
- added type
AttributeGroupChangeNameAction
- added type
AttributeGroupRemoveAttributeAction
- added type
AttributeGroupSetAttributesAction
- added type
AttributeGroupSetDescriptionAction
- added type
AttributeGroupSetKeyAction
- added type
MyCustomerEmailVerify
- added type
AwsAuthenticationMode
- added type
ChangeSubscriptionResourceTypeId
- added type
CloudEventsPayload
- added type
MessageSubscriptionResourceTypeId
Changed Type(s)
⚠️ changed typeOrderSearchSorting
from typestring
toobject
- marked type
ShippingMethodSetDescriptionAction
as deprecated - marked type
IronMqDestination
as deprecated
Added Method(s)
- added method
get /{projectKey}/attribute-groups
- added method
post /{projectKey}/attribute-groups
- added method
get /{projectKey}/subscriptions/{ID}/health
- added method
get /{projectKey}/attribute-groups/key={key}
- added method
post /{projectKey}/attribute-groups/key={key}
- added method
delete /{projectKey}/attribute-groups/key={key}
- added method
get /{projectKey}/attribute-groups/{ID}
- added method
post /{projectKey}/attribute-groups/{ID}
- added method
delete /{projectKey}/attribute-groups/{ID}
Added Resource(s)
- added resource
/{projectKey}/attribute-groups
(file:///home/runner/work/commercetools-api-reference/commercetools-api-reference/commercetools-api-reference/api-specs/api/api.raml:216:2) - added resource
/{projectKey}/subscriptions/{ID}/health
- added resource
/{projectKey}/attribute-groups/key={key}
- added resource
/{projectKey}/attribute-groups/{ID}
Import changes
Added Property(s)
- added property
store
to typeOrderImport
Removed Property(s)
⚠️ removed propertytotalTax
from typeTaxedPrice
Full Changelog: 9.4.0...9.5.0