Skip to content

fix(deps): update dependency @commercetools/platform-sdk to v9 - #1049

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/commercetools-platform-sdk-9.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/commercetools-platform-sdk-9.x

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@commercetools/platform-sdk 8.27.0 → 9.5.0 age confidence

Release Notes

commercetools/commercetools-sdk-typescript (@​commercetools/platform-sdk)

v9.5.0

Compare Source

Minor Changes
  • #​1451 6dff98c Thanks @​ct-sdks! - Api changes

    Removed Type(s) - ⚠️ removed type `Expansion` - ⚠️ removed type `QueryPredicate` - ⚠️ removed type `Sort`
    MarkDeprecated Type(s) - marked type `FacetRange` as deprecated - marked type `FacetResult` as deprecated - marked type `FacetResults` as deprecated - marked type `FacetTerm` as deprecated - marked type `FacetTypes` as deprecated - marked type `FilteredFacetResult` as deprecated - marked type `ProductProjectionPagedSearchResponse` as deprecated - marked type `RangeFacetResult` as deprecated - marked type `Suggestion` as deprecated - marked type `SuggestionResult` as deprecated - marked type `TermFacetResult` as deprecated - marked type `TermFacetResultType` as deprecated
    Added Type(s) - added type `AgentBusinessUnitAmbiguousError` - added type `AgentBusinessUnitLimitExceededError` - added type `AgentBusinessUnitUnresolvedError` - added type `AgentExtractionFailedError` - added type `AgentFeatureDisabledError` - added type `AgentFileNotProcessedWarning` - added type `AgentMissingCountryError` - added type `AgentMissingCustomerEmailError` - added type `AgentMissingEntityTypeError` - added type `AgentNoLineItemsExtractedError` - added type `AgentOutOfScopeError` - added type `AgentProductSearchNotEnabledError` - added type `AgentProductsNotFoundError` - added type `AgentProductsNotFoundWarning` - added type `AgentQuoteRequestCreationFailedError` - added type `AgentResponsesAuthError` - added type `AgentResponsesCartSuccess` - added type `AgentResponsesErrorResponse` - added type `AgentResponsesMultipartRequest` - added type `AgentResponsesOutputType` - added type `AgentResponsesPayload` - added type `AgentResponsesQuoteRequestSuccess` - added type `AgentResponsesRequest` - added type `AgentResponsesSuccess` - added type `AgentStoreAmbiguousError` - added type `AgentStoreDistributionChannelsUnsupportedError` - added type `AgentStoreUnresolvedError` - added type `EstimatedDelivery` - added type `CartSetEstimatedDeliveryAction` - added type `CartEstimatedDeliverySetMessage` - added type `OrderEstimatedDeliverySetMessage` - added type `StoreCheckoutUrlTemplateSetMessage` - added type `StoreContactUrlSetMessage` - added type `StoreCookiePolicyUrlSetMessage` - added type `StoreFaqUrlSetMessage` - added type `StoreImprintUrlSetMessage` - added type `StoreOrderUrlTemplateSetMessage` - added type `StorePrivacyPolicyUrlSetMessage` - added type `StoreRefundPolicyUrlSetMessage` - added type `StoreShippingPolicyUrlSetMessage` - added type `StoreTermsOfServiceUrlSetMessage` - added type `CartEstimatedDeliverySetMessagePayload` - added type `OrderEstimatedDeliverySetMessagePayload` - added type `StoreCheckoutUrlTemplateSetMessagePayload` - added type `StoreContactUrlSetMessagePayload` - added type `StoreCookiePolicyUrlSetMessagePayload` - added type `StoreFaqUrlSetMessagePayload` - added type `StoreImprintUrlSetMessagePayload` - added type `StoreOrderUrlTemplateSetMessagePayload` - added type `StorePrivacyPolicyUrlSetMessagePayload` - added type `StoreRefundPolicyUrlSetMessagePayload` - added type `StoreShippingPolicyUrlSetMessagePayload` - added type `StoreTermsOfServiceUrlSetMessagePayload` - added type `OrderSetEstimatedDeliveryAction` - added type `ShippingMethodSetCarrierAction` - added type `Storefront` - added type `StoreSetCheckoutUrlTemplateAction` - added type `StoreSetContactUrlAction` - added type `StoreSetCookiePolicyUrlAction` - added type `StoreSetFaqUrlAction` - added type `StoreSetImprintUrlAction` - added type `StoreSetOrderUrlTemplateAction` - added type `StoreSetPrivacyPolicyUrlAction` - added type `StoreSetRefundPolicyUrlAction` - added type `StoreSetShippingPolicyUrlAction` - added type `StoreSetTermsOfServiceUrlAction` - added type `TypeRemoveEnumValuesAction` - added type `TypeRemoveLocalizedEnumValuesAction`
    Added Property(s) - added property `estimatedDelivery` to type `ShippingInfo` - added property `estimatedDelivery` to type `CartAddShippingMethodAction` - added property `estimatedDelivery` to type `CartSetCustomShippingMethodAction` - added property `estimatedDelivery` to type `CartSetShippingMethodAction` - added property `product` to type `VariantCreatedMessage` - added property `product` to type `VariantDeletedMessage` - added property `product` to type `VariantImageAddedMessage` - added property `product` to type `VariantImagesSetMessage` - added property `product` to type `VariantKeySetMessage` - added property `product` to type `VariantPublishedMessage` - added property `product` to type `VariantSkuSetMessage` - added property `product` to type `VariantStagedChangesRemovedMessage` - added property `product` to type `VariantCreatedMessagePayload` - added property `product` to type `VariantDeletedMessagePayload` - added property `product` to type `VariantImageAddedMessagePayload` - added property `product` to type `VariantImagesSetMessagePayload` - added property `product` to type `VariantKeySetMessagePayload` - added property `product` to type `VariantPublishedMessagePayload` - added property `product` to type `VariantSkuSetMessagePayload` - added property `product` to type `VariantStagedChangesRemovedMessagePayload` - added property `taxedPrice` to type `CustomLineItemImportDraft` - added property `taxedPrice` to type `LineItemImportDraft` - added property `taxedPrice` to type `ShippingInfoImportDraft` - added property `carrier` to type `ShippingMethod` - added property `carrier` to type `ShippingMethodDraft` - added property `storefront` to type `Store` - added property `storefront` to type `StoreDraft`
    MarkDeprecated Property(s) - marked property `FacetResult::type` as deprecated - marked property `FacetResults::/^[a-z].*$/` as deprecated - marked property `FilteredFacetResult::type` as deprecated - marked property `ProductProjectionPagedSearchResponse::facets` as deprecated - marked property `RangeFacetResult::type` as deprecated - marked property `TermFacetResult::type` as deprecated - marked property `TermFacetResult::dataType` as deprecated
    Changed Property(s) - ⚠️ changed property `expand` of type `ProductSearchProjectionParams` from type `Expansion[]` to `string[]`
    Removed Property(s) - ⚠️ removed property `productId` from type `VariantCreatedMessage` - ⚠️ removed property `productId` from type `VariantCreatedMessagePayload`
    Added Resource(s) - added resource `/{projectKey}/agents` - added resource `/{projectKey}/agents/intake` - added resource `/{projectKey}/agents/intake/v1` - added resource `/{projectKey}/agents/intake/v1/responses`
    Added Enum(s) - added enum `variant` to type `ChangeSubscriptionResourceTypeId` - added enum `variant` to type `MessageSubscriptionResourceTypeId`
    MarkDeprecated Method(s) - marked method `post /{projectKey}/product-projections/search` as deprecated - marked method `get /{projectKey}/product-projections/search` as deprecated - marked method `get /{projectKey}/product-projections/suggest` as deprecated
    Added Method(s) - added method `apiRoot.withProjectKey().agents().intake().v1().responses().post()`

