Skip to content

9.5.0

Compare
Choose a tag to compare
@jenschude jenschude released this 07 Nov 11:45
· 1556 commits to main since this release
451fdb8

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 type CartSetLineItemTaxAmountAction
  • added property shippingKey to type CartSetLineItemTaxRateAction
  • added property salutation to type MyCustomerDraft
  • added property shippingKey to type StagedOrderSetLineItemTaxAmountAction
  • added property shippingKey to type StagedOrderSetLineItemTaxRateAction
  • added property quoteStateToAccepted to type OrderFromQuoteDraft
  • added property stagedQuoteStateToSent to type QuoteDraft
  • added property quoteRequestStateToAccepted to type StagedQuoteDraft
  • added property authenticationMode to type SnsDestination
  • added property authenticationMode to type SqsDestination
Changed Property(s)
  • ⚠️ changed property sort of type OrderSearchRequest from type OrderSearchSorting to List\<OrderSearchSorting\>
  • ⚠️ changed property resourceTypeId of type ChangeSubscription from type string to ChangeSubscriptionResourceTypeId
  • ⚠️ changed property resourceTypeId of type MessageSubscription from type string to MessageSubscriptionResourceTypeId
  • ⚠️ changed property payloadNotIncluded of type MessageDeliveryPayload to be optional
  • ⚠️ changed property accessKey of type SnsDestination to be optional
  • ⚠️ changed property accessSecret of type SnsDestination to be optional
  • ⚠️ changed property accessKey of type SqsDestination to be optional
  • ⚠️ changed property accessSecret of type SqsDestination to be optional
  • ⚠️ changed property authenticationMode of type Customer 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 type OrderSearchSorting from type string to object
  • 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 type OrderImport
Removed Property(s)
  • ⚠️ removed property totalTax from type TaxedPrice

Full Changelog: 9.4.0...9.5.0