v9.4.0

Compare Source

Minor Changes
  • #​1439 7c21e89 Thanks @​ct-sdks! - Api changes

    Added Property(s) - added property `authenticationMode` to type `McpServer` - added property `authenticationMode` to type `McpServerDraft`
    Added Type(s) - added type `McpServerAuthenticationMode` - added type `McpServerSetAuthenticationModeAction`
Patch Changes

v9.3.0

Compare Source

Minor Changes
  • #​1404 1fe16bb Thanks @​ct-sdks! - Api changes

    Added Method(s) - added method `apiRoot.withProjectKey().mcpServers().get()` - added method `apiRoot.withProjectKey().mcpServers().post()` - added method `apiRoot.withProjectKey().variants().withId().images().post()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withKey().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withKey().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withId().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withId().head()` - added method `apiRoot.withProjectKey().mcpServers().types().get()` - added method `apiRoot.withProjectKey().mcpServers().withKey().get()` - added method `apiRoot.withProjectKey().mcpServers().withKey().post()` - added method `apiRoot.withProjectKey().mcpServers().withKey().delete()` - added method `apiRoot.withProjectKey().mcpServers().withId().get()` - added method `apiRoot.withProjectKey().mcpServers().withId().post()` - added method `apiRoot.withProjectKey().mcpServers().withId().delete()` - added method `apiRoot.withProjectKey().mcpServers().types().withMcpServerType().get()`
    Added Property(s) - added property `stores` to type `DiscountCode` - added property `warnings` to type `Variant` - added property `categories` to type `VariantProjection` - added property `categoryOrderHints` to type `VariantProjection`
    Added Type(s) - added type `OverlappingPriceValidityError` - added type `UnauthorizedError` - added type `GraphQLOverlappingPriceValidityError` - added type `GraphQLUnauthorizedError` - added type `CommerceMcpServerConfig` - added type `CommerceMcpServerConfigDraft` - added type `McpServer` - added type `McpServerConfig` - added type `McpServerConfigDraft` - added type `McpServerDraft` - added type `McpServerJsonOutputFiltering` - added type `McpServerJsonOutputFilteringMatcher` - added type `McpServerPagedQueryResponse` - added type `McpServerState` - added type `McpServerTool` - added type `McpServerToolOutputFormatting` - added type `McpServerType` - added type `McpServerTypeTool` - added type `McpServerUpdate` - added type `McpServerUpdateAction` - added type `ParameterOverride` - added type `RemoveToolCustomizationTarget` - added type `ToolCustomization` - added type `McpServerAddToolAction` - added type `McpServerAddToolCustomizationAction` - added type `McpServerRemoveToolAction` - added type `McpServerRemoveToolCustomizationAction` - added type `McpServerSetDescriptionAction` - added type `McpServerSetJsonOutputFilteringAction` - added type `McpServerSetNameAction` - added type `McpServerSetStateAction` - added type `McpServerSetToolCustomizationsAction` - added type `McpServerSetToolOutputFormattingAction` - added type `McpServerSetToolsAction` - added type `ProductTailoringKeySetMessage` - added type `ProductTailoringKeySetMessagePayload` - added type `ProductTailoringSetKeyAction` - added type `VariantMoveImageToPositionAction` - added type `VariantSetImageLabelAction`
    Added Enum(s) - added enum `variant` to type `AttributeReferenceTypeId` - added enum `variant` to type `CustomFieldReferenceValue`
    Added Resource(s) - added resource `/{projectKey}/mcp-servers` - added resource `/{projectKey}/variants/{ID}/images` - added resource `/{projectKey}/in-store/key={storeKey}/discount-codes` - added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/key={key}` - added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/{ID}` - added resource `/{projectKey}/mcp-servers/types` - added resource `/{projectKey}/mcp-servers/key={key}` - added resource `/{projectKey}/mcp-servers/{ID}` - added resource `/{projectKey}/mcp-servers/types/{mcpServerType}`
Patch Changes

v9.2.0

Compare Source

Minor Changes
  • #​1393 fbfca0e Thanks @​ct-sdks! - Api changes

    Added Type(s) - added type `BulkOperationMaxItemsExceededError` - added type `GraphQLBulkOperationMaxItemsExceededError` - added type `VariantCreatedMessage` - added type `VariantDeletedMessage` - added type `VariantImageAddedMessage` - added type `VariantImagesSetMessage` - added type `VariantKeySetMessage` - added type `VariantPublishedMessage` - added type `VariantSkuSetMessage` - added type `VariantStagedChangesRemovedMessage` - added type `VariantUnpublishedMessage` - added type `VariantCreatedMessagePayload` - added type `VariantDeletedMessagePayload` - added type `VariantImageAddedMessagePayload` - added type `VariantImagesSetMessagePayload` - added type `VariantKeySetMessagePayload` - added type `VariantPublishedMessagePayload` - added type `VariantSkuSetMessagePayload` - added type `VariantStagedChangesRemovedMessagePayload` - added type `VariantUnpublishedMessagePayload` - added type `ProductSetDefaultVariantAction` - added type `ProductCatalogModel` - added type `ProjectSetProductCatalogModelAction` - added type `VariantAttributes` - added type `VariantAttributesAttributeMetadata` - added type `VariantAttributesAvailability` - added type `VariantAttributesChannelAvailability` - added type `VariantAttributesChannelAvailabilityMap` - added type `VariantAttributesVariant` - added type `Variant` - added type `VariantBulkUpdate` - added type `VariantBulkUpdateFailResult` - added type `VariantBulkUpdateItem` - added type `VariantBulkUpdateResource` - added type `VariantBulkUpdateResponse` - added type `VariantBulkUpdateResult` - added type `VariantBulkUpdateSuccessResult` - added type `VariantData` - added type `VariantDraft` - added type `VariantPagedQueryResponse` - added type `VariantProjection` - added type `VariantProjectionPagedQueryResponse` - added type `VariantReference` - added type `VariantResourceIdentifier` - added type `VariantUpdate` - added type `VariantUpdateAction` - added type `VariantAddAssetAction` - added type `VariantAddExternalImageAction` - added type `VariantChangeAssetNameAction` - added type `VariantChangeAssetOrderAction` - added type `VariantPublishAction` - added type `VariantRemoveAssetAction` - added type `VariantRemoveImageAction` - added type `VariantRemoveStagedChangesAction` - added type `VariantSetAssetCustomFieldAction` - added type `VariantSetAssetCustomTypeAction` - added type `VariantSetAssetDescriptionAction` - added type `VariantSetAssetKeyAction` - added type `VariantSetAssetSourcesAction` - added type `VariantSetAssetTagsAction` - added type `VariantSetAssetsAction` - added type `VariantSetAttributeAction` - added type `VariantSetAttributesAction` - added type `VariantSetImagesAction` - added type `VariantSetKeyAction` - added type `VariantSetSkuAction` - added type `VariantUnpublishAction`
    Added Resource(s) - added resource `/{projectKey}/variant-projections` - added resource `/{projectKey}/variants` - added resource `/{projectKey}/product-projections/key={key}/variant-attributes` - added resource `/{projectKey}/product-projections/{ID}/variant-attributes` - added resource `/{projectKey}/variant-projections/key={key}` - added resource `/{projectKey}/variant-projections/{ID}` - added resource `/{projectKey}/variants/bulk` - added resource `/{projectKey}/variants/key={key}` - added resource `/{projectKey}/variants/{ID}` - added resource `/{projectKey}/in-store/key={storeKey}/variant-projections` - added resource `/{projectKey}/in-store/key={storeKey}/product-projections/key={key}/variant-attributes` - added resource `/{projectKey}/in-store/key={storeKey}/product-projections/{ID}/variant-attributes` - added resource `/{projectKey}/in-store/key={storeKey}/variant-projections/key={key}` - added resource `/{projectKey}/in-store/key={storeKey}/variant-projections/{ID}`
    Added Property(s) - added property `defaultVariant` to type `ProductData` - added property `productCatalogModel` to type `Project`
    Added Method(s) - added method `apiRoot.withProjectKey().variantProjections().get()` - added method `apiRoot.withProjectKey().variantProjections().head()` - added method `apiRoot.withProjectKey().variants().get()` - added method `apiRoot.withProjectKey().variants().post()` - added method `apiRoot.withProjectKey().variants().head()` - added method `apiRoot.withProjectKey().productProjections().withKey().variantAttributes().get()` - added method `apiRoot.withProjectKey().productProjections().withId().variantAttributes().get()` - added method `apiRoot.withProjectKey().variantProjections().withKey().get()` - added method `apiRoot.withProjectKey().variantProjections().withKey().head()` - added method `apiRoot.withProjectKey().variantProjections().withId().get()` - added method `apiRoot.withProjectKey().variantProjections().withId().head()` - added method `apiRoot.withProjectKey().variants().bulk().post()` - added method `apiRoot.withProjectKey().variants().withKey().get()` - added method `apiRoot.withProjectKey().variants().withKey().head()` - added method `apiRoot.withProjectKey().variants().withKey().post()` - added method `apiRoot.withProjectKey().variants().withKey().delete()` - added method `apiRoot.withProjectKey().variants().withId().get()` - added method `apiRoot.withProjectKey().variants().withId().head()` - added method `apiRoot.withProjectKey().variants().withId().post()` - added method `apiRoot.withProjectKey().variants().withId().delete()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productProjections().withKey().variantAttributes().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productProjections().withId().variantAttributes().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withKey().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withKey().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withId().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withId().head()`
    Added Enum(s) - added enum `variant` to type `ReferenceTypeId`

v9.1.0

Compare Source

Minor Changes
  • #​1384 49c05ff Thanks @​ct-sdks! - Api changes

    Added Property(s) - added property `stores` to type `ShippingMethod` - added property `stores` to type `ShippingMethodDraft`
    Added Type(s) - added type `CartLockedMessage` - added type `CartUnlockedMessage` - added type `CartLockedMessagePayload` - added type `CartUnlockedMessagePayload` - added type `ShippingMethodAddStoreAction` - added type `ShippingMethodRemoveStoreAction` - added type `ShippingMethodSetStoresAction`

v9.0.0

Compare Source

Major Changes
What changed

The minimum required Node.js version has been raised from >=18 to >=22. Node.js 18 and 20 are no longer supported.

Why

Dependencies in this SDK now require Node.js 22 or higher. In particular:

  • nock 14.x (used in tests) replaced its internal HTTP interception with @mswjs/interceptors, which relies on modern Node.js internals.
  • Jest 30 requires Node.js 22+ for its test runner.
  • Node.js 18 reached end-of-life in April 2025. Node.js 20 reaches end-of-life in April 2026. Aligning the engine requirement with actively maintained LTS releases reduces the maintenance surface.
How to update

Upgrade your runtime to Node.js 22 or later before updating to this version. No code changes are required — only the Node.js runtime version needs to change.

# Using nvm
nvm install 22
nvm use 22

# Using fnm
fnm install 22
fnm use 22

If you are pinned to Node.js 18 or 20 for other reasons, stay on the previous major version of this SDK until you are able to upgrade your runtime.

Minor Changes
  • #​1330 34686cd Thanks @​ct-sdks! - Api changes

    Added QueryParameter(s) - added query parameter `dataErasure` to method `delete /{projectKey}/business-units/key={key}` - added query parameter `dataErasure` to method `delete /{projectKey}/business-units/{ID}` - added query parameter `dataErasure` to method `delete /{projectKey}/in-store/key={storeKey}/business-units/key={key}` - added query parameter `dataErasure` to method `delete /{projectKey}/in-store/key={storeKey}/business-units/{ID}`
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Aug 13, 2026 •

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 899a87b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/commercetools-platform-sdk-9.x branch from 6d58850 to a442c0f Compare September 7, 2026 15:23
@renovate
renovate Bot force-pushed the renovate/commercetools-platform-sdk-9.x branch from a442c0f to 5dc0c6a Compare September 15, 2026 09:28
@renovate
renovate Bot force-pushed the renovate/commercetools-platform-sdk-9.x branch from 5dc0c6a to 899a87b Compare September 24, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants